summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-12 09:40:04 +0000
committerpeter <peter@FreeBSD.org>2001-06-12 09:40:04 +0000
commitbbbe8875f0844bdf4e10cbc01dc9c7f2a2c8368a (patch)
treeddf23af998adfeb85fbbf912b89e3fa83f84fd4b /sys/conf
parentb44fc46ed5521eb3028aafbc0c4aef220ed24141 (diff)
downloadFreeBSD-src-bbbe8875f0844bdf4e10cbc01dc9c7f2a2c8368a.zip
FreeBSD-src-bbbe8875f0844bdf4e10cbc01dc9c7f2a2c8368a.tar.gz
Hints overhaul:
- Replace some very poorly thought out API hacks that should have been fixed a long while ago. - Provide some much more flexible search functions (resource_find_*()) - Use strings for storage instead of an outgrowth of the rather inconvenient temporary ioconf table from config(). We already had a fallback to using strings before malloc/vm was running anyway.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/files.alpha2
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.ia642
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/conf/options.i3868
-rw-r--r--sys/conf/options.pc988
7 files changed, 15 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2d22a10..13961aa 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -403,9 +403,9 @@ options COMPILING_LINT
options UCONSOLE
# XXX - this doesn't belong here either
-options USERCONFIG #boot -c editor
-options INTRO_USERCONFIG #imply -c and show intro screen
-options VISUAL_USERCONFIG #visual boot -c editor
+#options USERCONFIG #boot -c editor
+#options INTRO_USERCONFIG #imply -c and show intro screen
+#options VISUAL_USERCONFIG #visual boot -c editor
#####################################################################
# NETWORKING OPTIONS
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index a2693c2..fa26742 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -82,7 +82,7 @@ alpha/alpha/support.s standard
alpha/alpha/swtch.s standard
alpha/alpha/sys_machdep.c standard
alpha/alpha/trap.c standard
-alpha/alpha/userconfig.c optional userconfig
+#alpha/alpha/userconfig.c optional userconfig
alpha/alpha/vm_machdep.c standard
alpha/isa/isa.c optional isa
alpha/isa/isa_dma.c optional isa
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 48c1db6..6a6d7bf 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -194,7 +194,7 @@ i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
i386/i386/trap.c standard
-i386/i386/userconfig.c optional userconfig
+#i386/i386/userconfig.c optional userconfig
i386/i386/vm86.c standard
i386/i386/vm_machdep.c standard
i386/ibcs2/ibcs2_errno.c optional ibcs2
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64
index ec058ef..16fcc3c 100644
--- a/sys/conf/files.ia64
+++ b/sys/conf/files.ia64
@@ -49,7 +49,7 @@ ia64/ia64/sscdisk.c standard
ia64/ia64/swtch.s standard
ia64/ia64/sys_machdep.c standard
ia64/ia64/trap.c standard
-ia64/ia64/userconfig.c optional userconfig
+#ia64/ia64/userconfig.c optional userconfig
ia64/ia64/vm_machdep.c standard
ia64/isa/isa.c optional isa
ia64/isa/isa_dma.c optional isa
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index a9e3592..283b6c2 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -372,7 +372,7 @@ netsmb/smb_usr.c optional netsmb
pc98/apm/apm.c optional apm
pc98/apm/apm_bioscall.s optional apm
pc98/i386/machdep.c standard
-pc98/i386/userconfig.c optional userconfig
+#pc98/i386/userconfig.c optional userconfig
pc98/pc98/atapi.c optional wdc
pc98/pc98/clock.c standard
pc98/pc98/diskslice_machdep.c standard
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 8cbb640..e37882c 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -111,10 +111,10 @@ KBD_MAXWAIT opt_kbd.h
KBD_RESETDELAY opt_kbd.h
KBDIO_DEBUG opt_kbd.h
-USERCONFIG opt_userconfig.h
-VISUAL_USERCONFIG opt_userconfig.h
-INTRO_USERCONFIG opt_userconfig.h
-DEV_EISA opt_userconfig.h
+#USERCONFIG opt_userconfig.h
+#VISUAL_USERCONFIG opt_userconfig.h
+#INTRO_USERCONFIG opt_userconfig.h
+#DEV_EISA opt_userconfig.h
EISA_SLOTS opt_eisa.h
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 126cc27..54695aa 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -101,10 +101,10 @@ KBD_MAXWAIT opt_kbd.h
KBD_RESETDELAY opt_kbd.h
KBDIO_DEBUG opt_kbd.h
-USERCONFIG opt_userconfig.h
-VISUAL_USERCONFIG opt_userconfig.h
-INTRO_USERCONFIG opt_userconfig.h
-DEV_EISA opt_userconfig.h
+#USERCONFIG opt_userconfig.h
+#VISUAL_USERCONFIG opt_userconfig.h
+#INTRO_USERCONFIG opt_userconfig.h
+#DEV_EISA opt_userconfig.h
EISA_SLOTS opt_eisa.h
OpenPOWER on IntegriCloud