NetBSD/sys/dev
thorpej 89d4987e5d Fix bad pointer deref, memory leak, and geometry calculation, pointed
out by Jochen Pohl in PR #1588.  Change the interleave index to an
array of ints rather than an array of chars to avoid losing in the event
one has more than 127 components.
1995-10-12 21:28:32 +00:00
..
ata Use an intermediate variable to shorten label initialization code. 1995-08-05 23:50:23 +00:00
dec Initialization and keymapping code for DEC LK-201 and successor keyboards, 1995-09-11 21:23:07 +00:00
eisa Fix typo. 1995-10-04 00:35:07 +00:00
ic add prototypes for isr stuff fixes pr# 1284 and 1569 1995-10-09 15:19:58 +00:00
isa Make sure we only schedule one timeout to refill the mbuf queue. 1995-10-10 03:11:28 +00:00
microcode Add an Adaptec 2940 driver, by John Aycock and Justin Gibbs, ported to NetBSD by Stefan 1995-10-09 09:49:30 +00:00
pci Add specs for ahc driver. 1995-10-10 12:16:54 +00:00
rcons Remove `rc_font_ascent' from structure. 1995-10-05 13:17:51 +00:00
scsipi Return EINVAL if something other than a whole number of blocks is requested. 1995-10-10 02:52:56 +00:00
tc Rename the old pmax SCSI driver's "struct scsi_device" to 1995-09-13 19:35:53 +00:00
audio.c GUS audio driver from John Kohl. 1995-07-19 19:58:09 +00:00
audio_if.h GUS audio driver from John Kohl. 1995-07-19 19:58:09 +00:00
audiovar.h Remove strings 1995-05-08 22:01:34 +00:00
ccd.c Fix bad pointer deref, memory leak, and geometry calculation, pointed 1995-10-12 21:28:32 +00:00
ccdvar.h Fix bad pointer deref, memory leak, and geometry calculation, pointed 1995-10-12 21:28:32 +00:00
cninit.c
cons.c
cons.h short -> int (alignment) 1995-04-24 21:34:04 +00:00
md.c Machine-independent RAM-disk driver. 1995-10-08 23:30:57 +00:00
md.h Machine-independent RAM-disk driver. 1995-10-08 23:30:57 +00:00
mulaw.c GUS audio driver from John Kohl. 1995-07-19 19:58:09 +00:00
mulaw.h GUS audio driver from John Kohl. 1995-07-19 19:58:09 +00:00
ramdisk.c Machine-independent RAM-disk driver. 1995-10-08 23:30:57 +00:00
ramdisk.h Machine-independent RAM-disk driver. 1995-10-08 23:30:57 +00:00
vnd.c Lock the underlying vnode around VOP_BMAP() and VOP_READ(). From John Kohl. 1995-10-05 06:20:57 +00:00
vndioctl.h