NetBSD/sys/dev/mca
jdolecek 67238c609c The header part of driver overhault:
* simplify and clean the attach code a lot, and support the 'drive'
  locator
* pass proper dev_t to readdisklabel() - formerly, the passed value was
  completely broken (used incorrect major and wrong minor), but worked
  by accident
* worker thread is now spawned per controller, rather than per-drive;
  i/o cannot be done concurrently by different drivers, only one
  i/o can be pending at any time
* simplify the command queue code, just sleep appropriately when
  !poll case, g/c 'async' code formerly needed, move the bio code
  from ed_mca.c to edc_mca.c:edc_bio()
* other misc cleanups
2001-11-24 12:46:15 +00:00
..
3c523reg.h Add driver for 3Com EtherLink/MC (3c523) Ethernet MCA card. This beast uses 2001-03-16 23:03:15 +00:00
Makefile.mcadevs
TODO MCA DMA hooked via bus_dma, so remove one 2001-11-23 22:57:34 +00:00
aha_mca.c add a comment clarifying the DMA support, g/c the commented 2001-11-22 20:25:58 +00:00
com_mca.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
devlist2h.awk
ed_mca.c Convert over to use the new MCA DMA facilities, which encapsulate 2001-11-23 22:53:09 +00:00
edc_mca.c Convert over to use the new MCA DMA facilities, which encapsulate 2001-11-23 22:53:09 +00:00
edcreg.h Fix serious bug in bounce buf handling - the EDF_BOUNCEBUF flag needs 2001-04-22 11:32:49 +00:00
edcvar.h The header part of driver overhault: 2001-11-24 12:46:15 +00:00
edvar.h The header part of driver overhault: 2001-11-24 12:46:15 +00:00
files.mca add 'drive' locator to mca edc 2001-11-23 22:35:46 +00:00
if_ate_mca.c add RCSID 2001-11-13 07:38:28 +00:00
if_elmc_mca.c add RCSID 2001-11-13 07:38:28 +00:00
if_ep_mca.c add RCSID 2001-11-13 07:38:28 +00:00
if_le_mca.c add RCSID 2001-11-13 07:38:28 +00:00
if_lereg.h Add driver for SKNET Personal and MC+ - AMD Lance 7990 based ethernet cards. 2001-04-27 18:03:40 +00:00
if_ne_mca.c add RCSID 2001-11-13 07:38:28 +00:00
if_tr_mca.c add RCSID 2001-11-13 07:38:28 +00:00
if_we_mca.c add RCSID 2001-11-13 07:38:28 +00:00
mca.c don't need opt_mcaverbose.h here 2001-11-24 12:33:14 +00:00
mca_subr.c add RCSID 2001-11-13 07:38:28 +00:00
mcadevs Add driver for SKNET Personal and MC+ - AMD Lance 7990 based ethernet cards. 2001-04-27 18:03:40 +00:00
mcadevs.h regen - SKNET cards 2001-04-27 18:04:14 +00:00
mcadevs_data.h regen - SKNET cards 2001-04-27 18:04:14 +00:00
mcareg.h
mcavar.h Introduce mca_match_disabled() - this returns true if cards with particular 2001-04-27 17:11:45 +00:00