summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.8
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-08 15:57:22 +0000
committerpeter <peter@FreeBSD.org>2000-01-08 15:57:22 +0000
commit4dc1a88de3c124d01cb486042b1fd6ba88f3abe8 (patch)
treeebf9dbc0011a3e7752a87c51eaba2001375e535e /usr.sbin/config/config.8
parent56c26012ce83d84970d82e62757ffefc7048ea0d (diff)
downloadFreeBSD-src-4dc1a88de3c124d01cb486042b1fd6ba88f3abe8.zip
FreeBSD-src-4dc1a88de3c124d01cb486042b1fd6ba88f3abe8.tar.gz
Apply the axe to some more cruft in config(8). In particular:
- redo the "at" configuration system so that it just syntax checks to make sure the device you're configuring something "at" appears to exist. Nuke a bunch of complexity that was responsible for creating "clones" of wildcard devices and some wierd stuff in a few places including the scbus config tables etc. - merge "controller" and "device" - there is no difference as far as the kernel is concernend, it's just something there to make life difficult for config file writers. "controller" is now an alias for "device". - emit full scsi config into the resource tables. We could trivially change cam to use that rather than it's own "special" table for wiring and static configuration. ATA could use this too for static wiring. - try and emulate some of the quirks of the old system where it made sense. Some were too strange though and I'd be very suprised if they were features and not outright bugs. nexus handling is still strange. One thing in particular is that some of the wierd entries in the newbus devtables is now gone as it was a quirk side effect of the wildcard/question-mark cloning above. GENERIC and LINT still build etc.
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r--usr.sbin/config/config.89
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 85da1a6..918e878 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -127,20 +127,13 @@ they are:
.Pa ioconf.c ,
a description
of what I/O devices are attached to the system;
-.Pa vector.h ,
-definitions of
-macros related to counting interrupts;
.Pa Makefile ,
used by
.Xr make 1
in building the system;
header files,
definitions of
-the number of various devices that will be compiled into the system;
-so-called swap configuration files,
-definitions for
-the disk areas to be used for the root file system
-and system dumps.
+the number of various devices that will be compiled into the system.
.Pp
After running
.Nm config ,
OpenPOWER on IntegriCloud