xref: /netbsd-src/sys/dev/pci/README (revision 6d3d8a1350118bc4d92895c50db133129e9a02e3)
1*6d3d8a13Smycroft$NetBSD: README,v 1.3 1998/08/15 03:02:46 mycroft Exp $
2022ee8f7Scgd
36df721beSmycroftThis directory contains files which are used during PCI configuration
46df721beSmycroftand PCI device drivers.  Eventually, most of the device drivers and
56df721beSmycroftsome of the configuration support should become machine-independent
66df721beSmycroftand be moved to a more general location.
76df721beSmycroft
86df721beSmycroftThe configuration support was implemented according to the `PCI Local
96df721beSmycroftBus Specification, Production Version, Revision 2.0' dated April 30,
106df721beSmycroft1993.  Section numbers referred to in the code may be specific to that
116df721beSmycroftedition of the specification.
126df721beSmycroft
136df721beSmycroftSome attempt has been made to insure that the code works on rogue
146df721beSmycroftmachines where the BIOS doesn't do its job, but in general I can't
156df721beSmycroftguarantee that.
166df721beSmycroft
176df721beSmycroft--
18*6d3d8a13Smycroft- Charles M. Hannum
196df721beSmycroft  NetBSD group
206df721beSmycroft  August 8, 1994
21