NetBSD/sys/arch/arc/isa
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
..
arcsisabr.c split ISA bridge code into bus dependent frontends to remove "cputype" 2001-06-13 15:03:24 +00:00
isabrvar.h split ISA bridge code into bus dependent frontends to remove "cputype" 2001-06-13 15:03:24 +00:00
isabus.c split ISA bridge code into bus dependent frontends to remove "cputype" 2001-06-13 15:03:24 +00:00
isadma.c
isadma_bounce.c Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
isadmareg.h
isapnp_machdep.c
joy.c use MI i8253reg.h instead of home grown one 2001-06-13 15:03:53 +00:00
mcclock_isa.c Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
mcclock_isavar.h split clock_mc.c into interval timer driver (timer) and 2001-06-13 15:02:12 +00:00
opms_isa.c Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
pccons_isa.c Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
pccons_isavar.h split pccons driver into "pccons" and "opms", 2001-06-13 15:05:43 +00:00
spkrreg.h
timer_isa.c Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
timer_isavar.h split clock_mc.c into interval timer driver (timer) and 2001-06-13 15:02:12 +00:00