NetBSD/sys/arch/prep
thorpej 3835413bc1 Overhaul of the ISA autoconfiguration code to support direct
configuration of devices logically attached to the ISA bus:

* Change the isa_attach_args to have arrays of io, mem, irq, drq
  resources.
* Add a "pnpnames" and a linked list of "pnpcompatnames" to the
  isa_attach_args.  If either of these members are non-NULL,
  direct configuration of the bus is being performed.  Add an
  ISA_DIRECT_CONFIG() macro to test for this.
* Drivers are not allowed to modify the isa_attach_args unless
  direct configuration is not being performed and the probe fucntion
  is returning success.
* Adapt device drivers -- currently, all driver probe routines return
  "no match" if ISA_DIRECT_CONFIG() evaluates to true.
2002-01-07 21:46:56 +00:00
..
compile
conf Update for new uhidev device attachment. 2001-12-28 17:37:01 +00:00
include
isa Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
pci The MPC105 does not implement the IBM reference implementation's 2001-12-12 10:18:48 +00:00
prep Add pci device. 2001-12-11 21:02:42 +00:00
stand Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). 2001-12-12 12:24:19 +00:00
Makefile