freebsd-dev/sys/i386/conf
David Greenman a401ebbe32 Changed swap partition handling/allocation so that it doesn't
require specific partitions be mentioned in the kernel config
file ("swap on foo" is now obsolete).

From Poul-Henning:

The visible effect is this:

As default, unless
        options "NSWAPDEV=23"
is in your config, you will have four swap-devices.
You can swapon(2) any block device you feel like, it doesn't have
to be in the kernel config.

There is a performance/resource win available by getting the NSWAPDEV right
(but only if you have just one swap-device ??), but using that as default
would be too restrictive.

The invisible effect is that:

Swap-handling disappears from the $arch part of the kernel.
It gets a lot simpler (-145 lines) and cleaner.

Reviewed by:	John Dyson, David Greenman
Submitted by:	Poul-Henning Kamp, with minor changes by me.
1995-05-14 03:00:10 +00:00
..
BOOTFLP Do not try to negotiate synchronous SCSI transfers in the Boot Kernel. 1995-03-30 15:41:33 +00:00
CORBIN Take out multicast support for the moment. 1994-08-08 09:14:37 +00:00
devices.i386 Correct the devices.i386 for the major numbers. 8 was already used now 1994-12-26 01:06:41 +00:00
files.i386 Add National Instruments "LabPC" driver 1995-04-28 00:51:40 +00:00
GENERIC Changed swap partition handling/allocation so that it doesn't 1995-05-14 03:00:10 +00:00
GENERICAH Add ep0 line to kernel config files. 1994-11-13 10:17:07 +00:00
GENERICBT Add ep0 line to kernel config files. 1994-11-13 10:17:07 +00:00
IPFIREWALL Add ep0 line to kernel config files. 1994-11-13 10:17:07 +00:00
LINT Changed swap partition handling/allocation so that it doesn't 1995-05-14 03:00:10 +00:00
Makefile.i386 Make `make links' work by leaving swapkernel.c off out of the links processing 1995-05-11 19:48:45 +00:00
MINI According to a quick reading of sources, one experiment and Bruce's word: 1994-10-20 00:53:30 +00:00
NOTES Changed swap partition handling/allocation so that it doesn't 1995-05-14 03:00:10 +00:00
PCVT Bring PCVT's config files into the tree. 1995-02-05 10:56:47 +00:00
SYSCONS Ttys structures are now allocated dynamically via ttymalloc/ttyfree. 1994-03-02 20:18:09 +00:00