summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-15 10:19:39 +0000
committerbde <bde@FreeBSD.org>2002-02-15 10:19:39 +0000
commit3247dc600ab4860773721fb11083dff5a5da82d4 (patch)
treed045bb06b02e731aaa2f97c8de6d6dfb38a50a7d /sys
parent20e1b517e9e1328b96a289dbca51d276b6fe0d91 (diff)
downloadFreeBSD-src-3247dc600ab4860773721fb11083dff5a5da82d4.zip
FreeBSD-src-3247dc600ab4860773721fb11083dff5a5da82d4.tar.gz
Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,
GUS_DMA, GUS_DMA2, GUS_IRQ, OLTR_NO_BULLSEYE_MAC, OLTR_NO_HAWKEYE_MAC, OLTR_NO_TMS_MAC and PCIC_RESUME_RESET.
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_util.h2
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/conf/options.alpha3
-rw-r--r--sys/conf/options.i38622
-rw-r--r--sys/conf/options.pc9822
-rw-r--r--sys/i386/conf/NOTES9
-rw-r--r--sys/pccard/pccard.c2
7 files changed, 1 insertions, 68 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h
index e01f260..bc02046 100644
--- a/sys/compat/linux/linux_util.h
+++ b/sys/compat/linux/linux_util.h
@@ -39,8 +39,6 @@
#ifndef _LINUX_UTIL_H_
#define _LINUX_UTIL_H_
-#include "opt_linux.h"
-
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 5e728f8..1e770bd 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1926,9 +1926,6 @@ hint.wl.0.port="0x300"
device xe
device oltr
-options OLTR_NO_BULLSEYE_MAC
-options OLTR_NO_HAWKEYE_MAC
-options OLTR_NO_TMS_MAC
hint.oltr.0.at="isa"
# PCI Ethernet NICs that use the common MII bus controller code.
@@ -2385,9 +2382,6 @@ device card
#device pccard
#device cardbus
-# You may need to reset all pccards after resuming
-options PCIC_RESUME_RESET # reset after resume
-
#
# Laptop/Notebook options:
#
@@ -2802,9 +2796,6 @@ options COMPAT_LINUX
# and PSEUDOFS)
options LINPROCFS
-# Linux debugging
-options DEBUG_LINUX
-
#
# SysVR4 ABI emulation
#
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index e44a198..6cd1c79 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -74,9 +74,8 @@ TIMER_FREQ opt_clock.h
# Options for emulators. These should only be used at config time, so
# they are handled like options for static file systems
-# (see src/sys/conf/options), except for broken debugging options.
+# (see src/sys/conf/options).
COMPAT_LINUX opt_dontuse.h
-DEBUG_LINUX opt_linux.h
COMPAT_OSF1 opt_dontuse.h
# Device options
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 880a61e..3ef3f2e 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -27,7 +27,6 @@ KSTACK_PAGES
# (see src/sys/conf/options), except for broken debugging options.
IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
-DEBUG_LINUX opt_linux.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
PECOFF_SUPPORT opt_dontuse.h
@@ -108,8 +107,6 @@ PSM_HOOKRESUME opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
-PCIC_RESUME_RESET opt_pcic.h
-
ATKBD_DFLT_KEYMAP opt_atkbd.h
KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
@@ -135,11 +132,6 @@ PCVT_USEKBDSEC opt_pcvt.h
PCVT_VT220KEYB opt_pcvt.h
PCVT_GREENSAVER opt_pcvt.h
-# voxware options
-GUS_DMA2 opt_sound.h
-GUS_DMA opt_sound.h
-GUS_IRQ opt_sound.h
-
# Video spigot
SPIGOT_UNSECURE opt_spigot.h
@@ -170,11 +162,6 @@ COMPAQ_M610 opt_i4b.h
# isdn4bsd: passive PCI cards
# -------------------------------
ELSA_QS1PCI opt_i4b.h
-AVM_A1_PCI opt_i4b.h
-# -------------------------------
-# isdn4bsd: passive PCMCIA cards
-# -------------------------------
-#AVM_A1_PCMCIA opt_i4b.h
# -------------------------------
# isdn4bsd: misc options
# -------------------------------
@@ -184,21 +171,12 @@ I4B_SMP_WORKAROUND opt_i4b.h
IPR_VJ opt_i4b.h
IPR_LOG opt_i4b.h
-# -------------------------------
-# oltr: build options
-# -------------------------------
-# Exclude microcode options
-OLTR_NO_TMS_MAC opt_oltr.h
-OLTR_NO_HAWKEYE_MAC opt_oltr.h
-OLTR_NO_BULLSEYE_MAC opt_oltr.h
-
# Total number of ports controlled by the dgb(4) driver.
# Defaults to NDGB*16.
NDGBPORTS opt_dgb.h
# Device options
DEV_NPX opt_npx.h
-DEV_APM opt_apm.h
DEV_SPLASH opt_splash.h
# SMB/CIFS requester
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 1c6bbf9..9202809 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -27,7 +27,6 @@ KSTACK_PAGES
# (see src/sys/conf/options), except for broken debugging options.
IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
-DEBUG_LINUX opt_linux.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
PECOFF_SUPPORT opt_dontuse.h
@@ -100,8 +99,6 @@ PSM_HOOKRESUME opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
-PCIC_RESUME_RESET opt_pcic.h
-
KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
KBD_INSTALL_CDEV opt_kbd.h
KBD_MAXRETRY opt_kbd.h
@@ -125,11 +122,6 @@ PCVT_USEKBDSEC opt_pcvt.h
PCVT_VT220KEYB opt_pcvt.h
PCVT_GREENSAVER opt_pcvt.h
-# voxware options
-GUS_DMA2 opt_sound.h
-GUS_DMA opt_sound.h
-GUS_IRQ opt_sound.h
-
# Video spigot
SPIGOT_UNSECURE opt_spigot.h
@@ -160,11 +152,6 @@ COMPAQ_M610 opt_i4b.h
# isdn4bsd: passive PCI cards
# -------------------------------
ELSA_QS1PCI opt_i4b.h
-AVM_A1_PCI opt_i4b.h
-# -------------------------------
-# isdn4bsd: passive PCMCIA cards
-# -------------------------------
-#AVM_A1_PCMCIA opt_i4b.h
# -------------------------------
# isdn4bsd: misc options
# -------------------------------
@@ -174,14 +161,6 @@ I4B_SMP_WORKAROUND opt_i4b.h
IPR_VJ opt_i4b.h
IPR_LOG opt_i4b.h
-# -------------------------------
-# oltr: build options
-# -------------------------------
-# Exclude microcode options
-OLTR_NO_TMS_MAC opt_oltr.h
-OLTR_NO_HAWKEYE_MAC opt_oltr.h
-OLTR_NO_BULLSEYE_MAC opt_oltr.h
-
# Total number of ports controlled by the dgb(4) driver.
# Defaults to NDGB*16.
NDGBPORTS opt_dgb.h
@@ -205,7 +184,6 @@ LINE30 opt_syscons.h
# Device options
DEV_NPX opt_npx.h
-DEV_APM opt_apm.h
DEV_SPLASH opt_splash.h
DEV_MECIA opt_mecia.h
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 5e728f8..1e770bd 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1926,9 +1926,6 @@ hint.wl.0.port="0x300"
device xe
device oltr
-options OLTR_NO_BULLSEYE_MAC
-options OLTR_NO_HAWKEYE_MAC
-options OLTR_NO_TMS_MAC
hint.oltr.0.at="isa"
# PCI Ethernet NICs that use the common MII bus controller code.
@@ -2385,9 +2382,6 @@ device card
#device pccard
#device cardbus
-# You may need to reset all pccards after resuming
-options PCIC_RESUME_RESET # reset after resume
-
#
# Laptop/Notebook options:
#
@@ -2802,9 +2796,6 @@ options COMPAT_LINUX
# and PSEUDOFS)
options LINPROCFS
-# Linux debugging
-options DEBUG_LINUX
-
#
# SysVR4 ABI emulation
#
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 031d7fa..4aece9c 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -32,8 +32,6 @@
* $FreeBSD$
*/
-#include "opt_pcic.h"
-
#include <sys/param.h>
#include <sys/types.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud