Søren Schmidt
f559a836a2
Add the new LBA mode support in the wd? config examples.
1998-04-09 22:28:57 +00:00
Peter Wemm
e8b4f186cd
add globals.s for data that is treated differently on SMP.
1998-04-06 15:49:35 +00:00
Wolfgang Helbig
94316d1ddb
pcics are devices not controllers.
1998-03-29 07:58:03 +00:00
Peter Dufault
8a6472b723
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
...
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes:
Change all "posix4" to "p1003_1b". Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;
Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;
Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;
Add options to LINT;
Minor fixes to P1003_1B code during testing.
1998-03-28 11:51:01 +00:00
Kazutaka YOKOTA
c4118fc0b0
Describe the SC_DISABLE_REBOOT option.
1998-03-24 02:55:03 +00:00
Peter Wemm
59088db3cb
si driver has changed microcode file locations.
1998-03-23 16:44:22 +00:00
Peter Wemm
1689d8bdca
Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.
1998-03-21 14:13:47 +00:00
Peter Wemm
c0a3aab811
zap 'vector siintr' from example si0 config
1998-03-21 06:21:03 +00:00
Eivind Eklund
f909c15bec
Clear up DPT comment to avoid further confusion. This is a hardware
...
driver.
1998-03-16 23:04:07 +00:00
Tor Egge
8f7030a7cc
Add a BOOTP_WIRED_TO option, for use on machines with multiple network
...
cards where the first detected card should not be used for bootp.
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
1998-03-14 04:13:56 +00:00
Eivind Eklund
57a0e7b124
'LKM' is a minimal kernel config file, just enough to be able to test-link
...
the LKMs.
1998-03-12 20:00:21 +00:00
Julian Elischer
fdc021ba7f
Add EISA support for DPT drivers
...
Submitted by: Matthew Dodd
Reviewd by: shimon@simon-shapiro.org (DPT author)
1998-03-11 00:30:16 +00:00
Eivind Eklund
04fa1e6c8b
Change PMAP_SHPGPERPROC to not be equal to the default, for the
...
benefit of bde's "unused include files" script.
Requested by: bde
1998-03-10 15:42:13 +00:00
Eivind Eklund
005092bba6
Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, and
...
document it there.
1998-03-09 22:09:13 +00:00
Julian Elischer
b1897c197c
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
...
Submitted by: Kirk McKusick (mcKusick@mckusick.com )
Obtained from: WHistle development tree
1998-03-08 09:59:44 +00:00
Jun-ichiro itojun Hagino
751bf650a8
make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.
...
I'll polish the code later on.
1998-02-27 10:02:49 +00:00
Jordan K. Hubbard
281bc0476a
Move "geometry disk" device (not yet implemented) to major 95 to
...
eliminate conflict with /dev/pci.
1998-02-27 06:15:50 +00:00
Poul-Henning Kamp
828c63ae15
Add loran0 to LINT
1998-02-24 22:24:46 +00:00
Poul-Henning Kamp
cb7cfa353d
Add the smallest and least useful device-driver by a fair margin...
1998-02-24 22:08:05 +00:00
Eivind Eklund
c2469addb2
Make TUNE_1542 a new-style option, and enable this option in LINT. It
...
has been disabled since 1994 by mistake (or at least I hope so :-)
1998-02-21 10:11:43 +00:00
Jordan K. Hubbard
3bbe72d3dd
Reserve cdev 93 for CODA filesystem.
...
Submitted by: "Robert.V.Baron" <rvb@GLUCK.CODA.CS.CMU.EDU>
1998-02-20 23:55:32 +00:00
Poul-Henning Kamp
7ec73f6417
Replace TOD clock code with more systematic approach.
...
Highlights:
* Simple model for underlying hardware.
* Hardware basis for timekeeping can be changed on the fly.
* Only one hardware clock responsible for TOD keeping.
* Provides a real nanotime() function.
* Time granularity: .232E-18 seconds.
* Frequency granularity: .238E-12 s/s
* Frequency adjustment is continuous in time.
* Less overhead for frequency adjustment.
* Improves xntpd performance.
Reviewed by: bde, bde, bde
1998-02-20 16:36:17 +00:00
Bruce Evans
ee16b4300e
Fixed some stale comments about console drivers.
...
Uncommented css0. It compiles OK.
Moved trix0 so that it compiles OK when uncommented. Uncommented
it. Drivers with the same interrupt handler must be together in
config files so that config(8)'s simple avoidance of redundant
declarations of interrupt handlers works (config emits a declaration
unless it would duplicate the previous one).
Commented out NO_LKM. Negative options should not be configured
in LINT. There should be no negative options for subsystems.
LKMs should never have been standard or the default.
1998-02-20 12:27:28 +00:00
Steve Price
ad64a9aade
Don't propogate *_DEBUG options. Use DEBUG and recompile
...
only those parts of the kernel that you are interested in.
Prodded by: Bruce Evans <bde@zeta.org.au>
1998-02-20 04:19:39 +00:00
Amancio Hasty
1735805c3a
Move Luigi's I2CWR ioctl from the video_ioctl section to the
...
tuner_ioctl section. Changed Major device from 79 to 92 and reserved
our Major device number -- hasty@star-gate.com
1998-02-20 03:55:17 +00:00
Steve Price
34d1c7b48c
Add an LPT_DEBUG option.
...
PR: 5773
Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
1998-02-20 02:44:18 +00:00
Mike Smith
eed5086e1a
Move the 'sw' device off block major #1 , which is now occupied by 'wfd'.
1998-02-19 12:15:06 +00:00
Jordan K. Hubbard
86b1080174
91 vinum RAID fs
...
Requested by: grog
1998-02-19 01:33:29 +00:00
Mike Smith
1f98b2eb0f
Remove the 'qcam' driver. Development has ceased, and the driver is
...
nonfunctional.
Submitted by: pst (conversation some time ago)
1998-02-18 13:43:59 +00:00
Søren Schmidt
d22a3e8547
Correct the use of major 1 its now the wfd device
...
Also add wst device
1998-02-17 11:33:31 +00:00
Søren Schmidt
ea38cb7ffc
Add 'wst" atapi tape devicefile.
1998-02-17 11:32:33 +00:00
Jordan K. Hubbard
ce84f3a9d6
Add entry for Greg Lehey's "vinum" fs - don't know what to call it in
...
here so I just called it a RAID fs.
1998-02-17 10:52:56 +00:00
Søren Schmidt
bee7612b0b
Reserve major # for the atapi tape device
1998-02-17 10:44:23 +00:00
Eivind Eklund
d94f38ace2
Add HW_WDOG to LINT, and turn it into a new-style option.
1998-02-16 23:57:49 +00:00
Mike Smith
42be88e88d
Remove DISABLE_PSE option which was masking (but not fixing) the problem.
...
A correct fix for execution off MFS filesystems has been committed.
1998-02-16 23:57:03 +00:00
Mike Smith
354f83d34f
TEMPORARILY disable support for the 4MB kernel page, as it appears to be
...
causing installation images for -current to be unbootable.
Submitted by: phk
1998-02-16 00:29:05 +00:00
Peter Wemm
a397086e61
Update to support SI/XIO PCI host cards (Z280 based) and the enhanced
...
SXISA and SXPCI host cards (Transputer based).
PR: 4836, 5021, 5654
Submitted by: Nick Sayer <nick@specialix.com>
1998-02-15 14:42:33 +00:00
Paul Traina
186a666128
Change wfd major block device to 1 as part of the effort to make wfd's
...
bootable without a big increase in boot2's size.
1998-02-13 22:41:00 +00:00
Poul-Henning Kamp
507e2e4443
Add a skelleton pulse-per-second timing driver. This will become more
...
useful when I get my timecounter changes past the Bruce-filter.
1998-02-13 13:00:02 +00:00
Dima Ruban
bd45deefaa
I'm not sure whether this is a correct way to do it,
...
but here's a new kernel option - "NO_LKM"
If anyone has better ideas - please let me know.
1998-02-11 20:47:55 +00:00
Kazutaka YOKOTA
8da0cd6227
Remove description on the flags for psm. They are adequately
...
documented in the man page for psm(4).
1998-02-11 17:37:55 +00:00
Kazutaka YOKOTA
2589e75553
Added SC_DISABLE_REBOOT and SC_MOUSE_CHAR.
1998-02-11 16:22:30 +00:00
Jordan K. Hubbard
8b8cd792cf
Clean up comments describing Luigi's alternate sound driver.
1998-02-11 15:36:46 +00:00
KATO Takenori
a5b88b0149
NULL and UMAP filesystems also unstable.
1998-02-09 15:03:38 +00:00
Eivind Eklund
4c890f3b43
Remove old, commented-out option SUIDDIR after Julian added a proper
...
entry for it.
1998-02-04 22:03:27 +00:00
Eivind Eklund
346ebe5115
Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header file
...
"opt_lint.h". This should prevent the next person needing the same trick
from inventing their own option, too.
1998-02-04 04:41:37 +00:00
Bruce Evans
44429dc4f7
Converted DISABLE_PSE to a new-style option.
...
Fixed some formatting in options.i386.
1998-02-03 22:09:01 +00:00
Julian Elischer
cb800e3451
add the SUIDDIR option and tell people what it is for. (And when NOT to use it)
1998-01-31 19:41:27 +00:00
Eivind Eklund
3f2076daf5
Make the debug options new-style.
...
This also zaps a DPT option from lint; it wasn't referenced from
anywhere.
1998-01-31 07:23:16 +00:00
Eivind Eklund
e0d781f3a5
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
...
This also fixes a couple of defunct options; submitted by bde.
1998-01-31 05:00:21 +00:00