1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00

Minor formatting nits.

This commit is contained in:
Warner Losh 2010-07-04 05:58:17 +00:00
parent 9a84deb804
commit 907659f0dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209682

View File

@ -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)