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 The DHU code changed to use bus_space. 1999-05-28 20:17:29 +00:00
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_uba.c Change to use new ubareset() functionality. 2000-04-30 11:46:49 +00:00
dz.c Change to use new ubareset() functionality. 2000-04-30 11:46:49 +00:00
dzreg.h Moved from ../dec/qbus/dzreg.h,v 1999-05-27 16:03:13 +00:00
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 Totally rewritten DEQNA device driver, that uses the bus.h interface 1999-06-20 00:04:47 +00:00
qd.c sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
qdioctl.h QDSS should now work as console. 1999-06-20 17:58:56 +00:00
qdreg.h QDSS should now work as console. 1999-06-20 17:58:56 +00:00
qduser.h QDSS should now work as console. 1999-06-20 17:58:56 +00:00
qevent.h QDSS should now work as console. 1999-06-20 17:58:56 +00:00
qfont.c QDSS should now work as console. 1999-06-20 17:58:56 +00:00
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