ache
20bbd02fac
USE_RTC_CENTURY added
1994-10-04 14:11:02 +00:00
phk
37190acca0
I added "pserudo-device gzip" as default.
1994-10-03 22:32:13 +00:00
dg
509369c300
Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr.
...
Submitted by: Paul S. LaFollette, Jr.
1994-10-01 17:59:42 +00:00
phk
bc54190a50
#Driver for Advaced Power Management (also need options APM)
...
-device apm0 isa?
+device apm0 at isa?
1994-10-01 16:44:07 +00:00
dg
52c7a916b9
Added options APM and device apm0 for Advanced Power Management support.
1994-10-01 05:43:09 +00:00
wollman
f04cd875db
GENERIC*: remove commented-out options; the user should have to do
...
/some/ research to figure out how to turn them on.
LINT: better description of TCP_COMPAT_42: ``emulate 4.2BSD TCP bugs''.
1994-09-28 22:57:24 +00:00
wollman
bb4185a6aa
LKMs are no longer options, so remove the `options LKM' from LINT.
1994-09-28 22:51:54 +00:00
se
cd2cee44a9
Added entries for PCI and NCR device drivers.
1994-09-28 17:00:14 +00:00
phk
f5a12741b5
Added
...
options DIAGNOSTIC
options MSDOSFS_DEBUG
1994-09-27 20:36:26 +00:00
jkh
998114bc72
Jim Babb's port of the AIC6360 code.
...
Submitted by: babb
Obtained from: NetBSD
1994-09-26 16:15:06 +00:00
ache
74d0d72406
HARDFONTS option documented
1994-09-25 02:10:47 +00:00
dg
e540a800b4
Removed last vestige of MULTICAST option.
1994-09-23 06:22:58 +00:00
wollman
900d29807d
More loadable VFS changes:
...
- Make a number of filesystems work again when they are statically compiled
(blush)
- FIFOs are no longer optional; ``options FIFO'' removed from distributed
config files.
1994-09-22 19:38:41 +00:00
dfr
ef1f7f5f60
Added MSDOSFS option.
1994-09-19 15:45:02 +00:00
jkh
dd1f19bffa
Add SYSV shm stuff back to LINT.
...
chflags noschg /kernel in Makefile.i386 so if our previous kernel
was installed by make install, the second won't fall over.
1994-09-16 10:23:46 +00:00
phk
eebac3c922
Added DSI_SOFT_MODEM
1994-09-13 03:34:08 +00:00
ats
4a78d90f60
Deleted the pccons driver from the files.i386, added the seagate driver
...
into files.i386.
LINT:
Deleted the timezone line. Commented out the maxfdescs line and the
SYSVSHM and the SHMMAXPGS lines.
1994-09-11 21:09:52 +00:00
csgr
02b9a39b49
Remove *_SAVER syscons options - I don't know how they go in here:
...
(These options did not even really exist in 1.1.5.1)
CVS:
1994-09-09 22:12:38 +00:00
ats
24b9b7c35e
Reviewed by:
...
Delete the hints to the sg driver. This thing was never finished and
has now been beaten by the sea driver.
1994-09-05 22:32:42 +00:00
dg
a9a9ceeae2
Rather than exclude bounce buffers support with NOBOUNCE, include it
...
with BOUNCE_BUFFERS. This is more intuitive, and is better for future
multiplatform support. Added BOUNCE_BUFFERS option to the GENERIC and
LINT kernel config files.
1994-08-31 06:17:49 +00:00
dg
e5bc09292d
Made a little more up to date.
1994-08-28 06:46:25 +00:00
dg
30ea68f3fc
Updated this a bit. It's still woefully out of date.
1994-08-27 16:23:03 +00:00
phk
a8a9b8d89b
Added my ProAudioSpectum SCSI driver for cards with the 5380 SCSI-chip.
...
This is the slowest and most stupid of our SCSI-drivers, but it is there
and it works. It has been tested with CD-ROM and disk.
It uses no interrupts, no DMA, just polled I/0.
Transfer-rate is <= 100Kbyte/sec.
If you set the jumpers on the board, you can change the unit-number and
you will be able to have four of these co-exist in one computer, why one
would do that is somewhat unclear though.
If I ever get my hand on the docs for this, I will improve it of course,
but for now we can install and access those CD-ROMs.
1994-08-19 00:01:08 +00:00
jkh
7dfa59e5a9
Remove the now bogus IP_VAT_COMPAT.
1994-05-18 16:23:25 +00:00
jkh
1fb6f7c329
Add line for IP_VAT_COMPAT, documenting it.
1994-05-17 23:20:32 +00:00
jkh
a38f70ce76
Fold in the changes to support IP multicasting, from Jim Lowe et al.
1994-05-17 22:30:41 +00:00
jkh
cd576b6d9a
Whoops - comment out psm0 by default in case someone wants to
...
compile this thing. I won't turn on the ALLOW_CONFLICT_IOADDR this would need
to compile instead since that would then rob us of other, possibly important,
conflict checks.
1994-05-17 14:18:13 +00:00
jkh
53ce5f0cff
Add descriptions of ALLOW_CONFLICT_* options we want to doc for now
...
(only 2). Add entry for psm0 (PS/2 mouse).
1994-05-17 14:15:11 +00:00
jkh
a5d9a1f062
Remove confusing (as they are now unnecessary) comments about
...
INACCURATE_MICROTIME_IS_OK. Document what pca0 is.
1994-05-13 08:48:22 +00:00
gclarkii
7a31fda8cc
Added GPL_MATH_EMULATE to options
...
This should not be used in binary distributions.
1994-04-29 21:53:55 +00:00
wollman
7745e6da4c
Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined,
...
the NTP kernel PLL is disabled, and acquire_timer0() is enabled, thus
opening the door for microtime() (and hence gettimeofday()) to return
bogus timestamps. This option is necessary for the `pca' driver to
work, but is implemented to underscore the fact that accurate timekeeping
and the `pca' driver are incompatible at present. If someone writes a version
of microtime() that works when the `pca' driver is being used, this can get
junked.
1994-04-23 21:39:18 +00:00
ache
0378205e1d
device pca0 added
1994-04-23 12:13:27 +00:00
ache
c3cfb2dfa0
snd7 config line corrected, irqaremoved
1994-04-13 01:29:14 +00:00
ache
6d829d17b9
Remove unneded irq/drq/vector from snd?
1994-04-07 22:18:49 +00:00
dg
24d135e218
from kimmel@varese.cs.umass.edu (Matt Kimmel):
...
"el" driver for 3COM 3C501. This driver has some serious performance
problems and drops packets on the floor like hot potatos.
1994-04-07 12:10:31 +00:00
phk
7d2bbe7dd6
corrected pointer to sound.doc
1994-04-04 17:27:45 +00:00
wollman
334b88b204
More symtab space.
1994-03-19 22:17:56 +00:00
wollman
6d40bd433d
Added David Mills' kernel NTP PLL code. The current version of NTP does
...
not yet speak to this code.
1994-03-15 01:58:22 +00:00
swallace
3f6ebb7ed1
Removed EXCLUDE_<driver> for sound drivers so that all sound drivers
...
are compiled into kernel. Users are referred to sound doc for info.
1994-03-11 22:17:24 +00:00
swallace
9c005e258d
Added appropriate entries into files.i386 for snd drivers in /sys/i386/isa/sound
...
Added new snd drivers and EXCLUDE_<driver> options to LINT.
1994-03-11 10:31:05 +00:00
phk
9b442cb8ae
dcfclk driver obsoleted, sio/TIOCTIMESTAMP took over.
1994-02-27 21:53:54 +00:00
nate
b689f3d1d1
Commented on what the mse0, mcd0, and lpt/lpa devices were used for.
...
(No functional changes)
1994-02-09 05:35:57 +00:00
alm
73a43165f2
Add floppy tape support (missed these when changing G*)
1994-02-07 05:55:50 +00:00
ache
0554f42f8a
BLANK_SAVER syscons option added
1994-02-01 10:46:43 +00:00
ache
aa79a897c5
Add FADE_SAVER option from new syscons.
1994-02-01 08:34:16 +00:00
dg
8df5d2c1f8
WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu
...
<hsu@soda.berkeley.edu>.
1994-01-31 10:27:13 +00:00
rgrimes
c827a140f2
Remove commented out PROCFS, it is standard.
1994-01-29 21:41:36 +00:00
ache
274b9446d1
Set FIFO_TRIGGER in more human-readable form
1994-01-29 03:17:39 +00:00
ache
c28f57f6a4
Add FIFO_TRIGGER value for sio.c
1994-01-27 01:01:22 +00:00
rgrimes
8f8a2cf1e9
Disabled sg disk driver in LINT since there is no sg.c file in isa yet!
...
Removed com port comments, since we are about to depricate the driver.
Fix several plaes in LINT where people have been cutting and pasting using
xterms :-(
1994-01-25 11:08:25 +00:00