NetBSD/sys/arch/alpha
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
..
a12 "wierd" is weird. 2001-08-20 12:20:01 +00:00
alpha Remove a debug message that should have gone away with the last 2002-01-03 22:43:05 +00:00
common Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00
compile
conf Update for new uhidev device attachment. 2001-12-28 17:37:01 +00:00
eisa #if 0 out a debugging printf. 2000-08-11 01:02:39 +00:00
include We haven't done ECOFF for a long time; garbage-collect all the 2001-12-18 17:12:32 +00:00
isa Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
jensenio Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
mcbus Determine the size of the B-Cache earier, and initialize the 2001-05-02 01:24:29 +00:00
pci Don't forget to fill in the DMA tag when attaching the AGP 2001-10-06 02:51:42 +00:00
sableio bzero -> memset 2001-07-12 23:25:39 +00:00
stand Add -ffreestanding to CFLAGS. Remove the GCC 2.8 check around 2002-01-05 01:22:21 +00:00
tc Don't require tp->t_dev to be filled in in cold_sccparam(). 2001-09-06 06:18:40 +00:00
tlsb Only match the "gbus" on the primary CPU's CPU module. 2001-07-19 20:34:08 +00:00
Makefile
STYLE seperate -> separate 2001-07-22 13:33:58 +00:00