2000-05-18 08:03:30 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.152 2000/05/18 04:03:30 matt Exp $
|
1995-02-14 02:06:39 +03:00
|
|
|
#
|
|
|
|
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
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
|
|
|
|
1996-09-27 21:08:32 +04:00
|
|
|
include "arch/alpha/conf/std.alpha"
|
1995-02-14 02:06:39 +03:00
|
|
|
|
2000-05-18 08:03:30 +04:00
|
|
|
#ident "GENERIC-$Revision: 1.152 $"
|
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
|
1997-07-11 00:46:37 +04:00
|
|
|
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
|
|
|
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
|
|
|
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
|
1998-09-02 06:02:33 +04:00
|
|
|
options DEC_KN300 # KN300: AlphaServer 4100
|
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
|
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
|
1995-02-14 02:06:39 +03:00
|
|
|
|
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"
|
1997-01-31 21:00:33 +03:00
|
|
|
|
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
|
1999-06-29 11:04:15 +04:00
|
|
|
#file-system KERNFS
|
|
|
|
#file-system PROCFS
|
1997-01-31 04:42:34 +03:00
|
|
|
|
1995-02-14 02:06:39 +03:00
|
|
|
# File system options
|
1997-07-11 00:46:37 +04:00
|
|
|
options NFSSERVER # Sun NFS-compatible file system server
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
1999-11-15 22:10:44 +03:00
|
|
|
#options SOFTDEP # FFS soft updates support.
|
1995-02-14 02:06:39 +03:00
|
|
|
|
1999-11-21 17:00:37 +03:00
|
|
|
# Pull in config fragments for kernel crypto. This is required for
|
|
|
|
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
|
|
|
|
# one of these, based on whether you use crypto-us or crypto-intl, and
|
|
|
|
# adjust the prefixes as necessary.
|
|
|
|
|
|
|
|
#prefix ../crypto-us/sys
|
|
|
|
#cinclude "conf/files.crypto-us"
|
|
|
|
#prefix
|
|
|
|
|
|
|
|
#prefix ../crypto-intl/sys
|
|
|
|
#cinclude "conf/files.crypto-intl"
|
|
|
|
#prefix
|
|
|
|
|
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
|
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
|
|
|
|
|
1997-11-26 06:13:12 +03:00
|
|
|
# System V-like message queues
|
|
|
|
options SYSVMSG
|
|
|
|
|
|
|
|
# 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)
|
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
|
|
|
|
|
1995-12-20 03:14:10 +03:00
|
|
|
# TurboChannel host bus adapter support
|
|
|
|
tcasic* at mainbus0
|
|
|
|
|
1995-08-03 04:09:17 +04:00
|
|
|
# TurboChannel bus support
|
1995-12-20 03:14:10 +03:00
|
|
|
tc* at tcasic?
|
1995-08-03 04:09:17 +04: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 ?
|
1995-12-20 03:14:10 +03:00
|
|
|
scc0 at ioasic? offset ?
|
|
|
|
scc1 at ioasic? offset ?
|
1998-05-25 03:45:29 +04:00
|
|
|
tcds* at tc? slot ? offset ?
|
|
|
|
asc* at tcds? chip ?
|
1997-03-25 23:35:03 +03:00
|
|
|
#cfb* at tc? slot ? offset ?
|
|
|
|
#sfb* 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
|
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?
|
|
|
|
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?
|
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?
|
|
|
|
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?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
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
|
1999-11-15 23:07:21 +03:00
|
|
|
#options ADW_WDTR_DISABLE # disable WDTR
|
|
|
|
#options ADW_SDTR_DISABLE # disable SDTR
|
|
|
|
#options ADW_TAGQ_DISABLE # disable Tag Queuing
|
1997-03-13 03:43:37 +03:00
|
|
|
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
|
|
|
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)
|
1997-04-14 07:14:49 +04:00
|
|
|
cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
|
1997-03-13 03:43:37 +03:00
|
|
|
de* at pci? dev ? function ? # 21x4x-based Ethernet
|
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
|
1999-06-27 19:58:18 +04:00
|
|
|
ex* at pci? dev ? function ? # 3COM 3c90x[B] 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
|
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)
|
|
|
|
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
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
|
|
|
|
#options TLP_MATCH_21040
|
|
|
|
#options TLP_MATCH_21041
|
|
|
|
#options TLP_MATCH_21140
|
|
|
|
#options TLP_MATCH_21142
|
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
|
|
|
|
|
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?
|
1999-06-27 19:58:18 +04:00
|
|
|
|
1999-09-29 14:43:14 +04:00
|
|
|
opl* at eso?
|
1998-12-10 22:01:41 +03:00
|
|
|
#opl* at sv?
|
1995-06-27 04:54:55 +04:00
|
|
|
|
1999-09-29 14:43:14 +04:00
|
|
|
mpu* at eso?
|
|
|
|
|
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
|
|
|
|
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
|
|
|
inphy* at mii? phy ? # Intel 82555 PHYs
|
|
|
|
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
|
|
|
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
|
|
|
|
isa* at pceb?
|
|
|
|
eisa* at pceb?
|
|
|
|
isa* at sio?
|
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
|
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
|
1997-05-01 11:11:11 +04:00
|
|
|
ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
|
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-01-19 10:04:23 +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
|
|
|
|
#audio* at wss?
|
1998-05-02 02:26:54 +04:00
|
|
|
#midi* at wss?
|
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
|
1999-11-06 00:30:21 +03:00
|
|
|
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
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?
|
2000-05-18 08:03:30 +04:00
|
|
|
scsibus* at aic?
|
1999-08-07 11:40:40 +04:00
|
|
|
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?
|
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?
|
1997-03-13 00:50:15 +03:00
|
|
|
scsibus* at isp?
|
1995-06-27 04:54:55 +04:00
|
|
|
scsibus* at ncr?
|
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
|
|
|
|
ca* at cac? unit ?
|
|
|
|
|
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
|
|
|
|
1999-08-17 02:27:08 +04:00
|
|
|
# USB Mice
|
|
|
|
ums* at uhub? port ? configuration ? interface ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wsmouse* at ums?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
|
|
|
# USB Keyboards
|
1999-08-17 02:27:08 +04:00
|
|
|
ukbd* at uhub? port ? configuration ? interface ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wskbd* at ukbd? console ?
|
1999-01-07 02:42:27 +03:00
|
|
|
|
|
|
|
# USB Generic HID devices
|
1999-08-17 02:27:08 +04:00
|
|
|
uhid* at uhub? port ? configuration ? interface ?
|
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
|
|
|
|
|
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
|
1998-04-24 22:18:41 +04:00
|
|
|
#wsdisplay* at cfb?
|
1998-04-16 01:19:21 +04:00
|
|
|
wsdisplay* at vga?
|
1998-04-24 22:18:41 +04:00
|
|
|
#wsdisplay* at sfb?
|
1998-04-16 01:19:21 +04:00
|
|
|
wsdisplay* at tga?
|
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
|
1998-11-16 19:44:55 +03:00
|
|
|
#pseudo-device raid 4 # RAIDframe disk driver
|
2000-02-29 09:32:20 +03:00
|
|
|
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
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
|
|
|
|
pseudo-device pty 64
|
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-01-19 06:01:46 +03:00
|
|
|
pseudo-device sequencer 1 # MIDI sequencer
|
1997-10-20 22:47:08 +04:00
|
|
|
|
|
|
|
# rnd is EXPERIMENTAL
|
|
|
|
#pseudo-device rnd # /dev/random and in-kernel generator
|
|
|
|
#options RND_COM # use "com" randomness too
|