2002-11-30 10:06:40 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.221 2002/11/30 07:06:41 itohy Exp $
|
1995-02-14 02:06:39 +03:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# GENERIC machine description file
|
2002-11-30 10:06:40 +03:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# This machine description file is used to generate the default NetBSD
|
|
|
|
# kernel. The generic kernel on NetBSD/alpha does enough to get booted,
|
|
|
|
# etc., but not much more. For a more complete kernel see the ALPHA
|
|
|
|
# machine description file.
|
2000-03-10 01:27:26 +03:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# The machine description file can be customised for your specific
|
|
|
|
# machine to reduce the kernel size and improve its performance.
|
|
|
|
#
|
|
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
|
|
# man page.
|
|
|
|
#
|
|
|
|
# For further information on hardware support for this architecture, see
|
|
|
|
# the intro(4) man page. For further information about kernel options
|
|
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
|
|
# of each device driver in this file see the section 4 man page for the
|
|
|
|
# device.
|
|
|
|
|
2000-03-10 01:27:26 +03:00
|
|
|
# If you add stuff to this, please add it to the ALPHA configuration, too.
|
1995-02-14 02:06:39 +03:00
|
|
|
|
2001-12-14 08:34:45 +03:00
|
|
|
include "arch/alpha/conf/std.alpha"
|
1995-02-14 02:06:39 +03:00
|
|
|
|
2002-04-25 19:06:20 +04:00
|
|
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
|
2002-11-30 10:06:40 +03:00
|
|
|
#ident "GENERIC-$Revision: 1.221 $"
|
2000-01-24 02:46:04 +03:00
|
|
|
|
1998-03-12 09:04:31 +03:00
|
|
|
maxusers 32
|
1995-02-14 02:06:39 +03:00
|
|
|
|
|
|
|
# CPU Support
|
2000-07-13 00:54:38 +04:00
|
|
|
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
1997-07-11 00:46:37 +04:00
|
|
|
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
2000-12-22 02:05:47 +03:00
|
|
|
options DEC_2100_A500 # Sable: AlphaServer 2100
|
|
|
|
options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
1997-07-11 00:46:37 +04:00
|
|
|
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
|
|
|
options DEC_3000_300 # Pelican etc: 3000/300*
|
|
|
|
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
|
|
|
options DEC_EB164 # EB164: AlphaPC 164
|
|
|
|
options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
|
|
|
|
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
|
|
|
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
2000-05-23 06:04:28 +04:00
|
|
|
options DEC_KN300 # KN300: AlphaServer 4100 and 1200
|
1998-06-05 06:13:41 +04:00
|
|
|
options DEC_550 # Miata: Digital Personal Workstation
|
1998-06-27 01:53:10 +04:00
|
|
|
options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
|
1998-06-24 05:12:45 +04:00
|
|
|
options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
|
1998-06-26 09:42:34 +04:00
|
|
|
options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
|
1998-06-27 14:10:51 +04:00
|
|
|
options DEC_EB66 # EB66: 21066 Evaluation Board
|
1999-06-29 11:04:15 +04:00
|
|
|
options DEC_6600 # EV6: 264DP OEM Board
|
2000-06-02 00:30:28 +04:00
|
|
|
options API_UP1000 # EV6: Alpha Processor, Inc. UP1000
|
1995-02-14 02:06:39 +03:00
|
|
|
|
|
|
|
# Standard system options
|
1997-07-11 00:46:37 +04:00
|
|
|
options KTRACE # System call tracing support
|
2002-09-24 18:47:56 +04:00
|
|
|
options SYSTRACE # System call vetting via systrace(1)
|
2001-01-27 06:02:52 +03:00
|
|
|
options NTP # kernel PLL for NTP
|
1995-02-14 02:06:39 +03:00
|
|
|
|
2002-11-30 10:06:40 +03:00
|
|
|
# Enable experimental buffer queue strategy for better responsiveness under
|
2002-10-18 19:11:08 +04:00
|
|
|
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
|
|
|
|
#options NEW_BUFQ_STRATEGY
|
|
|
|
|
1997-01-31 21:00:33 +03:00
|
|
|
# Diagnostic/debugging support options
|
1997-07-11 00:46:37 +04:00
|
|
|
options DIAGNOSTIC # Cheap kernel consistency checks
|
1999-01-07 02:42:27 +03:00
|
|
|
options DDB # kernel debugger
|
1999-01-28 21:03:56 +03:00
|
|
|
#makeoptions DEBUG="-g"
|
2001-05-08 09:47:35 +04:00
|
|
|
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
|
1997-01-31 21:00:33 +03:00
|
|
|
|
2001-09-15 08:33:37 +04:00
|
|
|
#options KGDB # Remote kernel GDB support
|
2001-11-20 11:43:19 +03:00
|
|
|
#options KGDB_DEVNAME="\"com\"" # device to use for KGDB
|
2001-09-15 08:33:37 +04:00
|
|
|
#options KGDB_DEVADDR=0x2f8 # at this address
|
|
|
|
#options KGDB_DEVRATE=57600 # at this comm. rate
|
|
|
|
|
1997-01-31 04:42:34 +03:00
|
|
|
# File systems
|
1997-08-24 10:37:12 +04:00
|
|
|
file-system FFS # Fast file system
|
|
|
|
file-system MFS # Memory-based file system
|
|
|
|
file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
|
|
|
|
file-system MSDOSFS # MS-DOS-compatible file system
|
1999-08-05 19:51:36 +04:00
|
|
|
file-system NTFS # Windows/NT file system (experimental)
|
2000-01-19 10:04:23 +03:00
|
|
|
file-system NFS # Sun NFS-compatible file system client
|
2002-07-11 02:05:29 +04:00
|
|
|
file-system KERNFS # Kernel variable file system (/kern)
|
|
|
|
file-system PROCFS # Process file system (/proc)
|
1997-01-31 04:42:34 +03:00
|
|
|
|
1995-02-14 02:06:39 +03:00
|
|
|
# File system options
|
2002-09-24 13:34:39 +04:00
|
|
|
options QUOTA # UFS quotas
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
2000-06-23 00:27:49 +04:00
|
|
|
options SOFTDEP # FFS soft updates support.
|
2002-09-24 13:34:39 +04:00
|
|
|
options NFSSERVER # Sun NFS-compatible file system server
|
1995-02-14 02:06:39 +03:00
|
|
|
|
|
|
|
# Networking options
|
1997-07-11 00:46:37 +04:00
|
|
|
options INET # Internet protocol suite
|
1999-11-21 17:00:37 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
2001-08-20 08:49:17 +04:00
|
|
|
#options NETATALK # AppleTalk protocol suite
|
1995-02-14 02:06:39 +03:00
|
|
|
|
|
|
|
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
1997-07-11 00:46:37 +04:00
|
|
|
options COMPAT_43
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# Binary compatibility with previous versions of NetBSD.
|
1997-07-11 00:46:37 +04:00
|
|
|
#options COMPAT_09
|
|
|
|
options COMPAT_10
|
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1997-12-01 02:18:59 +03:00
|
|
|
options COMPAT_13
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14
|
1995-11-23 05:33:17 +03:00
|
|
|
|
1999-05-01 03:33:41 +04:00
|
|
|
# OSF/1 binary compatibility
|
|
|
|
options COMPAT_OSF1
|
|
|
|
|
2000-12-14 21:28:30 +03:00
|
|
|
# Linux binary compatibility
|
|
|
|
options COMPAT_LINUX
|
|
|
|
|
1997-11-26 06:13:12 +03:00
|
|
|
# System V-like message queues
|
|
|
|
options SYSVMSG
|
2001-11-20 15:56:17 +03:00
|
|
|
#options SEMMNI=10 # number of semaphore identifiers
|
|
|
|
#options SEMMNS=60 # number of semaphores in system
|
|
|
|
#options SEMUME=10 # max number of undo entries per process
|
|
|
|
#options SEMMNU=30 # number of undo structures in system
|
1997-11-26 06:13:12 +03:00
|
|
|
|
|
|
|
# System V-like semaphores
|
|
|
|
options SYSVSEM
|
|
|
|
|
1997-01-15 02:18:17 +03:00
|
|
|
# System V-like shared memory
|
1997-07-11 00:46:37 +04:00
|
|
|
options SYSVSHM
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# Loadable Kernel Modules
|
1997-07-11 00:46:37 +04:00
|
|
|
options LKM
|
1995-02-27 19:36:07 +03:00
|
|
|
|
1995-03-26 05:48:21 +04:00
|
|
|
# Disable kernel security.
|
1999-04-21 01:43:03 +04:00
|
|
|
#options INSECURE
|
1995-03-26 05:48:21 +04:00
|
|
|
|
1995-06-27 04:54:55 +04:00
|
|
|
# Misc. options
|
1997-07-11 00:46:37 +04:00
|
|
|
options EISAVERBOSE # recognize "unknown" EISA devices
|
|
|
|
options PCIVERBOSE # recognize "unknown" PCI devices
|
2000-05-08 17:49:44 +04:00
|
|
|
options MIIVERBOSE # verbose PHY autoconfig messages
|
2000-03-22 03:58:16 +03:00
|
|
|
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
1997-11-26 06:13:53 +03:00
|
|
|
options SCSIVERBOSE # Verbose SCSI errors
|
1997-07-11 00:46:37 +04:00
|
|
|
options TCVERBOSE # recognize "unknown" TC devices
|
|
|
|
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
2000-12-30 01:03:47 +03:00
|
|
|
#options PCMCIAVERBOSE
|
2002-09-18 06:43:53 +04:00
|
|
|
options USERCONF # userconf(4) support
|
2002-11-30 10:06:40 +03:00
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
options FONT_GALLANT12x22 # Console font for TC devices
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1998-01-09 20:10:16 +03:00
|
|
|
# The Alpha console firmware network boots using the BOOTP
|
1998-02-28 05:01:32 +03:00
|
|
|
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
|
|
|
# in case we have NFS root.
|
|
|
|
options NFS_BOOT_DHCP # superset of BOOTP
|
1998-01-09 20:10:16 +03:00
|
|
|
|
1999-04-29 05:28:40 +04:00
|
|
|
# WS console uses SUN or VT100 terminal emulation
|
|
|
|
options WSEMUL_VT100
|
1998-04-16 01:19:21 +04:00
|
|
|
|
1998-09-29 22:25:54 +04:00
|
|
|
# realtime clock compatible to OSF/1
|
|
|
|
#options CLOCK_COMPAT_OSF1
|
|
|
|
|
1997-01-31 04:42:34 +03:00
|
|
|
config netbsd root on ? type ?
|
1997-06-12 22:41:58 +04:00
|
|
|
#config netbsd root on sd0 type ffs
|
1997-01-31 04:42:34 +03:00
|
|
|
#config netbsd root on ? type nfs
|
1995-06-27 04:54:55 +04:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1997-03-12 22:29:14 +03:00
|
|
|
# TurboLaser bus support and devices
|
|
|
|
tlsb* at mainbus0
|
|
|
|
gbus* at tlsb? node ? offset ?
|
|
|
|
tlsbmem* at tlsb? node ? offset ?
|
|
|
|
kft* at tlsb? node ? offset ?
|
|
|
|
|
|
|
|
# Gbus Devices
|
1998-05-14 02:03:07 +04:00
|
|
|
mcclock* at gbus? offset ?
|
1997-03-12 22:29:14 +03:00
|
|
|
|
1998-04-15 04:46:57 +04:00
|
|
|
# MCBUS bus support
|
|
|
|
mcbus* at mainbus0
|
|
|
|
mcmem* at mcbus? mid ?
|
|
|
|
|
|
|
|
#i2c at mcbus?
|
|
|
|
|
1999-06-29 11:04:15 +04:00
|
|
|
#EV6 Tsunami Core Logic
|
|
|
|
|
|
|
|
tsc* at mainbus0
|
|
|
|
|
2000-07-13 00:54:38 +04:00
|
|
|
# DECpc AXP150 (Jensen) internal bus support
|
|
|
|
jensenio* at mainbus0
|
|
|
|
|
|
|
|
com* at jensenio? port ?
|
|
|
|
lpt* at jensenio? port ?
|
|
|
|
mcclock* at jensenio? port ?
|
|
|
|
pckbc* at jensenio? port ?
|
|
|
|
|
2000-11-19 17:10:56 +03:00
|
|
|
# TURBOchannel host bus adapter support
|
1995-12-20 03:14:10 +03:00
|
|
|
tcasic* at mainbus0
|
|
|
|
|
2000-11-19 17:10:56 +03:00
|
|
|
# TURBOchannel bus support
|
1995-12-20 03:14:10 +03:00
|
|
|
tc* at tcasic?
|
1995-08-03 04:09:17 +04:00
|
|
|
|
2000-11-19 17:10:56 +03:00
|
|
|
# TURBOchannel devices
|
1996-11-25 07:16:15 +03:00
|
|
|
ioasic* at tc? slot ? offset ?
|
|
|
|
mcclock* at ioasic? offset ?
|
1996-04-18 02:01:16 +04:00
|
|
|
le* at ioasic? offset ?
|
2002-11-30 10:06:40 +03:00
|
|
|
zsc0 at ioasic? offset 0x100000
|
|
|
|
zsc1 at ioasic? offset 0x180000
|
2000-11-19 17:10:56 +03:00
|
|
|
bba0 at ioasic? offset ?
|
|
|
|
audio* at bba?
|
1998-05-25 03:45:29 +04:00
|
|
|
tcds* at tc? slot ? offset ?
|
|
|
|
asc* at tcds? chip ?
|
2001-10-01 14:23:37 +04:00
|
|
|
asc* at tc? slot ? offset ?
|
1996-04-18 02:01:16 +04:00
|
|
|
le* at tc? slot ? offset ?
|
1996-05-20 05:37:18 +04:00
|
|
|
fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
2002-09-24 17:30:39 +04:00
|
|
|
cfb* at tc? slot ? offset ?
|
|
|
|
mfb* at tc? slot ? offset ?
|
|
|
|
tfb* at tc? slot ? offset ?
|
|
|
|
sfb* at tc? slot ? offset ?
|
|
|
|
#sfbp* at tc? slot ? offset ?
|
|
|
|
px* at tc? slot ? offset ?
|
|
|
|
pxg* at tc? slot ? offset ?
|
|
|
|
|
|
|
|
# TurboChannel serial attachments
|
|
|
|
zstty* at zsc? channel ? # serial ports on B channels
|
|
|
|
lkkbd0 at zsc1 channel ? # keyboard port on A channels
|
|
|
|
vsms0 at zsc0 channel ? # mouse port on A channels
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# PCI host bus adapter support
|
1995-06-27 04:54:55 +04:00
|
|
|
apecs* at mainbus?
|
1995-11-23 05:33:17 +03:00
|
|
|
cia* at mainbus?
|
2000-06-02 00:30:28 +04:00
|
|
|
irongate* at mainbus?
|
1995-11-23 05:33:17 +03:00
|
|
|
lca* at mainbus?
|
1997-03-12 22:29:14 +03:00
|
|
|
dwlpx* at kft?
|
1998-04-15 04:46:57 +04:00
|
|
|
mcpcia* at mcbus? mid ?
|
1999-06-29 11:04:15 +04:00
|
|
|
tsp* at tsc?
|
2000-12-22 02:05:47 +03:00
|
|
|
ttwoga* at mainbus?
|
2000-07-13 00:54:38 +04:00
|
|
|
|
|
|
|
# Sable PCI and STDIO bus and devices
|
2000-12-22 02:05:47 +03:00
|
|
|
ttwopci* at ttwoga? hose ?
|
|
|
|
sableio* at ttwopci? bus ?
|
|
|
|
com* at sableio? port ?
|
|
|
|
lpt* at sableio? port ?
|
|
|
|
pckbc* at sableio? port ?
|
|
|
|
fdc* at sableio? port ?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# PCI bus support
|
1995-06-27 04:54:55 +04:00
|
|
|
pci* at apecs?
|
1995-11-23 05:33:17 +03:00
|
|
|
pci* at cia?
|
2000-06-02 00:30:28 +04:00
|
|
|
pci* at irongate?
|
1995-11-23 05:33:17 +03:00
|
|
|
pci* at lca?
|
|
|
|
pci* at ppb?
|
1997-03-12 22:29:14 +03:00
|
|
|
pci* at dwlpx?
|
1998-04-15 04:46:57 +04:00
|
|
|
pci* at mcpcia?
|
1999-06-29 11:04:15 +04:00
|
|
|
pci* at tsp?
|
2000-12-22 02:05:47 +03:00
|
|
|
pci* at ttwopci?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
2001-09-15 08:33:37 +04:00
|
|
|
# AGP support
|
|
|
|
agp* at irongate?
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# PCI devices
|
1999-08-07 11:40:40 +04:00
|
|
|
adv* at pci? dev ? function ? # AdvanSys SCSI
|
|
|
|
adw* at pci? dev ? function ? # AdvanSys Wide SCSI
|
2002-07-22 18:51:01 +04:00
|
|
|
#options SCSI_ADW_WDTR_DISABLE # disable WDTR
|
|
|
|
#options SCSI_ADW_SDTR_DISABLE # disable SDTR
|
|
|
|
#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing
|
1997-03-13 03:43:37 +03:00
|
|
|
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
2002-09-14 04:58:55 +04:00
|
|
|
autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
|
1997-03-13 03:43:37 +03:00
|
|
|
bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
|
2000-04-28 17:51:56 +04:00
|
|
|
cac* at pci? dev ? function ? # Compaq array controller (untested)
|
2001-11-04 10:39:40 +03:00
|
|
|
cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 Audio
|
1997-04-14 07:14:49 +04:00
|
|
|
cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
|
2000-05-30 03:34:08 +04:00
|
|
|
cz* at pci? dev ? function ? # Cyclades-Z (untested)
|
1999-09-29 03:43:07 +04:00
|
|
|
dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
|
1999-06-27 19:58:18 +04:00
|
|
|
eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
1996-07-15 01:14:46 +04:00
|
|
|
en* at pci? dev ? function ? # ENI PCI ATM (untested)
|
1998-11-04 03:40:03 +03:00
|
|
|
ep* at pci? dev ? function ? # 3COM 3c59x
|
1998-06-02 05:43:33 +04:00
|
|
|
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
1999-09-29 14:43:14 +04:00
|
|
|
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
|
2001-08-22 19:39:04 +04:00
|
|
|
ex* at pci? dev ? function ? # 3COM 3c90x[BC] Ethernet
|
1997-03-13 03:43:37 +03:00
|
|
|
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
1998-02-13 07:33:30 +03:00
|
|
|
fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
|
2001-06-19 02:40:19 +04:00
|
|
|
gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet
|
2001-06-07 07:51:53 +04:00
|
|
|
iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
|
1997-03-13 03:43:37 +03:00
|
|
|
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
|
1996-07-15 01:14:46 +04:00
|
|
|
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
|
2001-06-19 02:40:19 +04:00
|
|
|
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
|
2000-07-13 00:54:38 +04:00
|
|
|
siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
|
2001-02-04 20:05:11 +03:00
|
|
|
mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
|
1999-06-27 19:58:18 +04:00
|
|
|
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
|
|
|
ohci* at pci? dev ? function ? # USB Open Host Controller
|
1997-03-13 03:43:37 +03:00
|
|
|
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
|
1999-06-27 19:58:18 +04:00
|
|
|
pciide* at pci? dev ? function ? # PCI IDE controllers
|
1999-01-07 02:42:27 +03:00
|
|
|
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
1997-03-13 03:43:37 +03:00
|
|
|
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
2000-04-19 12:44:31 +04:00
|
|
|
rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
|
1997-03-13 03:43:37 +03:00
|
|
|
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
1999-11-06 00:30:21 +03:00
|
|
|
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
1999-06-27 19:58:18 +04:00
|
|
|
sv* at pci? dev ? function ? # S3 SonicVibes
|
1997-03-13 03:43:37 +03:00
|
|
|
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
1999-11-06 00:30:21 +03:00
|
|
|
ti* at pci? dev ? function ? # Alteon Tigon Gig-E
|
1998-08-11 04:28:53 +04:00
|
|
|
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
1999-11-06 00:30:21 +03:00
|
|
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
1999-01-07 02:42:27 +03:00
|
|
|
uhci* at pci? dev ? function ? # USB Univ. Host Controller
|
1999-06-27 19:58:18 +04:00
|
|
|
vga* at pci? dev ? function ? # PCI VGA Graphics
|
|
|
|
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
2001-03-30 18:47:48 +04:00
|
|
|
yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
|
1999-06-27 19:58:18 +04:00
|
|
|
|
2001-11-04 10:39:40 +03:00
|
|
|
audio* at cmpci?
|
1999-02-25 15:37:39 +03:00
|
|
|
audio* at eap?
|
1999-09-29 14:43:14 +04:00
|
|
|
audio* at eso?
|
1999-02-25 15:37:39 +03:00
|
|
|
audio* at sv?
|
2001-03-30 18:47:48 +04:00
|
|
|
audio* at yds?
|
2002-02-07 05:16:04 +03:00
|
|
|
audio* at ess?
|
1999-06-27 19:58:18 +04:00
|
|
|
|
2001-11-04 10:39:40 +03:00
|
|
|
opl* at cmpci? flags 1
|
1999-09-29 14:43:14 +04:00
|
|
|
opl* at eso?
|
1998-12-10 22:01:41 +03:00
|
|
|
#opl* at sv?
|
2001-03-30 18:47:48 +04:00
|
|
|
opl* at yds?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
2001-11-04 13:27:15 +03:00
|
|
|
midi* at opl?
|
|
|
|
|
2001-11-04 10:39:40 +03:00
|
|
|
mpu* at cmpci?
|
1999-09-29 14:43:14 +04:00
|
|
|
mpu* at eso?
|
2001-03-30 18:47:48 +04:00
|
|
|
mpu* at yds?
|
1999-09-29 14:43:14 +04:00
|
|
|
|
2001-11-04 13:27:15 +03:00
|
|
|
midi* at mpu?
|
|
|
|
|
1998-08-11 04:28:53 +04:00
|
|
|
# MII/PHY support
|
1999-06-28 02:35:56 +04:00
|
|
|
exphy* at mii? phy ? # 3Com internal PHYs
|
2002-02-10 20:36:52 +03:00
|
|
|
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
1999-06-28 02:35:56 +04:00
|
|
|
inphy* at mii? phy ? # Intel 82555 PHYs
|
|
|
|
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
2001-06-19 02:40:19 +04:00
|
|
|
gphyter* at mii? phy ? # NS83861 Gig-E PHY
|
1999-06-28 02:35:56 +04:00
|
|
|
nsphy* at mii? phy ? # NS83840 PHYs
|
|
|
|
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
|
|
|
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
|
|
|
tlphy* at mii? phy ? # ThunderLAN PHYs
|
|
|
|
ukphy* at mii? phy ? # generic unknown PHYs
|
1998-08-11 04:28:53 +04:00
|
|
|
|
1995-11-23 05:33:17 +03:00
|
|
|
# ISA/EISA bus support
|
2000-07-13 00:54:38 +04:00
|
|
|
isa* at jensenio?
|
|
|
|
eisa* at jensenio?
|
1995-11-23 05:33:17 +03:00
|
|
|
isa* at pceb?
|
|
|
|
eisa* at pceb?
|
|
|
|
isa* at sio?
|
2000-12-30 01:03:47 +03:00
|
|
|
#isapnp* at isa?
|
1995-08-03 04:09:17 +04:00
|
|
|
|
|
|
|
# ISA devices
|
1996-11-25 07:16:15 +03:00
|
|
|
mcclock* at isa? port 0x70
|
2000-01-19 10:04:23 +03:00
|
|
|
pckbc* at isa? # PC keyboard controller
|
1998-04-16 01:19:21 +04:00
|
|
|
pckbd* at pckbc? # PC keyboard (kbd port)
|
1999-01-23 19:10:47 +03:00
|
|
|
pms* at pckbc? # PS/2-style mouse (aux port)
|
1998-04-24 22:18:41 +04:00
|
|
|
pcppi* at isa? # PC prog. periph. interface
|
|
|
|
spkr0 at pcppi? # IBM BASIC emulation
|
1998-08-07 14:26:38 +04:00
|
|
|
isabeep0 at pcppi? # "keyboard" beep
|
2000-12-30 01:03:47 +03:00
|
|
|
midi* at pcppi?
|
1996-11-25 07:16:15 +03:00
|
|
|
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
|
|
|
com* at isa? port 0x2f8 irq 3
|
1998-07-27 22:27:08 +04:00
|
|
|
cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
|
2000-11-19 17:10:56 +03:00
|
|
|
ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
|
1997-05-01 11:11:11 +04:00
|
|
|
ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
|
2000-12-30 01:03:47 +03:00
|
|
|
#ep* at isapnp?
|
|
|
|
#ix0 at isa? port 0x300 irq 10 # EtherExpress/16
|
|
|
|
#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
|
1999-02-18 23:39:04 +03:00
|
|
|
fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
|
1998-05-15 01:53:40 +04:00
|
|
|
lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
|
|
|
lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
|
|
|
|
depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
|
|
|
|
depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
|
|
|
|
le* at depca?
|
1996-11-25 07:16:15 +03:00
|
|
|
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
|
|
|
vga* at isa? # ISA (EISA: XXX) VGA
|
1998-01-15 10:17:19 +03:00
|
|
|
wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
|
|
|
|
wdc1 at isa? port 0x170 irq 15
|
2000-12-30 01:03:47 +03:00
|
|
|
#wdc* at isapnp?
|
2001-11-20 15:56:17 +03:00
|
|
|
we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
|
|
|
|
we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
1999-01-07 02:42:27 +03:00
|
|
|
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
|
2000-12-30 01:03:47 +03:00
|
|
|
#wss* at isapnp?
|
1999-01-07 02:42:27 +03:00
|
|
|
#audio* at wss?
|
1998-05-02 02:26:54 +04:00
|
|
|
#midi* at wss?
|
2002-02-07 05:16:04 +03:00
|
|
|
|
|
|
|
ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX
|
1999-02-25 15:37:39 +03:00
|
|
|
sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
|
|
|
|
#sb* at isapnp?
|
|
|
|
audio* at sb?
|
1999-06-06 21:57:23 +04:00
|
|
|
#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
|
1997-06-07 03:43:45 +04:00
|
|
|
aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
|
|
|
|
aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
|
|
|
|
bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
|
|
|
|
bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
|
|
|
|
uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
|
|
|
|
uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
|
2000-05-18 08:03:30 +04:00
|
|
|
pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
|
|
|
|
pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
|
|
|
|
pcmcia* at pcic? controller ? socket ?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1996-05-20 05:37:18 +04:00
|
|
|
# EISA devices
|
1997-06-07 03:43:45 +04:00
|
|
|
ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
|
1997-03-13 04:15:52 +03:00
|
|
|
ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
|
|
|
|
bha* at eisa? slot ? # BusLogic 7xx SCSI
|
1997-05-04 01:27:24 +04:00
|
|
|
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
1997-04-18 23:41:17 +04:00
|
|
|
fea* at eisa? slot ? # DEC DEFEA FDDI
|
2001-05-07 00:32:20 +04:00
|
|
|
mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested)
|
1999-11-06 00:30:21 +03:00
|
|
|
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
2000-08-11 07:05:19 +04:00
|
|
|
depca* at eisa? slot ? # DEC DE-422 Ethernet
|
|
|
|
le* at depca?
|
1997-06-07 03:43:45 +04:00
|
|
|
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
1996-05-20 05:37:18 +04:00
|
|
|
|
2000-05-18 08:03:30 +04:00
|
|
|
# PCMCIA device
|
|
|
|
aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
|
|
|
|
com* at pcmcia? function ? # Modems and serial cards
|
|
|
|
wdc* at pcmcia? function ? # PCMCIA IDE controllers
|
|
|
|
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth.
|
|
|
|
mbe* at pcmcia? function ? # MB8696x based Ethernet
|
|
|
|
ne* at pcmcia? function ? # NE2000-compatible Eth.
|
|
|
|
sm* at pcmcia? function ? # Megahertz Ethernet
|
|
|
|
ray* at pcmcia? function ? # Raytheon Raylink (802.11)
|
|
|
|
wi* at pcmcia? function ? # Lucent WaveLAN/IEEE
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# SCSI bus support
|
1999-08-07 11:40:40 +04:00
|
|
|
scsibus* at adv?
|
|
|
|
scsibus* at adw?
|
1997-06-07 03:43:45 +04:00
|
|
|
scsibus* at aha?
|
|
|
|
scsibus* at ahb?
|
1997-03-13 03:43:37 +03:00
|
|
|
scsibus* at ahc?
|
2000-11-19 17:10:56 +03:00
|
|
|
scsibus* at aic?
|
1997-02-27 04:21:41 +03:00
|
|
|
scsibus* at asc?
|
1997-03-13 03:43:37 +03:00
|
|
|
scsibus* at bha?
|
1999-09-29 03:43:07 +04:00
|
|
|
scsibus* at dpt?
|
2001-06-07 07:51:53 +04:00
|
|
|
scsibus* at iha?
|
1997-03-13 00:50:15 +03:00
|
|
|
scsibus* at isp?
|
2000-07-13 00:54:38 +04:00
|
|
|
scsibus* at siop?
|
1999-01-07 02:42:27 +03:00
|
|
|
scsibus* at pcscp?
|
1997-06-07 03:43:45 +04:00
|
|
|
scsibus* at uha?
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# SCSI devices
|
1996-12-03 20:25:27 +03:00
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tape drives
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1997-04-21 18:47:33 +04:00
|
|
|
# ST506/ESDI/IDE devices
|
1998-10-14 22:31:34 +04:00
|
|
|
wd* at pciide? channel ?
|
1998-01-15 10:17:19 +03:00
|
|
|
wd* at wdc? drive ?
|
|
|
|
|
|
|
|
# ATAPI bus support
|
1998-10-14 22:31:34 +04:00
|
|
|
atapibus* at pciide? channel ?
|
1998-01-15 10:17:19 +03:00
|
|
|
atapibus* at wdc?
|
|
|
|
|
|
|
|
# ATAPI devices
|
|
|
|
sd* at atapibus? drive ? # ATAPI disk devices
|
|
|
|
cd* at atapibus? drive ? # ATAPI CD-ROM devices
|
1997-04-21 18:47:33 +04:00
|
|
|
|
1999-02-18 23:39:04 +03:00
|
|
|
# Floppy drives
|
|
|
|
fd* at fdc? drive ?
|
|
|
|
|
2000-04-28 17:51:56 +04:00
|
|
|
# Hardware RAID devices
|
2000-11-26 20:44:02 +03:00
|
|
|
ld* at cac? unit ?
|
2001-02-05 07:16:52 +03:00
|
|
|
ld* at mlx? unit ?
|
2000-04-28 17:51:56 +04:00
|
|
|
|
1999-01-07 02:42:27 +03:00
|
|
|
# USB bus support
|
|
|
|
usb* at uhci?
|
|
|
|
usb* at ohci?
|
|
|
|
|
1999-08-17 02:27:08 +04:00
|
|
|
# USB Hubs
|
1999-01-07 02:42:27 +03:00
|
|
|
uhub* at usb?
|
1999-08-17 02:27:08 +04:00
|
|
|
uhub* at uhub? port ? configuration ? interface ?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
2001-12-28 20:37:01 +03:00
|
|
|
# USB HID device
|
|
|
|
uhidev* at uhub? port ? configuration ? interface ?
|
|
|
|
|
1999-08-17 02:27:08 +04:00
|
|
|
# USB Mice
|
2001-12-28 20:37:01 +03:00
|
|
|
ums* at uhidev? reportid ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wsmouse* at ums?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
|
|
|
# USB Keyboards
|
2001-12-28 20:37:01 +03:00
|
|
|
ukbd* at uhidev? reportid ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wskbd* at ukbd? console ?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
|
|
|
# USB Generic HID devices
|
2001-12-28 20:37:01 +03:00
|
|
|
uhid* at uhidev? reportid ?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
1999-08-17 02:27:08 +04:00
|
|
|
# USB Printer
|
|
|
|
ulpt* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB Modem
|
|
|
|
umodem* at uhub? port ? configuration ?
|
2000-01-25 11:31:56 +03:00
|
|
|
ucom* at umodem?
|
1999-08-17 02:27:08 +04:00
|
|
|
|
1999-08-29 20:55:48 +04:00
|
|
|
# USB Mass Storage
|
|
|
|
umass* at uhub? port ? configuration ? interface ?
|
2000-04-03 04:03:28 +04:00
|
|
|
atapibus* at umass? channel ?
|
1999-08-29 20:55:48 +04:00
|
|
|
scsibus* at umass? channel ?
|
|
|
|
|
2000-01-17 20:47:03 +03:00
|
|
|
# USB Ethernet adapters
|
|
|
|
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
|
|
|
|
cue* at uhub? port ? # CATC USB-EL1201A based adapters
|
|
|
|
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
|
|
|
|
|
2001-01-10 20:32:08 +03:00
|
|
|
# Serial adapters
|
|
|
|
# FTDI FT8U100AX serial adapter
|
|
|
|
uftdi* at uhub? port ?
|
|
|
|
ucom* at uftdi? portno ?
|
|
|
|
|
2000-11-14 22:52:04 +03:00
|
|
|
# USB scanners
|
|
|
|
uscanner* at uhub? port ?
|
|
|
|
|
2001-01-16 06:38:22 +03:00
|
|
|
# Y@P firmware loader
|
|
|
|
uyap* at uhub? port ?
|
|
|
|
|
2002-11-05 11:31:43 +03:00
|
|
|
# D-Link DSB-R100 USB FM radio tuner
|
|
|
|
udsbr* at uhub? port ?
|
|
|
|
radio* at udsbr?
|
|
|
|
|
1999-08-17 02:27:08 +04:00
|
|
|
# USB Generic driver
|
|
|
|
ugen* at uhub? port ?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
1996-04-12 05:20:40 +04:00
|
|
|
# Workstation Console attachments
|
2002-09-24 17:30:39 +04:00
|
|
|
wsdisplay* at cfb?
|
|
|
|
wsdisplay* at mfb?
|
|
|
|
wsdisplay* at tfb?
|
|
|
|
wsdisplay* at sfb?
|
|
|
|
#wsdisplay* at sfbp?
|
|
|
|
wsdisplay* at px?
|
|
|
|
wsdisplay* at pxg?
|
1998-04-16 01:19:21 +04:00
|
|
|
wsdisplay* at vga?
|
|
|
|
wsdisplay* at tga?
|
2002-09-24 17:30:39 +04:00
|
|
|
wskbd* at lkkbd? console ?
|
|
|
|
wsmouse* at vsms?
|
1999-11-08 09:17:42 +03:00
|
|
|
wskbd* at pckbd?
|
|
|
|
wsmouse* at pms?
|
1996-04-12 05:20:40 +04:00
|
|
|
|
1996-06-13 23:18:16 +04:00
|
|
|
pseudo-device bpfilter 16
|
1997-01-15 02:18:17 +03:00
|
|
|
pseudo-device ccd 4
|
2002-10-14 22:39:22 +04:00
|
|
|
#pseudo-device cgd 4 # cryptographic disk devices
|
2002-01-19 21:45:06 +03:00
|
|
|
pseudo-device raid 8 # RAIDframe disk driver
|
|
|
|
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
|
|
|
# Options to enable various other RAIDframe RAID types.
|
2002-11-30 10:06:40 +03:00
|
|
|
# options RF_INCLUDE_EVENODD=1
|
|
|
|
# options RF_INCLUDE_RAID5_RS=1
|
|
|
|
# options RF_INCLUDE_PARITYLOGGING=1
|
|
|
|
# options RF_INCLUDE_CHAINDECLUSTER=1
|
|
|
|
# options RF_INCLUDE_INTERDECLUSTER=1
|
2002-01-19 21:45:06 +03:00
|
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
2002-11-30 10:06:40 +03:00
|
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
1997-10-10 12:54:14 +04:00
|
|
|
pseudo-device ipfilter 1
|
1997-01-15 02:18:17 +03:00
|
|
|
pseudo-device loop 1
|
1996-12-29 02:10:44 +03:00
|
|
|
pseudo-device md 1
|
1997-01-15 02:18:17 +03:00
|
|
|
pseudo-device ppp 4
|
2001-12-28 15:21:52 +03:00
|
|
|
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
2000-09-24 19:59:26 +04:00
|
|
|
pseudo-device pty # pseudo-terminals
|
1996-06-13 23:18:16 +04:00
|
|
|
pseudo-device sl 4
|
|
|
|
pseudo-device vnd 4
|
1998-11-25 23:30:44 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1999-11-21 17:00:37 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
2000-04-19 10:50:27 +04:00
|
|
|
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
2000-12-19 13:42:02 +03:00
|
|
|
pseudo-device vlan # IEEE 802.1q encapsulation
|
2001-09-02 01:52:23 +04:00
|
|
|
pseudo-device bridge # simple inter-network bridging
|
2000-01-19 06:01:46 +03:00
|
|
|
pseudo-device sequencer 1 # MIDI sequencer
|
2000-10-04 07:35:53 +04:00
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
1997-10-20 22:47:08 +04:00
|
|
|
#options RND_COM # use "com" randomness too
|
2002-06-17 09:14:02 +04:00
|
|
|
pseudo-device clockctl # user control of clock subsystem
|