NetBSD/sys/arch/arc
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
..
arc Fix some debug code in bios_configure_memory(). 2001-11-22 12:17:00 +00:00
compile merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 20:45:01 +00:00
conf Add PPPoE to all generic kernels that should be able to use it. 2001-12-28 12:21:52 +00:00
dev don't depend on other headers to include sys/proc.h for us. 2001-09-28 11:59:51 +00:00
dti precede, not preceed. 2001-08-20 12:00:46 +00:00
include Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
isa Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
jazz Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
pci Disable PCI expansion ROM for normal operation. 2001-08-17 11:11:57 +00:00
stand MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
TODO Remove descriotion about homegrown sonic driver from TODO list 2001-08-28 15:17:47 +00:00