freebsd-nq/sys/i386/conf
Julian Elischer 3e425b968d Add changes and code to implement a functional DEVFS.
This code will be turned on with the TWO options
DEVFS and SLICE. (see LINT)
Two labels PRE_DEVFS_SLICE and POST_DEVFS_SLICE will deliniate these changes.

/dev will be automatically mounted by init (thanks phk)
on bootup. See /sys/dev/slice/slice.4 for more info.
All code should act the same without these options enabled.

Mike Smith, Poul Henning Kamp, Soeren, and a few dozen others

This code does not support the following:
bad144 handling.
Persistance. (My head is still hurting from the last time we discussed this)
ATAPI flopies are not handled by the SLICE code yet.

When this code is running, all major numbers are arbitrary and COULD
be dynamically assigned. (this is not done, for POLA only)
Minor numbers for disk slices ARE arbitray and dynamically assigned.
1998-04-19 23:32:49 +00:00
..
devices.i386 Correct the use of major 1 its now the wfd device 1998-02-17 11:33:31 +00:00
files.i386 Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
GENERIC Remove DISABLE_PSE option which was masking (but not fixing) the problem. 1998-02-16 23:57:03 +00:00
LINT Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
LKM 'LKM' is a minimal kernel config file, just enough to be able to test-link 1998-03-12 20:00:21 +00:00
majors.i386 Reserve a number for the ALTQ control devices (96) 1998-04-17 20:26:43 +00:00
Makefile.i386 Undo my last change. 1998-04-17 07:51:36 +00:00
NOTES Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
options.i386 Reviewed by: Amancio 1998-04-18 04:58:33 +00:00
PCCARD - Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options. 1997-11-11 00:47:01 +00:00
SMP-GENERIC Change comments about ijppp to iijppp. 1997-10-31 22:10:09 +00:00