NetBSD/sys/arch/i386/pci
thorpej 16c4c5af26 New bus.h implementation/interface:
- No more distinction between i/o-mapped and memory-mapped
	  devices.  It's all "bus space" now, and space tags
	  differentiate the space with finer grain than the
	  bus chipset tag.
	- Add memory barrier methods.
	- Implement space alloc/free methods.
	- Implement region read/write methods (like memcpy to/from
	  bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.
1996-10-21 22:24:37 +00:00
..
pci_compat.c New bus.h implementation/interface: 1996-10-21 22:24:37 +00:00
pci_machdep.c backout previous kprintf changes 1996-10-13 03:19:38 +00:00
pci_machdep.h modify these to provide a new, better-specified PCI interface 1996-03-27 04:01:10 +00:00