.. |
ic
|
Updated driver to the 1.1.5 version:
|
1994-09-17 16:56:10 +00:00 |
sound
|
|
|
aha1542.c
|
Fixed up a couple of comments.
|
1994-09-21 18:17:56 +00:00 |
aha1742.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
b004.c
|
Add the transputer driver from Christoph Niemann, Luigi Rizzo and
|
1994-09-21 01:29:41 +00:00 |
b004.h
|
Add the transputer driver from Christoph Niemann, Luigi Rizzo and
|
1994-09-21 01:29:41 +00:00 |
bt742a.c
|
1) Changed ddb into a option rather than a pseudo-device (use options DDB
|
1994-08-27 16:14:39 +00:00 |
clock.c
|
Don't lose the RTC interrupt in resettodr().
|
1994-09-20 21:20:46 +00:00 |
elink.c
|
Include <i386/include/cpufunc.h> to have outb() defined ...
|
1994-09-17 16:51:47 +00:00 |
elink.h
|
Reviewed by:
|
1994-08-24 22:32:44 +00:00 |
fd.c
|
Fixed the problem where the floppy has incorrectly failed probing
|
1994-09-17 18:08:36 +00:00 |
fdc.h
|
Updated driver to the 1.1.5 version:
|
1994-09-17 16:56:10 +00:00 |
fdreg.h
|
Updated driver to the 1.1.5 version:
|
1994-09-17 16:56:10 +00:00 |
ft.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
ftreg.h
|
|
|
icu.h
|
The previous revision got the wrong log message (for clock.c). It should
|
1994-09-18 23:18:32 +00:00 |
icu.s
|
Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn't
|
1994-09-20 21:35:49 +00:00 |
if_ed.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
if_edreg.h
|
|
|
if_el.c
|
Change all #includes to follow the current Berkeley style. Some of these
|
1994-08-13 03:50:34 +00:00 |
if_elreg.h
|
|
|
if_ep.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
if_epreg.h
|
Reviewed by:
|
1994-09-03 18:10:44 +00:00 |
if_ie507.h
|
Reviewed by:
|
1994-08-24 22:32:44 +00:00 |
if_ie.c
|
unifdef -DMULTICAST, since multicast support is always enabled in 4.4.
|
1994-09-07 03:34:12 +00:00 |
if_iereg.h
|
|
|
if_is.c
|
From 1.1.5:
|
1994-09-21 18:33:23 +00:00 |
if_isreg.h
|
|
|
if_le.c
|
Ran ft.c through ident.
|
1994-08-23 07:52:29 +00:00 |
if_ze.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
if_zereg.h
|
|
|
isa_device.h
|
make id_iobase an int - the change to a u_short broke lpt,
|
1994-09-03 16:03:09 +00:00 |
isa.c
|
Remove the alias splnone() for spl0(). It was used only once.
|
1994-09-20 05:07:32 +00:00 |
isa.h
|
|
|
iso8859.font
|
|
|
kbd.h
|
|
|
kbdtables.h
|
From 1.1.5:
|
1994-09-21 18:43:08 +00:00 |
lpt.c
|
Parallel-port TCP/IP interface can now take any MTU.
|
1994-09-18 06:12:45 +00:00 |
lptreg.h
|
|
|
mcd.c
|
Increase transfer speed by waiting much less than 10ms after request
|
1994-09-14 20:28:25 +00:00 |
mcdreg.h
|
Newly implemented ioctls list:
|
1994-09-03 16:48:13 +00:00 |
mse.c
|
Change all #includes to follow the current Berkeley style. Some of these
|
1994-08-13 03:50:34 +00:00 |
npx.c
|
From 1.1.5:
|
1994-09-22 14:44:16 +00:00 |
pas.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
pcaudio.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
psm.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
rtc.h
|
resettodr() implemented, inittodr() fixed
|
1994-09-20 00:31:07 +00:00 |
sio.c
|
#if 0'd evil dynamic fifo trigger level adjustment; it just bit me and
|
1994-09-21 19:39:25 +00:00 |
sioreg.h
|
|
|
spkr.c
|
Change all #includes to follow the current Berkeley style. Some of these
|
1994-08-13 03:50:34 +00:00 |
syscons.c
|
Added support for many more videomodes, including graphic modes up til
|
1994-09-15 07:26:40 +00:00 |
timerreg.h
|
|
|
ultra14f.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
vector.s
|
Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn't
|
1994-09-20 21:35:49 +00:00 |
wd.c
|
Brought over two fixes from 1.1.5; this now makes this driver "up to date"
|
1994-09-10 03:19:49 +00:00 |
wdreg.h
|
|
|
wt.c
|
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
|
1994-09-16 13:33:56 +00:00 |
wtreg.h
|
|
|