NetBSD/sys/arch/i386
cgd da3136aba8 modify these to provide a new, better-specified PCI interface
(soon to be documented on mailing lists; eventually in section 9 manual
pages), most importantly:
	(1) support interrupt pin swizzling on non-i386 systems with
	    PCI-PCI bridges (per PPB spec; done, but meaningless, on i386).
	(2) provide pci_{io,mem}_find(), to determine what I/O or memory
	    space is described by a given PCI configuration space
	    mapping register.
	(3) provide pci_intr_map(), pci_intr_string(), and
	    pci_intr_{,dis}establish() to manipulate and print info about
	    PCI interrupts.
	(4) deprecate the pci_map_* functions, and provide them only
	    as compatibility interfaces (in pci_compat.c) which will
	    eventually go away, implemented as wrappers around
	    the functions described above.
	(5) make pci functions take as an argument a machine-dependent
	    cookie, to allow more flexibility in implementation.
1996-03-27 04:01:10 +00:00
..
boot Don't save caller-saved registers. 1996-01-06 22:15:29 +00:00
compile
conf modify these to provide a new, better-specified PCI interface 1996-03-27 04:01:10 +00:00
eisa Attach isa, eisa, and pci to mainbus now, rather than root. The i386 1996-03-04 03:25:48 +00:00
i386 added to support rd (ramdisk) pseudodevice needed for new install system. 1996-03-25 18:49:18 +00:00
include Add _BSD_WINT_T_ definition so we can handle wint_t type added in NA1. 1996-03-16 01:31:45 +00:00
isa attach the speaker device to pckbd (it falls in the I/O range of the 1996-03-18 01:26:10 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci modify these to provide a new, better-specified PCI interface 1996-03-27 04:01:10 +00:00
stand LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
Makefile