NetBSD/sys/dev/isapnp
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
..
Makefile.isapnpdevs
aha_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
aic_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
com_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
devlist2h.awk add RCSID to generated .c file 2001-11-13 07:52:41 +00:00
ess_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
files.isapnp - convert usage of "defopt" to "defflag" where the relevant option does 2001-11-28 10:21:10 +00:00
gus_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
i82365_isapnp.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
if_an_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
if_cs_isapnp.c add isapnp frontend for cs driver. 2001-11-27 12:23:31 +00:00
if_ep_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
if_le_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
if_levar.h
if_ne_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
if_tr_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
isapnp.c Overhaul of the ISA autoconfiguration code to support direct 2002-01-07 21:46:56 +00:00
isapnpdebug.c add RCSID 2001-11-13 07:56:39 +00:00
isapnpdevs add IBM EtherJet ISA. 2001-11-27 12:20:39 +00:00
isapnpdevs.c regen for IBM EtherJet ISA. 2001-11-27 12:21:49 +00:00
isapnpdevs.h regen for IBM EtherJet ISA. 2001-11-27 12:21:49 +00:00
isapnpreg.h
isapnpres.c add RCSID 2001-11-13 07:56:39 +00:00
isapnpvar.h PR/15049: Katsuomi Hamajima: fix memset re-definition. 2001-12-25 14:03:15 +00:00
isic_isapnp.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
isic_isapnp_ctx_s0P.c add RCSID 2001-11-13 07:56:39 +00:00
isic_isapnp_drn_ngo.c add RCSID 2001-11-13 07:56:39 +00:00
isic_isapnp_dynalink.c add RCSID 2001-11-13 07:56:39 +00:00
isic_isapnp_elsa_qs1i.c add RCSID 2001-11-13 07:56:39 +00:00
isic_isapnp_siemens_isurf.c add RCSID 2001-11-13 07:56:39 +00:00
isic_isapnp_sws.c add RCSID 2001-11-13 07:56:39 +00:00
isic_isapnp_tel_s0P.c add RCSID 2001-11-13 07:56:39 +00:00
mpu_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
sb_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
wdc_isapnp.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
wss_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00
ym_isapnp.c add RCSID 2001-11-13 07:56:39 +00:00