mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
- Move PCI core code to dev/pci. - Split bridge code out into separate modules. - Remove the descriptive strings from the bridge drivers. If you want to know what a device is, use pciconf. Add support for broadly identifying devices based on class/subclass, and for parsing a preloaded device identification database so that if you want to waste the memory, you can identify *anything* we know about. - Remove machine-dependant code from the core PCI code. APIC interrupt mapping is performed by shadowing the intline register in machine- dependant code. - Bring interrupt routing support to the Alpha (although many platforms don't yet support routing or mapping interrupts entirely correctly). This resulted in spamming <sys/bus.h> into more places than it really should have gone. - Put sys/dev on the kernel/modules include path. This avoids having to change *all* the pci*.h includes. |
||
|---|---|---|
| .. | ||
| alphapci_if.m | ||
| apecs.c | ||
| apecs_pci.c | ||
| apecsreg.h | ||
| apecsvar.h | ||
| bwx.c | ||
| cia.c | ||
| cia_pci.c | ||
| ciareg.h | ||
| ciavar.h | ||
| irongate.c | ||
| irongate_pci.c | ||
| irongatereg.h | ||
| irongatevar.h | ||
| lca.c | ||
| lca_pci.c | ||
| lcareg.h | ||
| lcavar.h | ||
| pci_eb64plus_intr.s | ||
| pci_eb164_intr.s | ||
| pcibus.c | ||
| pcibus.h | ||
| swiz.c | ||
| t2.c | ||
| t2_pci.c | ||
| t2reg.h | ||
| t2var.h | ||
| tsunami.c | ||
| tsunami_pci.c | ||
| tsunamireg.h | ||
| tsunamivar.h | ||