Disable the pccard, parallel, GbE and wireless lan related devices and
some options by default to decrease a kernel size. Because PC98 does not have so much memory. MFC after: 3 days
This commit is contained in:
parent
835187bff8
commit
399b0d9b40
@ -32,7 +32,7 @@ options SCHED_4BSD # 4BSD scheduler
|
||||
#options PREEMPTION # Enable kernel thread preemption
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options SCTP # Stream Control Transmission Protocol
|
||||
#options SCTP # Stream Control Transmission Protocol
|
||||
options FFS # Berkeley Fast Filesystem
|
||||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
@ -40,13 +40,13 @@ options UFS_DIRHASH # Improve performance on big directories
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
|
||||
options MD_ROOT # MD is a potential root device
|
||||
options NFSCLIENT # Network Filesystem Client
|
||||
options NFSSERVER # Network Filesystem Server
|
||||
options NFSLOCKD # Network Lock Manager
|
||||
#options NFSSERVER # Network Filesystem Server
|
||||
#options NFSLOCKD # Network Lock Manager
|
||||
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||
options MSDOSFS # MSDOS Filesystem
|
||||
options CD9660 # ISO 9660 Filesystem
|
||||
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||
#options PSEUDOFS # Pseudo-filesystem framework
|
||||
options GEOM_PART_GPT # GUID Partition Tables.
|
||||
options GEOM_LABEL # Provides labelization
|
||||
options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
|
||||
@ -60,9 +60,9 @@ options EPSON_BOUNCEDMA # use bounce buffer for 15-16M
|
||||
#options LINE30
|
||||
options KTRACE # ktrace(1) support
|
||||
options STACK # stack(9) support
|
||||
options SYSVSHM # SYSV-style shared memory
|
||||
options SYSVMSG # SYSV-style message queues
|
||||
options SYSVSEM # SYSV-style semaphores
|
||||
#options SYSVSHM # SYSV-style shared memory
|
||||
#options SYSVMSG # SYSV-style message queues
|
||||
#options SYSVSEM # SYSV-style semaphores
|
||||
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
|
||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
|
||||
@ -106,9 +106,9 @@ device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
|
||||
device aic # PC-9801-100
|
||||
device ct # host adapter using WD33C93[ABC] chip (C bus)
|
||||
|
||||
device ncv # NCR 53C500
|
||||
device nsp # Workbit Ninja SCSI-3
|
||||
device stg # TMC 18C30/18C50
|
||||
#device ncv # NCR 53C500
|
||||
#device nsp # Workbit Ninja SCSI-3
|
||||
#device stg # TMC 18C30/18C50
|
||||
|
||||
# SCSI peripherals
|
||||
device scbus # SCSI bus (required for SCSI)
|
||||
@ -147,9 +147,9 @@ device sc
|
||||
|
||||
# PCCARD (PCMCIA) support
|
||||
# PCMCIA and cardbus bridge support
|
||||
device cbb # cardbus (yenta) bridge
|
||||
device pccard # PC Card (16-bit) bus
|
||||
device cardbus # CardBus (32-bit) bus
|
||||
#device cbb # cardbus (yenta) bridge
|
||||
#device pccard # PC Card (16-bit) bus
|
||||
#device cardbus # CardBus (32-bit) bus
|
||||
|
||||
# Serial (COM) ports
|
||||
#options COM_MULTIPORT
|
||||
@ -161,11 +161,11 @@ device mse
|
||||
#device joy
|
||||
|
||||
# NEW Parallel port
|
||||
device ppc
|
||||
device ppbus # Parallel port bus (required)
|
||||
device lpt # Printer
|
||||
device plip # TCP/IP over parallel
|
||||
device ppi # Parallel port interface device
|
||||
#device ppc
|
||||
#device ppbus # Parallel port bus (required)
|
||||
#device lpt # Printer
|
||||
#device plip # TCP/IP over parallel
|
||||
#device ppi # Parallel port interface device
|
||||
#device vpo # Requires scbus and da
|
||||
# OLD Parallel port
|
||||
# Please stay olpt driver after ppc driver
|
||||
@ -173,9 +173,9 @@ device ppi # Parallel port interface device
|
||||
|
||||
# PCI Ethernet NICs.
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
|
||||
#device em # Intel PRO/1000 adapter Gigabit Ethernet Card
|
||||
device le # AMD Am7900 LANCE and Am79C9xx PCnet
|
||||
device ti # Alteon Networks Tigon I/II gigabit Ethernet
|
||||
#device ti # Alteon Networks Tigon I/II gigabit Ethernet
|
||||
device txp # 3Com 3cR990 (``Typhoon'')
|
||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||
|
||||
@ -183,21 +183,21 @@ device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
||||
device miibus # MII bus support
|
||||
device bfe # Broadcom BCM440x 10/100 Ethernet
|
||||
device bge # Broadcom BCM570xx Gigabit Ethernet
|
||||
#device bge # Broadcom BCM570xx Gigabit Ethernet
|
||||
device dc # DEC/Intel 21143 and various workalikes
|
||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
||||
device lge # Level 1 LXT1001 gigabit Ethernet
|
||||
device nge # NatSemi DP83820 gigabit Ethernet
|
||||
#device lge # Level 1 LXT1001 gigabit Ethernet
|
||||
#device nge # NatSemi DP83820 gigabit Ethernet
|
||||
device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
|
||||
device re # RealTek 8139C+/8169/8169S/8110S
|
||||
device rl # RealTek 8129/8139
|
||||
device sf # Adaptec AIC-6915 (``Starfire'')
|
||||
device sis # Silicon Integrated Systems SiS 900/SiS 7016
|
||||
device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
|
||||
#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
|
||||
device ste # Sundance ST201 (D-Link DFE-550TX)
|
||||
device tl # Texas Instruments ThunderLAN
|
||||
device tx # SMC EtherPower II (83c170 ``EPIC'')
|
||||
device vge # VIA VT612x gigabit Ethernet
|
||||
#device vge # VIA VT612x gigabit Ethernet
|
||||
device vr # VIA Rhine, Rhine II
|
||||
device wb # Winbond W89C840F
|
||||
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
||||
@ -212,20 +212,20 @@ device snc
|
||||
device xe # Xircom pccard Ethernet
|
||||
|
||||
# Wireless NIC cards
|
||||
device wlan # 802.11 support
|
||||
options IEEE80211_DEBUG # enable debug msgs
|
||||
options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_amrr # AMRR transmit rate control algorithm
|
||||
device an # Aironet 4500/4800 802.11 wireless NICs.
|
||||
device ath # Atheros pci/cardbus NIC's
|
||||
device ath_hal # pci/cardbus chip support
|
||||
options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
|
||||
device ath_rate_sample # SampleRate tx rate control for ath
|
||||
device ral # Ralink Technology RT2500 wireless NICs.
|
||||
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
|
||||
#device wlan # 802.11 support
|
||||
#options IEEE80211_DEBUG # enable debug msgs
|
||||
#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
|
||||
#device wlan_wep # 802.11 WEP support
|
||||
#device wlan_ccmp # 802.11 CCMP support
|
||||
#device wlan_tkip # 802.11 TKIP support
|
||||
#device wlan_amrr # AMRR transmit rate control algorithm
|
||||
#device an # Aironet 4500/4800 802.11 wireless NICs.
|
||||
#device ath # Atheros pci/cardbus NIC's
|
||||
#device ath_hal # pci/cardbus chip support
|
||||
#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
|
||||
#device ath_rate_sample # SampleRate tx rate control for ath
|
||||
#device ral # Ralink Technology RT2500 wireless NICs.
|
||||
#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
|
||||
#device wl # Older non 802.11 Wavelan wireless NIC.
|
||||
|
||||
# Pseudo devices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user