mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Minor formatting nits.
This commit is contained in:
parent
9a84deb804
commit
907659f0dc
1 changed files with 2 additions and 2 deletions
|
|
@ -135,9 +135,9 @@ ata_pccard_attach(device_t dev)
|
|||
ch->unit = 0;
|
||||
ch->flags |= ATA_USE_16BIT;
|
||||
funce = 0; /* Default to sane setting of FUNCE */
|
||||
pccard_get_funce_disk(dev, &funce);
|
||||
pccard_get_funce_disk(dev, &funce);
|
||||
if (!(funce & PFD_I_D))
|
||||
ch-> flags |= ATA_NO_SLAVE;
|
||||
ch-> flags |= ATA_NO_SLAVE;
|
||||
ata_generic_hw(dev);
|
||||
err = ata_probe(dev);
|
||||
if (err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue