NetBSD/sys/arch/alpha/pci
cgd 97927bdd99 update for new extent management code. Most importantly, we can't call
the chipset space init functions multiple times, since that would clobber
extent allocations made between the two calls.  Also, deal with the
fact that the APECS and LCA no longer shared common chipset functions.
1996-11-25 03:56:48 +00:00
..
apecs_bus_io.c split the APECS and LCA bus memory and I/O functions. Most of them still do 1996-11-25 03:42:09 +00:00
apecs_bus_mem.c split the APECS and LCA bus memory and I/O functions. Most of them still do 1996-11-25 03:42:09 +00:00
apecs_pci.c compile cleanly with: 1996-11-13 21:13:04 +00:00
apecs.c update for new extent management code. Most importantly, we can't call 1996-11-25 03:56:48 +00:00
apecsreg.h clean and update for new defintions, prototypes, etc. 1996-07-09 00:53:48 +00:00
apecsvar.h update for new extent management code, and for apecs/lca space access fn split 1996-11-25 03:49:36 +00:00
bt485reg.h clean up copyrights and RCS IDs 1996-04-12 06:07:05 +00:00
cia_bus_io.c reimplement, so that it works with the new extent mapping code. 1996-11-25 03:46:07 +00:00
cia_bus_mem.c reimplement, so that it works with the new extent mapping code. 1996-11-25 03:46:07 +00:00
cia_pci.c deal with the fact that apparently-common revisions of EB164 firmware 1996-11-23 06:46:50 +00:00
cia_swiz_bus_io.c reimplement, so that it works with the new extent mapping code. 1996-11-25 03:46:07 +00:00
cia_swiz_bus_mem.c reimplement, so that it works with the new extent mapping code. 1996-11-25 03:46:07 +00:00
cia.c update for new extent management code. Most importantly, we can't call 1996-11-25 03:55:46 +00:00
ciareg.h fix HAE_MEM_REG3_START definition (shift was incorrect). Add CIA_CSR_CIA_ERR 1996-11-23 06:42:55 +00:00
ciavar.h update for new extent management code 1996-11-25 03:49:11 +00:00
lca_bus_io.c split the APECS and LCA bus memory and I/O functions. Most of them still do 1996-11-25 03:42:09 +00:00
lca_bus_mem.c split the APECS and LCA bus memory and I/O functions. Most of them still do 1996-11-25 03:42:09 +00:00
lca_pci.c compile cleanly with: 1996-11-13 21:13:04 +00:00
lca.c update for new extent management code. Most importantly, we can't call 1996-11-25 03:56:48 +00:00
lcareg.h add definitions for LCA_IOC_HAE contents. Add a REGVAL64 macro, like 1996-11-23 06:41:00 +00:00
lcavar.h update for new extent management code, and for apecs/lca space access fn split 1996-11-25 03:49:36 +00:00
pci_2100_a50.c compile cleanly with: 1996-11-13 21:13:04 +00:00
pci_2100_a50.h clean up copyrights and RCS IDs 1996-04-12 06:07:05 +00:00
pci_axppci_33.c compile cleanly with: 1996-11-13 21:13:04 +00:00
pci_axppci_33.h clean up copyrights and RCS IDs 1996-04-12 06:07:05 +00:00
pci_eb164_intr.s make eb164 interrupts actually work. 1996-11-25 03:47:05 +00:00
pci_eb164.c make eb164 interrupts actually work. 1996-11-25 03:47:05 +00:00
pci_eb164.h preliminary support for the EB164. The EB164 is more or less a 'normal' 1996-11-11 21:08:10 +00:00
pci_kn20aa.c use the new common chained-interrupt support code. 1996-11-17 02:05:26 +00:00
pci_kn20aa.h update for new ISA/EISA/PCI/'bus' interfaces. Untested 1996-04-13 00:24:30 +00:00
pci_machdep.c update for VGA-related changes 1996-11-19 04:57:32 +00:00
pci_machdep.h fix spelling error 1996-11-19 04:49:21 +00:00
pci_swiz_bus_io_chipdep.c update these to set up and use extents to map i/o space, and sparse and 1996-11-25 03:37:23 +00:00
pci_swiz_bus_mem_chipdep.c update these to set up and use extents to map i/o space, and sparse and 1996-11-25 03:37:23 +00:00
pcs_bus_io_common.c update these to set up and use extents to map i/o space, and sparse and 1996-11-25 03:37:23 +00:00
pcs_bus_mem_common.c update these to set up and use extents to map i/o space, and sparse and 1996-11-25 03:37:23 +00:00
sio_pic.c use the new common chained-interrupt support code. 1996-11-17 02:05:26 +00:00
sio.c use set_pci_isa_bridge_callback() to delay ISA/EISA bus attachment until 1996-11-25 03:15:24 +00:00
sioreg.h Intel 82378 System I/O (SIO) Chip register defintions, cleaned up a 1996-04-23 14:10:53 +00:00
siovar.h update for new bus.h macros. bus_io_* and bus_mem_* integrated into 1996-10-23 04:12:13 +00:00
tga_bt463.c clean up copyrights and RCS IDs 1996-04-12 06:07:05 +00:00
tga_bt485.c compile cleanly with: 1996-11-13 21:13:04 +00:00
tga_conf.c clean up copyrights and RCS IDs 1996-04-12 06:07:05 +00:00
tga.c catch up with wscons frame buffer attachment, mmap, and ioctl 1996-11-19 05:23:07 +00:00
tgavar.h update for new bus.h macros. bus_io_* and bus_mem_* integrated into 1996-10-23 04:12:13 +00:00
vga_pci.c move probe and setup code into common functions. always probe (i.e. 1996-11-23 06:06:43 +00:00
vga_pcivar.h replace old PCI VGA driver with a common VGA back-end and ISA and PCI 1996-11-19 04:38:32 +00:00