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:
parent
9a84deb804
commit
907659f0dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209682
@ -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 New Issue
Block a user