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