NetBSD/sys/dev/qbus
ragge 16f02724d6 Some updates to the DEUNA driver:
- Change the transmit logic to send from a pre-allocated buffer instead
  of doing DMA out of the mbufs directly. Timing shows that it takes
  4 times longer to map in the mbufs via the sgmap routines instead of
  just copying the data! This must be fixed sometine in the future.
- A bunch of other minor fixes.
2000-05-28 17:23:44 +00:00
..
dhu.c Remove register declarations. 2000-03-30 12:41:09 +00:00
dhureg.h
dl.c Remove register declarations. 2000-03-30 12:41:09 +00:00
dlreg.h Release dlreg.h into the public domain. It's hardly a great creative 2000-05-14 09:46:17 +00:00
dz.c Change to use new ubareset() functionality. 2000-04-30 11:46:49 +00:00
dz_uba.c Change to use new ubareset() functionality. 2000-04-30 11:46:49 +00:00
dzreg.h
dzvar.h Change to use new ubareset() functionality. 2000-04-30 11:46:49 +00:00
files.uba Add the famous "rl" disk. 2000-04-22 16:46:45 +00:00
if_de.c Some updates to the DEUNA driver: 2000-05-28 17:23:44 +00:00
if_dereg.h Some updates to the DEUNA driver: 2000-05-28 17:23:44 +00:00
if_qe.c Remove register declarations. 2000-03-30 12:41:09 +00:00
if_qereg.h
qd.c sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
qdioctl.h
qdreg.h
qduser.h
qevent.h
qfont.c
rl.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
rlreg.h Add the famous "rl" disk. 2000-04-22 16:46:45 +00:00
uba.c Add function uba_reset_establish() to register reset functions like 2000-04-30 11:46:03 +00:00
ubareg.h Add function uba_reset_establish() to register reset functions like 2000-04-30 11:46:03 +00:00
ubavar.h Add function uba_reset_establish() to register reset functions like 2000-04-30 11:46:03 +00:00
uda.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00