2005-06-01 02:23:52 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.10 2005/05/31 22:23:53 tron Exp $
|
2004-10-14 03:28:34 +04:00
|
|
|
#
|
|
|
|
# GENERIC -- Generic kernel
|
|
|
|
#
|
|
|
|
|
|
|
|
include "arch/iyonix/conf/std.iyonix"
|
|
|
|
|
|
|
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
options MSGBUFSIZE=65536
|
|
|
|
|
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
|
|
#options MEMORY_DISK_IS_ROOT # use memory disk as root
|
|
|
|
# options MEMORY_DISK_HOOKS
|
|
|
|
# options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
|
|
|
# options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
|
|
|
|
|
|
|
|
# estimated number of users
|
|
|
|
|
|
|
|
maxusers 32
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
|
|
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|
|
|
#options NTP # NTP phase/frequency locked loop
|
|
|
|
|
|
|
|
# CPU options
|
|
|
|
|
|
|
|
# For XScale systems
|
|
|
|
options CPU_XSCALE_80321 # Support the XScale core
|
|
|
|
makeoptions CPUFLAGS="-mcpu=xscale"
|
|
|
|
|
|
|
|
# Architecture options
|
|
|
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
|
|
|
#options HZ=512
|
|
|
|
|
|
|
|
# File systems
|
|
|
|
|
|
|
|
file-system FFS # UFS
|
|
|
|
#file-system LFS # log-structured file system
|
|
|
|
file-system MFS # memory file system
|
|
|
|
file-system NFS # Network file system
|
|
|
|
#file-system ADOSFS # AmigaDOS-compatible file system
|
|
|
|
#file-system EXT2FS # second extended file system (linux)
|
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
#file-system MSDOSFS # MS-DOS file system
|
|
|
|
#file-system FDESC # /dev/fd
|
|
|
|
file-system FILECORE # Acorn filecore file system
|
|
|
|
#file-system KERNFS # /kern
|
|
|
|
#file-system NULLFS # loopback file system
|
|
|
|
#file-system PORTAL # portal filesystem (still experimental)
|
|
|
|
#file-system PROCFS # /proc
|
|
|
|
#file-system UMAPFS # NULLFS + uid and gid remapping
|
|
|
|
#file-system UNION # union file system
|
|
|
|
|
|
|
|
# File system options
|
|
|
|
#options QUOTA # UFS quotas
|
|
|
|
#options FFS_EI # FFS Endian Independant support
|
|
|
|
#options NFSSERVER
|
|
|
|
#options SOFTDEP
|
2005-01-28 06:19:49 +03:00
|
|
|
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
2005-02-19 00:05:50 +03:00
|
|
|
options FFS_NO_SNAPSHOT # ffs snapshots
|
2004-10-14 03:28:34 +04:00
|
|
|
|
|
|
|
# Networking options
|
|
|
|
|
|
|
|
#options GATEWAY # packet forwarding
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
#options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
|
|
#options MROUTING # IP multicast routing
|
|
|
|
#options NS # XNS
|
|
|
|
#options NSIP # XNS tunneling over IP
|
|
|
|
#options ISO,TPIP # OSI
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
|
|
|
#options NETATALK # AppleTalk networking
|
|
|
|
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
|
|
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
|
|
#options PPP_DEFLATE # Deflate compression support for PPP
|
|
|
|
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
|
|
|
|
|
|
|
options NFS_BOOT_BOOTP
|
|
|
|
options NFS_BOOT_DHCP
|
|
|
|
#options NFS_BOOT_BOOTPARAM
|
|
|
|
|
|
|
|
# Compatibility options
|
|
|
|
|
|
|
|
options COMPAT_16 # NetBSD 1.6
|
|
|
|
options COMPAT_20 # NetBSD 2.0
|
|
|
|
#options COMPAT_43 # 4.3BSD compatibility.
|
|
|
|
#options COMPAT_16 # NetBSD 1.6 compatibility.
|
|
|
|
#options COMPAT_15 # NetBSD 1.5 compatibility.
|
|
|
|
#options COMPAT_14 # NetBSD 1.4 compatibility.
|
|
|
|
#options COMPAT_13 # NetBSD 1.3 compatibility.
|
|
|
|
#options COMPAT_12 # NetBSD 1.2 compatibility.
|
|
|
|
#options COMPAT_11 # NetBSD 1.1 compatibility.
|
|
|
|
#options COMPAT_10 # NetBSD 1.0 compatibility.
|
|
|
|
#options COMPAT_09 # NetBSD 0.9 compatibility.
|
|
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
2004-11-10 20:54:02 +03:00
|
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
2004-10-14 03:28:34 +04:00
|
|
|
|
|
|
|
# Shared memory options
|
|
|
|
|
|
|
|
#options SYSVMSG # System V-like message queues
|
|
|
|
#options SYSVSEM # System V-like semaphores
|
|
|
|
#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
|
|
|
|
#options SYSVSHM # System V-like memory sharing
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
|
|
|
|
|
|
|
# Device options
|
|
|
|
|
|
|
|
#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
|
|
|
|
#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
|
|
|
|
#options MEMORY_DISK_IS_ROOT # use memory disk as root
|
|
|
|
|
|
|
|
# Console options. The default console is speed is 115200 baud.
|
|
|
|
#options CONSPEED=9600 # Console speed
|
|
|
|
|
|
|
|
# Miscellaneous kernel options
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
options IRQSTATS # manage IRQ statistics
|
|
|
|
#options LKM # loadable kernel modules
|
|
|
|
#options KMEMSTATS # kernel memory statistics
|
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
|
|
|
options PCIVERBOSE # Verbose PCI descriptions
|
|
|
|
options MIIVERBOSE # Verbose MII autoconfuration messages
|
|
|
|
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
|
|
|
#options DDB_KEYCODE=0x40
|
|
|
|
options USERCONF # userconf(4) support
|
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
|
|
|
|
# Development and Debugging options
|
|
|
|
|
|
|
|
options PERFCTRS # performance counters
|
|
|
|
options DIAGNOSTIC # internally consistency checks
|
|
|
|
options DEBUG
|
|
|
|
#options PMAP_DEBUG # Enable pmap_debug_level code
|
|
|
|
#options IPKDB # remote kernel debugging
|
|
|
|
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
|
|
|
options DDB # in-kernel debugger
|
|
|
|
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
|
|
|
makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
options SYMTAB_SPACE=240000
|
|
|
|
|
|
|
|
##options PMAP_INCLUDE_PTE_SYNC
|
|
|
|
##options LOCKDEBUG
|
|
|
|
|
|
|
|
##config netbsd root on ? type ?
|
|
|
|
config netbsd root on rtk0 type nfs
|
|
|
|
#config netbsd-wm0 root on wm0 type nfs
|
|
|
|
#config netbsd-wd0 root on wd0 type ffs
|
|
|
|
#config netbsd-sd0 root on sd0 type ffs
|
|
|
|
|
|
|
|
# The main bus device
|
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
# The boot cpu
|
|
|
|
cpu0 at mainbus?
|
|
|
|
|
|
|
|
# i80321 I/O Processor peripheral support
|
|
|
|
iopxs* at mainbus?
|
|
|
|
|
|
|
|
iopaau* at iopxs? # Application Accelerator Unit
|
|
|
|
iopiic* at iopxs? # I2C Controller Unit(s)
|
|
|
|
iic0 at iopiic?
|
|
|
|
iic1 at iopiic?
|
|
|
|
iopwdog* at iopxs? # Watchdog timer
|
|
|
|
pci0 at iopxs? bus ? # PCI/PCI-X support
|
|
|
|
|
|
|
|
# PCI bridges
|
|
|
|
ppb* at pci? dev ? function ?
|
|
|
|
pci* at ppb? bus ?
|
|
|
|
|
|
|
|
# VGA
|
|
|
|
#vga* at pci? dev ? function ?
|
|
|
|
|
|
|
|
# IDE and related devices
|
|
|
|
# PCI IDE controllers - see pciide(4) for supported hardware.
|
|
|
|
# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
|
|
|
|
# how to set up DMA modes for this chip. This may work, or may cause
|
|
|
|
# a machine hang with some controllers.
|
|
|
|
pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
|
|
|
|
acardide* at pci? dev ? function ? # Acard IDE controllers
|
|
|
|
aceride* at pci? dev ? function ? # Acer Lab IDE controllers
|
|
|
|
artsata* at pci? dev ? function ? # Intel i31244 SATA controller
|
|
|
|
cmdide* at pci? dev ? function ? # CMD tech IDE controllers
|
|
|
|
cypide* at pci? dev ? function ? # Cypress IDE controllers
|
|
|
|
hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
|
|
|
|
optiide* at pci? dev ? function ? # Opti IDE controllers
|
|
|
|
pdcide* at pci? dev ? function ? # Promise IDE controllers
|
2004-11-24 23:49:17 +03:00
|
|
|
pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
|
2004-10-14 03:28:34 +04:00
|
|
|
rccide* at pci? dev ? function ? # ServerWorks IDE controllers
|
|
|
|
satalink* at pci? dev ? function ? # SiI SATALink controllers
|
|
|
|
siside* at pci? dev ? function ? # SiS IDE controllers
|
|
|
|
slide* at pci? dev ? function ? # Symphony Labs IDE controllers
|
|
|
|
stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers
|
|
|
|
viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
|
|
|
|
|
|
|
|
# ATA (IDE) bus support
|
|
|
|
atabus* at ata?
|
|
|
|
|
|
|
|
# IDE drives
|
|
|
|
# Flags are used only with controllers that support DMA operations
|
|
|
|
# and mode settings (e.g. some pciide controllers)
|
|
|
|
# The lowest order four bits (rightmost digit) of the flags define the PIO
|
|
|
|
# mode to use, the next set of four bits the DMA mode and the third set the
|
|
|
|
# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
|
|
|
|
# to use, and the last bit must be 1 for this setting to be used.
|
|
|
|
# For DMA and UDMA, 0xf (1111) means 'disable'.
|
|
|
|
# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
|
|
|
|
# (0xc=1100, 0xa=1010, 0xf=1111)
|
|
|
|
# 0x0000 means "use whatever the drive claims to support".
|
|
|
|
wd* at atabus? drive ? flags 0x0000
|
|
|
|
|
|
|
|
# ATA RAID configuration support, as found on some Promise controllers.
|
|
|
|
pseudo-device ataraid
|
|
|
|
ld* at ataraid? vendtype ? unit ?
|
|
|
|
|
|
|
|
# ATAPI bus support
|
|
|
|
atapibus* at atapi?
|
|
|
|
|
|
|
|
# ATAPI devices
|
|
|
|
# flags have the same meaning as for IDE drives.
|
|
|
|
# XXX No DMA on IDE devices for now
|
|
|
|
cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
|
|
|
|
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
|
|
|
st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
|
|
|
|
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
|
|
|
|
|
|
|
# PCI network interfaces
|
|
|
|
# an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
|
|
|
|
# ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
|
|
|
|
# atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
|
|
|
|
# bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
|
|
|
|
# bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
|
|
|
|
# en* at pci? dev ? function ? # ENI/Adaptec ATM
|
|
|
|
# ep* at pci? dev ? function ? # 3Com 3c59x
|
|
|
|
# epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
|
|
|
# esh* at pci? dev ? function ? # Essential HIPPI card
|
|
|
|
# ex* at pci? dev ? function ? # 3Com 90x[BC]
|
|
|
|
# fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
|
|
|
# fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
|
|
|
# gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
|
|
|
|
#hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
|
|
|
|
# le* at pci? dev ? function ? # PCnet-PCI Ethernet
|
|
|
|
# lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
|
|
|
|
# mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
|
|
|
|
# ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
|
|
|
# ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
|
|
|
|
# pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
|
|
|
|
# re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
|
|
|
|
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
|
|
|
# sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
|
|
|
|
# sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
|
|
|
|
# skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
|
|
|
|
# sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
|
|
|
|
# ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
|
|
|
|
# stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
|
|
|
|
# ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
|
|
|
|
# tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
|
|
|
|
# tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
|
|
|
# vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
|
|
|
# wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
|
|
|
|
wm* at pci? dev ? function ? # Intel 8254x gigabit
|
|
|
|
|
|
|
|
# MII/PHY support
|
|
|
|
acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
|
|
|
|
amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
|
|
|
|
bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
|
|
|
|
brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
|
|
|
|
dmphy* at mii? phy ? # Davicom DM9101 PHYs
|
|
|
|
exphy* at mii? phy ? # 3Com internal PHYs
|
|
|
|
gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
|
|
|
|
glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
|
|
|
|
gphyter* at mii? phy ? # NS83861 Gig-E PHY
|
|
|
|
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
|
|
|
igphy* at mii? phy ? # Intel IGP01E1000
|
|
|
|
inphy* at mii? phy ? # Intel 82555 PHYs
|
|
|
|
iophy* at mii? phy ? # Intel 82553 PHYs
|
|
|
|
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
|
|
|
makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
|
|
|
|
nsphy* at mii? phy ? # NS83840 PHYs
|
|
|
|
nsphyter* at mii? phy ? # NS83843 PHYs
|
|
|
|
pnaphy* at mii? phy ? # generic HomePNA PHYs
|
|
|
|
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
|
|
|
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
|
|
|
tlphy* at mii? phy ? # ThunderLAN PHYs
|
|
|
|
tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
|
|
|
ukphy* at mii? phy ? # generic unknown PHYs
|
|
|
|
urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
|
|
|
|
|
|
|
|
# USB Controller and Devices
|
|
|
|
|
|
|
|
# PCI USB controllers
|
|
|
|
# The EHCI is not ready for prime time.
|
|
|
|
#ehci* at pci? dev ? function ? # Enhanced Host Controller
|
|
|
|
ohci* at pci? dev ? function ? # Open Host Controller
|
|
|
|
uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
|
|
|
|
|
|
|
|
# CardBus USB controllers
|
|
|
|
#ehci* at cardbus? dev ? function ? # Enhanced Host Controller
|
|
|
|
#ohci* at cardbus? dev ? function ? # Open Host Controller
|
|
|
|
|
|
|
|
# ISA USB controllers
|
|
|
|
#slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS
|
|
|
|
|
|
|
|
# USB bus support
|
|
|
|
#usb* at ehci?
|
|
|
|
usb* at ohci?
|
|
|
|
usb* at uhci?
|
|
|
|
#usb* at slhci?
|
|
|
|
|
|
|
|
# USB Hubs
|
|
|
|
# uhub* at usb?
|
|
|
|
# uhub* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB HID device
|
|
|
|
# uhidev* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB Mice
|
|
|
|
# ums* at uhidev? reportid ?
|
|
|
|
# wsmouse* at ums? mux 0
|
|
|
|
|
|
|
|
# USB eGalax touch-panel
|
|
|
|
# uep* at uhub? port ?
|
|
|
|
# wsmouse* at uep? mux 0
|
|
|
|
|
|
|
|
# USB Keyboards
|
|
|
|
# ukbd* at uhidev? reportid ?
|
|
|
|
# wskbd* at ukbd? console ? mux 1
|
|
|
|
|
|
|
|
# USB Generic HID devices
|
|
|
|
# uhid* at uhidev? reportid ?
|
|
|
|
|
|
|
|
# USB Printer
|
|
|
|
# ulpt* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB Modem
|
|
|
|
# umodem* at uhub? port ? configuration ?
|
|
|
|
# ucom* at umodem?
|
|
|
|
|
|
|
|
# USB Mass Storage
|
|
|
|
# umass* at uhub? port ? configuration ? interface ?
|
|
|
|
# scsibus* at umass?
|
|
|
|
# wd* at umass?
|
|
|
|
|
|
|
|
# USB audio
|
|
|
|
# uaudio* at uhub? port ? configuration ?
|
|
|
|
|
|
|
|
# USB MIDI
|
|
|
|
# umidi* at uhub? port ? configuration ?
|
|
|
|
|
|
|
|
# USB IrDA
|
|
|
|
# USB-IrDA bridge spec
|
|
|
|
# uirda* at uhub? port ? configuration ? interface ?
|
|
|
|
# irframe* at uirda?
|
|
|
|
|
|
|
|
# SigmaTel STIr4200 USB/IrDA Bridge
|
|
|
|
# ustir* at uhub? port ?
|
|
|
|
# irframe* at ustir?
|
|
|
|
|
|
|
|
# USB Ethernet adapters
|
|
|
|
# aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
|
2004-10-23 18:00:50 +04:00
|
|
|
# axe* at uhub? port ? # ASIX AX88172 based adapters
|
2004-10-14 03:28:34 +04:00
|
|
|
# cue* at uhub? port ? # CATC USB-EL1201A based adapters
|
|
|
|
# kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
|
|
|
|
# udav* at uhub? port ? # Davicom DM9601 based adapters
|
|
|
|
# url* at uhub? port ? # Realtek RTL8150L based adapters
|
|
|
|
|
|
|
|
# Prolific PL2301/PL2302 host-to-host adapter
|
|
|
|
# upl* at uhub? port ?
|
|
|
|
|
|
|
|
# Serial adapters
|
|
|
|
# ubsa* at uhub? port ? # Belkin serial adapter
|
|
|
|
# ucom* at ubsa? portno ?
|
|
|
|
|
|
|
|
# uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
|
|
|
|
# ucom* at uftdi? portno ?
|
|
|
|
|
|
|
|
# umct* at uhub? port ? # MCT USB-RS232 serial adapter
|
|
|
|
# ucom* at umct? portno ?
|
|
|
|
|
|
|
|
# uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
|
|
|
|
# ucom* at uplcom? portno ?
|
|
|
|
|
|
|
|
# uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
|
|
|
|
# ucom* at uvscom? portno ?
|
|
|
|
|
|
|
|
# Diamond Multimedia Rio 500
|
|
|
|
# urio* at uhub? port ?
|
|
|
|
|
|
|
|
# USB Handspring Visor
|
|
|
|
# uvisor* at uhub? port ?
|
|
|
|
# ucom* at uvisor?
|
|
|
|
|
2005-04-15 21:27:20 +04:00
|
|
|
# Kyocera AIR-EDGE PHONE
|
|
|
|
#ukyopon* at uhub? port ?
|
|
|
|
#ucom* at ukyopon? portno ?
|
|
|
|
|
2004-10-14 03:28:34 +04:00
|
|
|
# USB scanners
|
|
|
|
# uscanner* at uhub? port ?
|
|
|
|
|
|
|
|
# USB scanners that use SCSI emulation, e.g., HP5300
|
|
|
|
# usscanner* at uhub? port ?
|
|
|
|
|
|
|
|
# Y@P firmware loader
|
|
|
|
# uyap* at uhub? port ?
|
|
|
|
|
|
|
|
# D-Link DSB-R100 USB radio
|
|
|
|
# udsbr* at uhub? port ?
|
|
|
|
# radio* at udsbr?
|
|
|
|
|
|
|
|
# USB Generic driver
|
|
|
|
# ugen* at uhub? port ?
|
|
|
|
|
|
|
|
|
|
|
|
# IrDA and Consumer Ir devices
|
|
|
|
|
|
|
|
# Toshiba Oboe
|
|
|
|
# oboe* at pci? dev ? function ?
|
|
|
|
# irframe* at oboe?
|
|
|
|
|
|
|
|
# PCI IEEE1394 controllers
|
|
|
|
#fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
|
|
|
|
|
|
|
|
# CardBus IEEE1394 controllers
|
|
|
|
#fwohci* at cardbus? dev ? function ? # IEEE1394 Open Host Controller
|
|
|
|
|
|
|
|
#fw* at fwbus? # IP over 1394
|
|
|
|
|
|
|
|
# IEEE1394 nodes
|
|
|
|
#fwnode* at fwbus? idhi ? idlo ?
|
|
|
|
#sbpscsi* at fwnode?
|
|
|
|
#scsibus* at sbpscsi?
|
|
|
|
|
|
|
|
# Audio Devices
|
|
|
|
|
|
|
|
# PCI audio devices
|
|
|
|
auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
|
|
|
|
autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
|
|
|
|
auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
|
|
|
|
clcs* at pci? dev ? function ? # Cirrus Logic CS4280
|
|
|
|
clct* at pci? dev ? function ? # Cirrus Logic CS4281
|
|
|
|
cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
|
|
|
|
eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
|
|
|
emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512
|
|
|
|
esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio
|
|
|
|
esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator
|
|
|
|
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
|
|
|
|
fms* at pci? dev ? function ? # Forte Media FM801
|
|
|
|
neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
|
|
|
|
sv* at pci? dev ? function ? # S3 SonicVibes
|
|
|
|
yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
|
|
|
|
|
|
|
|
# OPL[23] FM synthesizers
|
|
|
|
opl* at cmpci? flags 1
|
|
|
|
opl* at eso?
|
|
|
|
opl* at fms?
|
|
|
|
opl* at sv?
|
|
|
|
opl* at yds?
|
|
|
|
|
|
|
|
# Audio support
|
|
|
|
audio* at audiobus?
|
|
|
|
|
|
|
|
# MPU 401 UARTs
|
|
|
|
mpu* at cmpci?
|
|
|
|
mpu* at eso?
|
|
|
|
mpu* at fms?
|
|
|
|
mpu* at yds?
|
|
|
|
|
|
|
|
# MIDI support
|
|
|
|
midi* at midibus?
|
|
|
|
|
|
|
|
# On-board device support
|
|
|
|
obio* at mainbus?
|
|
|
|
#com1 at obio? addr 0x900003e8 xint 1 # on-board UART
|
|
|
|
com0 at obio? addr 0x900002f8 xint 1 # on-board UART
|
|
|
|
#com* at obio? addr 0x900003e8 xint 1 # on-board UART
|
|
|
|
#com* at obio? addr 0x900003f8 xint 1 # on-board UART
|
|
|
|
|
|
|
|
# Pseudo-Devices
|
|
|
|
|
|
|
|
# disk/mass storage pseudo-devices
|
|
|
|
pseudo-device md 1 # memory disk device (ramdisk)
|
|
|
|
#pseudo-device vnd 4 # disk-like interface to files
|
2005-01-31 19:54:32 +03:00
|
|
|
pseudo-device fss 4 # file system snapshot device
|
2004-10-14 03:28:34 +04:00
|
|
|
|
|
|
|
# network pseudo-devices
|
|
|
|
pseudo-device bpfilter 4 # Berkeley packet filter
|
|
|
|
pseudo-device loop # network loopback
|
|
|
|
#pseudo-device kttcp # network loopback
|
|
|
|
|
|
|
|
# miscellaneous pseudo-devices
|
|
|
|
pseudo-device pty # pseudo-terminals
|
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
|
|
|
pseudo-device clockctl # user control of clock subsystem
|
|
|
|
pseudo-device ksyms # /dev/ksyms
|
|
|
|
|
|
|
|
# data mover pseudo-devices
|
|
|
|
#pseudo-device swdmover # softare dmover(9) back-end
|
|
|
|
#pseudo-device dmoverio # /dev/dmover dmover(9) interface
|