Update PNP info to PCI attachment of ismt driver
Update PNP info to PCI attachment of ips driver
Update PNP info to PCI attachment of iir driver
Update PNP info to PCI attachment of isab driver
Details
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/dev/iir/iir_pci.c | ||
---|---|---|
180 | Now that the driver has a device table, should probe be modified to use it? | |
sys/dev/ips/ips_pci.c | ||
63 | style(9) nits including:
| |
235 | Should this include D:#? |
- Add PNP info to PCI attachment of isab driver
- Add PNP info to PCI attachment of ignore driver
- Add PNP info to PCI attachment of ix driver
- Add PNP info to PCI attachment of ixv driver
- Add PNP info to PCI attachment of ixgb driver
- Add PNP info to PCI attachment of ips driver
- Add PNP info to PCI attachment of iwm driver
- Add PNP info to PCI attachment of ipw driver
- Add PNP info to PCI attachment of iir driver
- Add PNP info to PCI attachment of et driver
- Add PNP info to PCI attachment of ismt driver
I have added a ;D:# wherever needed in this differential review. I was having a problem since yesterday with updating the diff review using arcanist. It is stuck at a step - >>> [18] <http> https://reviews.freebsd.org/api/differential.querydiffs Sometimes it works and sometimes it doesn't and i just got it to work a couple of hours back. I am up for a discussion tomorrow on pci_lookup() routine.
sys/dev/iir/iir_pci.c | ||
---|---|---|
187 | I understand why this if-else is necessary, but that same necessity makes me wonder if a table lookup for this device class is "wrong". If it was possible to encode this as a part of PNP (can you combine L16 and G16?) maybe this would make more sense. | |
sys/dev/ips/ips_pci.c | ||
63 | Better, but for() should be: | |
sys/dev/pci/isa_pci.c | ||
155–163 | style(9) |
- Update PNP info to PCI attachment of isab driver
- Update PNP info to PCI attachment of ips driver
- Update PNP info to PCI attachment of ismt driver
sys/dev/ips/ips_pci.c | ||
---|---|---|
63 | This is how i can see it. "for (i = 0; i < nitems(ips_pci_devs) - 1; i++) {" | |
sys/dev/pci/isa_pci.c | ||
155–163 | for looks fine to me. |