Bruce Evans
9546766a1b
Documented new serial console flags.
...
Removed dead serial console options.
Reorganised sio and serial console options.
Added undocumented options CLUSTERDEBUG and NPX_DEBUG.
1997-04-07 01:26:34 +00:00
KATO Takenori
c749b25885
Synchronize with sys/i386/conf/options.i386 revision 1.39.
1997-04-05 15:06:30 +00:00
Bruce Evans
8e71151378
Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.
1997-04-05 13:21:08 +00:00
KATO Takenori
8c5ac22f9b
Synchronize with sys/i386/confi/files.i386 revision 1.158.
1997-04-03 09:55:26 +00:00
Justin T. Gibbs
d98667394d
make obj before building the aic7xxx assembler. This puts the object
...
files in the right place.
The clean rule still isn't quite right since currently config doesn't
allow the specification of arbitrary clean rules.
1997-04-03 05:57:16 +00:00
Poul-Henning Kamp
3d4d8fe94d
Sanitize APM a bit. Convert various #ifdef to id_flags instead.
...
You may want to add "flags 0x31" to apm0 if you have a lousy
implementation. Read LINT.
1997-03-29 11:07:12 +00:00
Andrey A. Chernov
5fba67d120
Add "conflicts" to sbmidi0 since configured irq passed back to isa
...
and conflict with sb0 irq.
NOTE: existen configurations require "conflicts" adding to sbmidi0 now
1997-03-26 17:46:03 +00:00
Andrey A. Chernov
348a8a6aab
Add "conflicts" to sbxvi0 since all information now passed to isa
...
and conflict with sb0 happens.
NOTE: it affects existen configurations, add "conflicts" to sbxvi0 line
if you see probe error
1997-03-26 17:20:24 +00:00
Joerg Wunsch
5be8af9286
Bring the dev/pdq entries into alphabetical order.
...
Forgotten by: joerg :)
1997-03-26 17:00:36 +00:00
Andrey A. Chernov
add8f4123b
Don't trick with opl0 address since we have conflicts keyword
1997-03-26 16:10:43 +00:00
Andrey A. Chernov
0baa5ad9b2
Use port? for sbxvi0 since it is autoconfigured from sb0
...
Change sb0 irq from 7 to 5 since 5 is Creative default now.
1997-03-25 03:38:33 +00:00
KATO Takenori
507cf9c96e
Merge PC-98 code int i386/isa/ft.c.
1997-03-24 07:20:35 +00:00
KATO Takenori
56be183376
Created new section `CPU OPTIONS'. CPU classes and math emulator are
...
moved to there. Options for CPU feature is also described there.
1997-03-23 11:08:28 +00:00
KATO Takenori
4c024bbdf8
Improved CPU identification and initialization routines. This
...
supports All Cyrix CPUs, IBM Blue Lightning CPU and NexGen (now AMD)
Nx586 CPU, and initialize special registers of Cyrix CPU and msr of
IBM Blue Lightning CPU.
If revision of Cyrix 6x86 CPU < 2.7, CPU cache is enabled in
write-through mode. This can be disabled by kernel configuration
options.
Reviewed by: Bruce Evans <bde@freebsd.org> and
Jordan K. Hubbard <jkh@freebsd.org>
1997-03-22 18:54:54 +00:00
Mike Pritchard
35846a8163
Typo police.
1997-03-20 16:33:15 +00:00
KATO Takenori
2f284f07f8
Synchronize with sys/i386/conf/files.i386 revision 1.156.
1997-03-19 16:14:25 +00:00
David E. O'Brien
c85cfdb229
typo (nthe --> the)
1997-03-19 02:59:02 +00:00
Justin T. Gibbs
34564ce31e
Make this whitespace compatible with the change that I correctly committed
...
to the 2.2 branch for the new aic7xxx assembler.
1997-03-16 19:06:45 +00:00
Bruce Evans
54c4d30615
Fixed broken line continuation in the previous revision. Config apparently
...
has buggy backslash-newline handling. Avoid it by using whitespace before
backslash-newline.
1997-03-16 17:25:53 +00:00
Bruce Evans
0617e8fdf6
Fixed missing line-continuation backslash in the previous revision.
1997-03-16 17:14:04 +00:00
Justin T. Gibbs
8733b9a7ca
Adapt build rules to new aic7xxx seqeuncer assembler.
1997-03-16 07:09:01 +00:00
Justin T. Gibbs
2edd1d6696
Add depend rule for the now compile time generated aic7xxx register file.
1997-03-16 06:52:27 +00:00
Bruce Evans
25292acb24
Updated comment about npx0.
...
Added obsolete option GATEWAY so that kern_opt.c gets tested.
Added undocumented options LOCKF_DEBUG and SIMPLELOCK_DEBUG so
that these options get tested. The addition of LOCKF_DEBUG shows
that all of kern/kern_lockf.c shouldn't have been moved from ufs.
The debugging parts are very fs-dependent.
1997-03-13 19:23:27 +00:00
KATO Takenori
904385e65b
Synchornize with sys/i386/conf/options.i386 revision 1.37.
1997-03-13 17:04:23 +00:00
Stefan Eßer
2928e6b5fd
Add option CMD640 which is required to use both channels of that
...
EIDE chip
1997-03-12 19:11:59 +00:00
Stefan Eßer
f5cd278ca4
Add wdc_p.c for support of the CMD640 PCI EIDE chip.
1997-03-12 19:10:27 +00:00
Joerg Wunsch
1b0d314332
Since i don't see that anybody is implementing a more correct EISA
...
probing anytime soon, make EISA_SLOTS a fully supported option. It's
required for the HP NetServer LC series machines.
Next stop: make dset(8) aware of it as well.
1997-03-12 17:41:35 +00:00
Poul-Henning Kamp
fdc58e30da
Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com>
1997-03-10 20:25:45 +00:00
Mark Murray
a30c77e886
Move this files* entry for the Brooktree TV driver toi the right 'files*'.
1997-03-10 17:55:49 +00:00
Mark Murray
51e053d6cc
Initial import of the Brooktree PCI-TV drivers. I have not tested
...
these, they may not even compile. I am importing them on behalf
of the submitters.
Submitted by: amancio, smp
1997-03-10 06:38:26 +00:00
KATO Takenori
7f247c74a9
Synchronize with sys/i386/conf/options.i386 revision 1.36.
1997-03-01 11:06:41 +00:00
Bruce Evans
98d0a0b543
Removed nonexistent option PSM_NO_RESET.
1997-02-28 16:56:06 +00:00
Peter Wemm
b97fa2ef50
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
Peter Wemm
6875d25465
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
...
ready for it yet.
1997-02-22 09:48:43 +00:00
Satoshi Asami
1e0a4ffa26
Set RELDATE=300000. With the parallel version development, it has
...
become impractical to distinguish versions using "real" release dates, so
might as well make it correspond to real version number (-current is
on the 3.0 branch) so at least the feature increments are guaranteed to
be linear.
Silently approved by: current list
1997-02-19 06:05:48 +00:00
Bruce Evans
56a956e530
Use a valid value for MSGSSZ
...
Don't specify PSM_CHECKSYNC twice.
Submitted by: MSGSSZ by mi@aldan.ziplink.net
1997-02-12 09:47:31 +00:00
Garrett Wollman
1e49bd9cd3
Fix spelling of net.inet.ip.forwarding.
...
Add ARP_PROXYALL to defunct options.
1997-02-10 19:19:16 +00:00
Darren Reed
4b93480b2a
IP Filter is now character device #79
1997-02-10 12:17:45 +00:00
Darren Reed
55452e7f59
Add IP Filter .c files for "config" & "config.new" use.
1997-02-10 11:52:36 +00:00
John Dyson
996c772f58
This is the kernel Lite/2 commit. There are some requisite userland
...
changes, so don't expect to be able to run the kernel as-is (very well)
without the appropriate Lite/2 userland changes.
The system boots and can mount UFS filesystems.
Untested: ext2fs, msdosfs, NFS
Known problems: Incorrect Berkeley ID strings in some files.
Mount_std mounts will not work until the getfsent
library routine is changed.
Reviewed by: various people
Submitted by: Jeffery Hsu <hsu@freebsd.org>
1997-02-10 02:22:35 +00:00
Joerg Wunsch
a2f36095e2
The worm(4) driver needs a bdev major # now, too.
1997-02-06 22:20:33 +00:00
Joerg Wunsch
c37ddbb8bd
Correct the usage of fea0. It's an EISA driver now, so the ISA usage
...
is bogus.
Also, correct a stale comment about non-existing EISA support.
1997-02-01 19:53:12 +00:00
Kazutaka YOKOTA
50c193eb05
Removed reference to PSM_NO_RESET which is no longer available.
1997-01-30 11:59:36 +00:00
KATO Takenori
d00c34d948
Synchronize with sys/i386/conf/options.i386 revision 1.34.
1997-01-28 13:10:22 +00:00
Bruce Evans
d73ffacdf6
Removed bogus options CHILD_MAX and OPEN_MAX.
1997-01-27 12:39:39 +00:00
Bruce Evans
0f171f5949
Removed bogus options CHILD_MAX and OPEN_MAX.
...
Put obsolete GATEWAY option back in opt_defunct.h. It's the only
significant option that has gone away since 2.1.6, so warning about
it might be useful.
1997-01-27 12:39:09 +00:00
Bruce Evans
488600a422
Added KBD_MAXRETRY and PSM_NO_RESET.
1997-01-27 11:54:56 +00:00
Bruce Evans
4bc24b97bc
Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*,
...
SEM* and SHM*. These are already supported in the options files. I
mostly used the default value plus 1. This ensures that the LINT kernel
depends on the options headers.
1997-01-27 11:37:16 +00:00
Bruce Evans
25bd52fee7
Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX.
1997-01-27 11:18:40 +00:00
KATO Takenori
75ef4c3a5a
Synchronize with sys/i386/conf/files.i386 (revision 1.151).
1997-01-18 10:29:55 +00:00