xref: /netbsd/sys/dev/pci/README (revision bf9ec67e)
1$NetBSD: README,v 1.3 1998/08/15 03:02:46 mycroft Exp $
2
3This directory contains files which are used during PCI configuration
4and PCI device drivers.  Eventually, most of the device drivers and
5some of the configuration support should become machine-independent
6and be moved to a more general location.
7
8The configuration support was implemented according to the `PCI Local
9Bus Specification, Production Version, Revision 2.0' dated April 30,
101993.  Section numbers referred to in the code may be specific to that
11edition of the specification.
12
13Some attempt has been made to insure that the code works on rogue
14machines where the BIOS doesn't do its job, but in general I can't
15guarantee that.
16
17--
18- Charles M. Hannum
19  NetBSD group
20  August 8, 1994
21