Minor style(9) nitage.

This commit is contained in:
Warner Losh 2005-10-28 05:56:50 +00:00
parent 41ac33a2b6
commit 46dfab17fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151786

View File

@ -913,8 +913,7 @@ pci_ata_maps(device_t pcib, device_t bus, device_t dev, int b,
if (progif & PCIP_STORAGE_IDE_MODEPRIM) {
pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(0), rl);
pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(1), rl);
}
else {
} else {
rid = PCIR_BAR(0);
resource_list_add(rl, type, rid, 0x1f0, 0x1f7, 8);
resource_list_alloc(rl, bus, dev, type, &rid, 0x1f0, 0x1f7,8,0);
@ -925,8 +924,7 @@ pci_ata_maps(device_t pcib, device_t bus, device_t dev, int b,
if (progif & PCIP_STORAGE_IDE_MODESEC) {
pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(2), rl);
pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(3), rl);
}
else {
} else {
rid = PCIR_BAR(2);
resource_list_add(rl, type, rid, 0x170, 0x177, 8);
resource_list_alloc(rl, bus, dev, type, &rid, 0x170, 0x177,8,0);