NetBSD/sys/arch/i386/conf
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
..
BOAT_ANCHOR Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
DISKLESS Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
GENERIC Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
GENERICADP Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
GENERICOTHER Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
INSTADP Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
INSTALL Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
INSTOTHER Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
JUNK Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
KICKME Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
Makefile.i386 Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 20:54:58 +00:00
PAIN Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
PATEK Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
SUN_LAMP Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
TDR Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
TRINITY Add COMPAT_11 option. 1996-03-25 05:45:08 +00:00
WARPED Change the PS/2 mouse driver to be a child of the "pckbd" attribute, 1996-03-16 06:08:46 +00:00
files.i386 modify these to provide a new, better-specified PCI interface 1996-03-27 04:01:10 +00:00