NetBSD/sys/dev/isapnp
jonathan c7cec27edf Move if_ep media-sense code from front ends to inside back end,
to prepare for if_media, and to support EISA 3c59x cards:

  * change epconfig() to take a short that encodes the chipset
    type (3c509, or Demon/Vortex/Boomerang).
  * add  distinct 3c509 and Demon/Vortex/Boomerang media-sense
    functions to back end.
  * Add EISA match/attach support for the 3c592 and 3c597
    (Demon) cards as well as the 3c509-comatibl EISA 3c509/3c579.

  * Assume that ISA and ISA PnP cards are 3c509-style, until
    proof to the contrary (e.g. large packet support).

Tested on 3c595, 3c590, and 3c509b. Not tested on 3c515 or Demon.
1997-02-18 10:51:06 +00:00
..
files.isapnp Add a frontend for the 3C509B. 1997-01-22 23:44:03 +00:00
if_ep_isapnp.c Move if_ep media-sense code from front ends to inside back end, 1997-02-18 10:51:06 +00:00
isapnp.c Add a break; in the irq/drq allocation loop so we take the first one instead 1997-02-09 18:36:44 +00:00
isapnpdebug.c Fix an irq -> drq typo 1997-02-09 18:36:11 +00:00
isapnpreg.h - increase string space for device class names 1997-01-24 21:58:34 +00:00
isapnpres.c const poisoning 1997-01-24 22:13:10 +00:00
isapnpvar.h - increase string space for device class names 1997-01-24 21:58:34 +00:00
sb_isapnp.c