2000-09-29 13:46:07 +00:00
|
|
|
#
|
2000-12-10 04:32:34 +00:00
|
|
|
# GENERIC -- Generic kernel configuration file for FreeBSD/ia64
|
2000-09-29 13:46:07 +00:00
|
|
|
#
|
|
|
|
# For more information on this file, please read the handbook section on
|
|
|
|
# Kernel Configuration Files:
|
|
|
|
#
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
2000-09-29 13:46:07 +00:00
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
2002-07-16 18:20:17 +00:00
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check
|
|
|
|
# first in NOTES.
|
2000-09-29 13:46:07 +00:00
|
|
|
#
|
|
|
|
# For hardware specific information check HARDWARE.TXT
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
machine ia64
|
|
|
|
cpu ITANIUM
|
|
|
|
ident GENERIC
|
|
|
|
|
|
|
|
#To statically compile in device wiring instead of /boot/device.hints
|
|
|
|
#hints "GENERIC.hints"
|
|
|
|
|
2001-04-15 19:37:28 +00:00
|
|
|
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
2000-09-29 13:46:07 +00:00
|
|
|
|
2003-02-13 22:24:44 +00:00
|
|
|
options SCHED_4BSD #4BSD scheduler
|
2000-09-29 13:46:07 +00:00
|
|
|
options INET #InterNETworking
|
|
|
|
options INET6 #IPv6 communications protocols
|
|
|
|
options FFS #Berkeley Fast Filesystem
|
|
|
|
options SOFTUPDATES #Enable FFS soft updates support
|
2002-10-19 16:54:15 +00:00
|
|
|
options UFS_ACL #Support for access control lists
|
2001-12-14 16:27:11 +00:00
|
|
|
options UFS_DIRHASH #Improve performance on big directories
|
2000-09-29 13:46:07 +00:00
|
|
|
options MD_ROOT #MD is a potential root device
|
2001-09-18 23:32:09 +00:00
|
|
|
options NFSCLIENT #Network Filesystem Client
|
|
|
|
options NFSSERVER #Network Filesystem Server
|
2000-09-29 13:46:07 +00:00
|
|
|
options NFS_ROOT #NFS usable as root device
|
|
|
|
options MSDOSFS #MSDOS Filesystem
|
|
|
|
options CD9660 #ISO 9660 Filesystem
|
2001-12-04 11:17:30 +00:00
|
|
|
options PROCFS #Process filesystem (requires PSEUDOFS)
|
|
|
|
options PSEUDOFS #Pseudo-filesystem framework
|
2000-09-29 13:46:07 +00:00
|
|
|
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
2002-11-05 08:35:37 +00:00
|
|
|
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
2000-09-29 13:46:07 +00:00
|
|
|
options KTRACE #ktrace(1) syscall trace support
|
|
|
|
options SYSVSHM #SYSV-style shared memory
|
|
|
|
options SYSVMSG #SYSV-style message queues
|
|
|
|
options SYSVSEM #SYSV-style semaphores
|
2002-10-13 16:29:17 +00:00
|
|
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
2000-09-29 13:46:07 +00:00
|
|
|
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
# To make an SMP kernel
|
2002-12-08 20:14:04 +00:00
|
|
|
#options SMP
|
2002-03-19 11:21:12 +00:00
|
|
|
|
2001-04-15 19:37:28 +00:00
|
|
|
# Debugging for use in -current
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
#options DDB #Enable the kernel debugger
|
|
|
|
#options INVARIANTS #Enable calls of extra sanity checking
|
|
|
|
#options INVARIANT_SUPPORT #Extra sanity checks of internal
|
2002-11-05 08:35:37 +00:00
|
|
|
#structures, required by INVARIANTS
|
2001-04-15 19:37:28 +00:00
|
|
|
|
2000-09-29 13:46:07 +00:00
|
|
|
# Standard busses
|
|
|
|
device isa
|
2002-07-23 06:38:47 +00:00
|
|
|
device pci
|
2000-09-29 13:46:07 +00:00
|
|
|
|
2002-07-16 18:20:17 +00:00
|
|
|
# IA64 uses ACPI
|
2002-10-24 19:05:04 +00:00
|
|
|
device acpi
|
2002-04-07 04:36:02 +00:00
|
|
|
|
2000-09-29 13:46:07 +00:00
|
|
|
# Floppy drives
|
|
|
|
device fdc
|
|
|
|
|
|
|
|
# ATA and ATAPI devices
|
|
|
|
device ata
|
|
|
|
device atadisk # ATA disk drives
|
|
|
|
device atapicd # ATAPI CDROM drives
|
|
|
|
device atapifd # ATAPI floppy drives
|
|
|
|
device atapist # ATAPI tape drives
|
|
|
|
|
|
|
|
# SCSI Controllers
|
|
|
|
device ahc # AHA2940 and onboard AIC7xxx devices
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device ahd # AHA39320/29320 and onboard AIC79xx devices
|
2000-09-29 13:46:07 +00:00
|
|
|
device isp # Qlogic family
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device mpt # LSI-Logic MPT-Fusion
|
2000-09-29 13:46:07 +00:00
|
|
|
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
|
|
|
|
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
# RAID controllers interfaced to the SCSI subsystem
|
|
|
|
device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
|
|
|
|
device ciss # Compaq Smart RAID 5*
|
|
|
|
device dpt # DPT Smartcache III, IV - See NOTES for options!
|
|
|
|
device iir # Intel Integrated RAID
|
|
|
|
device mly # Mylex AcceleRAID/eXtremeRAID
|
|
|
|
|
2000-09-29 13:46:07 +00:00
|
|
|
# SCSI peripherals
|
2003-06-08 02:03:02 +00:00
|
|
|
device scbus # SCSI bus (required for SCSI)
|
2001-10-16 22:22:58 +00:00
|
|
|
device ch # SCSI media changers
|
2000-09-29 13:46:07 +00:00
|
|
|
device da # Direct Access (disks)
|
|
|
|
device sa # Sequential Access (tape etc)
|
|
|
|
device cd # CD
|
|
|
|
device pass # Passthrough device (direct SCSI access)
|
2001-10-16 22:22:58 +00:00
|
|
|
device ses # SCSI Environmental Services (and SAF-TE)
|
2000-09-29 13:46:07 +00:00
|
|
|
|
|
|
|
# RAID controllers
|
|
|
|
device amr # AMI MegaRAID
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device ida # Compaq Smart RAID
|
2000-09-29 13:46:07 +00:00
|
|
|
device mlx # Mylex DAC960 family
|
|
|
|
|
|
|
|
# atkbdc0 controls both the keyboard and the PS/2 mouse
|
2002-08-20 00:10:22 +00:00
|
|
|
device atkbdc # AT keyboard controller
|
2002-07-16 18:20:17 +00:00
|
|
|
device atkbd # AT keyboard
|
|
|
|
device psm # PS/2 mouse
|
2000-09-29 13:46:07 +00:00
|
|
|
|
2002-07-16 18:20:17 +00:00
|
|
|
device vga # VGA video card driver
|
2000-09-29 13:46:07 +00:00
|
|
|
|
2002-07-16 18:20:17 +00:00
|
|
|
device splash # Splash screen and screen saver support
|
2000-09-29 13:46:07 +00:00
|
|
|
|
|
|
|
# syscons is the default console driver, resembling an SCO console
|
2002-11-05 08:35:37 +00:00
|
|
|
device sc
|
2000-09-29 13:46:07 +00:00
|
|
|
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
#device agp # support several AGP chipsets
|
|
|
|
|
2003-09-07 05:47:10 +00:00
|
|
|
# Serial ports (UARTs).
|
|
|
|
device uart
|
2000-09-29 13:46:07 +00:00
|
|
|
|
|
|
|
# PCI Ethernet NICs.
|
|
|
|
device de # DEC/Intel DC21x4x (``Tulip'')
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
|
2001-09-15 09:09:13 +00:00
|
|
|
device txp # 3Com 3cR990 (``Typhoon'')
|
2001-09-24 03:23:48 +00:00
|
|
|
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
2000-09-29 13:46:07 +00:00
|
|
|
|
|
|
|
# PCI Ethernet NICs that use the common MII bus controller code.
|
2001-09-15 09:09:13 +00:00
|
|
|
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
2000-09-29 13:46:07 +00:00
|
|
|
device miibus # MII bus support
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device bge # Broadcom BCM570xx Gigabit Ethernet
|
2001-09-15 09:09:13 +00:00
|
|
|
device dc # DEC/Intel 21143 and various workalikes
|
|
|
|
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
|
|
|
device pcn # AMD Am79C97x PCI 10/100 NICs
|
2000-09-29 13:46:07 +00:00
|
|
|
device rl # RealTek 8129/8139
|
|
|
|
device sf # Adaptec AIC-6915 (``Starfire'')
|
|
|
|
device sis # Silicon Integrated Systems SiS 900/SiS 7016
|
|
|
|
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
|
|
|
|
|
|
|
# Pseudo devices - the number indicates how many units to allocated.
|
|
|
|
device random # Entropy device
|
|
|
|
device loop # Network loopback
|
|
|
|
device ether # Ethernet support
|
|
|
|
device sl # Kernel SLIP
|
2002-08-09 15:30:48 +00:00
|
|
|
device ppp # Kernel PPP
|
2000-09-29 13:46:07 +00:00
|
|
|
device tun # Packet tunnel.
|
|
|
|
device pty # Pseudo-ttys (telnet etc)
|
|
|
|
device md # Memory "disks"
|
2001-07-02 21:02:09 +00:00
|
|
|
device gif # IPv6 and IPv4 tunneling
|
2001-12-10 08:09:49 +00:00
|
|
|
device faith # IPv6-to-IPv4 relaying (translation)
|
2000-09-29 13:46:07 +00:00
|
|
|
|
|
|
|
# The `bpf' device enables the Berkeley Packet Filter.
|
|
|
|
# Be aware of the administrative consequences of enabling this!
|
|
|
|
device bpf #Berkeley packet filter
|
|
|
|
|
|
|
|
# USB support
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
#device uhci # UHCI PCI->USB interface (breaks BigSur!)
|
2003-04-16 01:29:08 +00:00
|
|
|
device ehci # EHCI host controller
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device ohci # OHCI PCI->USB interface
|
|
|
|
device usb # USB Bus (required)
|
|
|
|
device ugen # Generic
|
|
|
|
device uhid # "Human Interface Devices"
|
|
|
|
device ukbd # Keyboard
|
|
|
|
device ulpt # Printer
|
|
|
|
device umass # Disks/Mass storage - Requires scbus and da0
|
|
|
|
device ums # Mouse
|
2000-09-29 13:46:07 +00:00
|
|
|
# USB Ethernet
|
Adopt, adapt and improve:
o Make the URL of the handbook match reality
o Improve some comments (either wording or formatting)
o Sync with i386: comment-out DDB, INVARIANTS, INVARIANT_SUPPORT
o Add some more SCSI/RAID controllers:
ahd, mpt, asr, ciss, dpt, iir, mly, ida
o Remove support for the parallel port
o Add NICs: em, bge
o Remove NICs: ste, tl, tx, vr, wb
o Enable USB support again, except of the UHCI host controller.
UHCI still hangs the BigSur (=HP i2000) machines, and makes
them useless. The OHCI controller works fine. Note that newer
ia64 boxes based on the Intel host controllers (UHCI or EHCI)
still won't have USB support. We really need to import the
EHCI host controller from NetBSD...
2003-01-05 00:04:28 +00:00
|
|
|
device aue # ADMtek USB ethernet
|
|
|
|
device cue # CATC USB ethernet
|
|
|
|
device kue # Kawasaki LSI USB ethernet
|
2003-04-21 16:44:05 +00:00
|
|
|
|
|
|
|
# FireWire support
|
|
|
|
device firewire # FireWire bus code
|
|
|
|
device sbp # SCSI over FireWire (Requires scbus and da)
|
|
|
|
device fwe # Ethernet over FireWire (non-standard!)
|