Peter Wemm
f1532aadee
Activate USER_LDT by default. The new thread libraries are going to
...
depend on this. The linux ABI emulator tries to use it for some linux
binaries too. VM86 had a bigger cost than this and it was made default
a while ago.
Reviewed by: jhb, imp
2001-02-23 01:25:02 +00:00
John Baldwin
ad7f236572
Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORT
...
is no longer needed. R.I.P.
2001-02-22 10:03:05 +00:00
Semen Ustimenko
0cc2be2120
Reflect recently added support for SMC9432FTX cards.
2001-02-07 20:18:54 +00:00
Jeroen Ruigrok van der Werven
1a6e52d0e9
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
2001-02-06 11:21:58 +00:00
Peter Wemm
bcf77694d1
Clean up some leftovers from the root mount cleanup that was done some
...
time ago. FFS_ROOT and CD9660_ROOT are obsolete.
2001-02-04 15:35:10 +00:00
Peter Wemm
a7ecc804fb
'device agp' was missing
2001-02-04 12:36:50 +00:00
Poul-Henning Kamp
e1d756ce2a
Remove the LABPC driver.
...
Doesn't work, no maintainer, more promising code exists elsewhere.
2001-02-04 11:18:15 +00:00
Bruce Evans
2849b131ec
Unbreak test coverage of cy driver.
2001-02-01 09:57:59 +00:00
Peter Wemm
0adb9b96bd
Add hpfs and the config glue for it. It was being skipped from test
...
coverage.
2001-01-31 05:33:23 +00:00
Seigo Tanimura
98eb90094e
As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example values
...
to 1GB. A box of mine is running with MAXDSIZ and DFLDSIZ increased
up to 1.5GB.
Wishlist: It would be nice to warn if MAXTSIZ + MAXDSIZ + MAXSSIZ
exceeds VM_MAXUSER_ADDRESS - VM_MINUSER_ADDRESS.
2001-01-31 04:07:34 +00:00
Søren Schmidt
bb0030a4f8
Add text for option ATA_ENABLE_WC.
2001-01-29 17:58:16 +00:00
Poul-Henning Kamp
73cee67c0e
Remove an outdated DEVFS non-description.
2001-01-28 19:32:23 +00:00
Poul-Henning Kamp
b0254d109c
Turn DEVFS on by default.
...
You may need to turn this off if you you vinum. Apart from that I know of
no reason not to run with DEVFS.
2001-01-27 08:18:36 +00:00
Hellmuth Michaelis
4a29e8f92b
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:22:18 +00:00
Coleman Kane
7670e0125f
Add some description and clarification as to the use of the tdfx device.
...
Answers many questions I have recieved and has a short description of what
the driver actually does.
2001-01-25 06:58:53 +00:00
Peter Wemm
d42df83312
Disable cy - it is now completely broken and needs non-trivial work.
2001-01-25 01:56:27 +00:00
Jeroen Ruigrok van der Werven
8b6f5e6568
Document some more options.
...
Apologies to Bruce for not yet cleaning it up in sections. Coming
soon.
2001-01-20 12:34:53 +00:00
Peter Wemm
fac01606cc
Sync with GENERIC - drop I386_CPU
2001-01-19 14:23:51 +00:00
Peter Wemm
d008d67eff
At great personal risk to my sanity, turn off COMPAT_OLDISA and the
...
two drivers that depend on it - ie and le. The compat code has not been
disabled.
2001-01-19 13:06:37 +00:00
Peter Wemm
90d3341e09
Add missing twe (3ware) and ahb (adaptec 174x) devices (!)
2001-01-19 13:04:58 +00:00
Dag-Erling Smørgrav
2727da4c44
Change NSWAPDEV to something else than the default value.
2001-01-16 10:48:58 +00:00
Peter Wemm
e44a0ea311
Stop doing runtime checking on i386 cpus for cpu class. The cpu is
...
slow enough as it is, without having to constantly check that it really
is an i386 still. It was possible to compile out the conditionals for
faster cpus by leaving out 'I386_CPU', but it was not possible to
unconditionally compile for the i386. You got the runtime checking whether
you wanted it or not. This makes I386_CPU mutually exclusive with the
other cpu types, and tidies things up a little in the process.
Reviewed by: alfred, markm, phk, benno, jlemon, jhb, jake, grog, msmith,
jasone, dcs, des (and a bunch more people who encouraged it)
2001-01-16 09:10:34 +00:00
Matthew Dillon
8f7939aeef
Make NSWAPDEV reasonable so people do not mistakenly use unreasonable
...
values when creating custom kernels from LINT.
Suggested-by: "Louis A. Mamakos" <louie@TransSys.COM>
2001-01-15 06:45:01 +00:00
Mark Murray
b79ad7e642
Remove NOBLOCKRANDOM as a compile-time option. Instead, provide
...
exactly the same functionality via a sysctl, making this feature
a run-time option.
The default is 1(ON), which means that /dev/random device will
NOT block at startup.
setting kern.random.sys.seeded to 0(OFF) will cause /dev/random
to block until the next reseed, at which stage the sysctl
will be changed back to 1(ON).
While I'm here, clean up the sysctls, and make them dynamic.
Reviewed by: des
Tested on Alpha by: obrien
2001-01-14 17:50:15 +00:00
John Baldwin
4408a4e8ff
Argh, remove a local customization that snuck in here.
...
Noticed by: jasone
2001-01-14 10:19:42 +00:00
John Baldwin
decc707afc
Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizes
...
performance on other x86 processors. Custom kernels can still be built
that will run on the 386.
2001-01-14 10:11:10 +00:00
Hellmuth Michaelis
8301794f59
Add itjc ISDN hardware driver
2001-01-11 15:35:45 +00:00
Peter Wemm
8a10dafbd8
use 'profile 2' instead of 1, since it causes more code to be tested.
2001-01-04 19:23:33 +00:00
Nicolas Souchu
c89863e8b9
Remove alpm numbering.
2001-01-03 07:39:07 +00:00
Takanori Watanabe
ccf67a960f
Remove the old acpi stuff entry.
...
Submitted by:kurinyma
2000-12-29 15:39:45 +00:00
Dag-Erling Smørgrav
dd488b6dd8
Retire kernfs (kernel part).
2000-12-28 12:17:35 +00:00
Takanori Watanabe
bffb191efe
Add PECOFF (WIN32 Execution file format) support.
...
To use it, some dll is needed. And currently, the dll is only for NetBSD.
So one more kernel module is needed.
For more infomation,
http://chiharu.haun.org/peace/ .
Reviewed by: bp
2000-12-20 12:51:08 +00:00
Paul Richards
3164c5878a
Re-enable the lnc driver in GENERIC.
2000-12-20 11:24:47 +00:00
Poul-Henning Kamp
48ecc0129d
Add the musycc driver to NOTES.
...
This is a driver for the LanMedia/SBE LMC150x E1/T1 family of cards.
The driver currently support unframed E1 (2048kbit/s) and framed
E1 (nx64).
These cards will provision E1/T1 lines for about 1/4 the cost of
a cisco router...
2000-12-15 18:01:43 +00:00
Warner Losh
492510de38
o Remove the COMPAT_OLDPCI option now that Mike removed it.
...
o Add pmtimer device
o Shorten scsi settle time to 1 second, since that's what I use and
I'm tired of remerging it every time.
2000-12-13 21:52:44 +00:00
Mike Smith
e8d5a72218
Remove the COMPAT_OLDPCI option, it's going away.
...
Turn 'lnc' off in GENERIC for the moment, pending its update to newbus.
2000-12-13 01:11:34 +00:00
Matt Jacob
ac918c8460
add comment about ispfw
2000-12-11 23:31:32 +00:00
Nick Sayer
4323578d73
Add the spic driver, which is a simple first attempt at providing access
...
to the jog dial device.
2000-12-11 19:41:48 +00:00
Poul-Henning Kamp
9b67714311
Remove DDB, it leaked in here with another commit.
...
Submitted by: bde
2000-12-11 14:02:00 +00:00
Poul-Henning Kamp
959b7375ed
Staticize some malloc M_ instances.
2000-12-08 20:09:00 +00:00
Mitsuru IWASAKI
b52617dc0e
Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.
...
Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
2000-12-07 14:27:02 +00:00
Alexander Langer
b2ca55728b
Add the NS DP83815 to the list of supported chips by the sis driver.
...
Inspired by: Oliver Fromme
2000-12-03 18:43:41 +00:00
Archie Cobbs
7d7a5b89a7
Add kernel option NETGRAPH_ONE2MANY.
2000-11-16 16:59:26 +00:00
Warner Losh
c7ba419499
vx no longer uses pci compat shims and this doesn't need a count
2000-11-15 18:43:41 +00:00
Warner Losh
5c75885e24
MFGENERIC: 1.291
2000-11-15 18:42:44 +00:00
Warner Losh
e655ea71de
Add pmtimer device, necessary for proper time keeping when apm or
...
other power management devices are enabled.
2000-11-15 18:36:24 +00:00
Jordan K. Hubbard
4dc665b8bf
Proper capitalization of PCMCIA (and avoid matching pcm)
2000-11-14 01:13:57 +00:00
Jordan K. Hubbard
68ce54fbde
In the year 2000, I think it's perfectly reasonable to include audio
...
support by default in GENERIC.
2000-11-14 01:11:13 +00:00
Jeroen Ruigrok van der Werven
a88d714c23
Document DISABLE_PSE.
2000-11-08 15:53:49 +00:00
Jeroen Ruigrok van der Werven
28d7984f3d
Document CLUSTERDEBUG, CPU_UPGRADE_HW_CACHE and LOCKF_DEBUG.
2000-11-08 12:14:06 +00:00