freebsd-dev/sys/alpha/pci
Mike Smith bb0d0a8efc Next phase in the PCI subsystem cleanup.
- 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.
2000-12-08 22:11:23 +00:00
..
alphapci_if.m
apecs_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
apecs.c Pass in the new-bus flags to alpha_setup_intr(). 2000-11-01 18:40:42 +00:00
apecsreg.h
apecsvar.h Convert the pcib_{read,write}_config args from signed to unsigned, 2000-12-01 15:27:48 +00:00
bwx.c
cia_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
cia.c fix isa DMA on pyxis based machines: 2000-11-21 03:25:31 +00:00
ciareg.h
ciavar.h
irongate_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
irongate.c
irongatereg.h
irongatevar.h
lca_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
lca.c
lcareg.h
lcavar.h Convert the pcib_{read,write}_config args from signed to unsigned, 2000-12-01 15:27:48 +00:00
pci_eb64plus_intr.s
pci_eb164_intr.s Fix for vanilla PC164 systems to use a slightly different PALcode magic 2000-12-04 17:21:46 +00:00
pcibus.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
pcibus.h
swiz.c
t2_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
t2.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
t2reg.h Partially re-write T2 chipset support based on Tru64 platform support 2000-12-07 01:06:19 +00:00
t2var.h Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
tsunami_pci.c Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
tsunami.c Pass in the new-bus flags to alpha_setup_intr(). 2000-11-01 18:40:42 +00:00
tsunamireg.h
tsunamivar.h