Subject: Re: Toshiba Libretto L1 Support
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 05/29/2003 21:40:14
In article <C5AB2D50-9206-11D7-B92D-000393D5E5DA@hub3.net>,
Bryan Vyhmeister <bsd@hub3.net> wrote:
>I have just acquired a Toshiba Libretto L1 that should arrive sometime 
>next week. Does NetBSD support that machine very well? I saw some posts 
>about it a while back but they were not very helpful. There was also a 
>post about a mailing list called netbsd-libretto hosted at cynic.net. 
>Unfortunately, the message I sent to subscribe bounced. Anyone have any 
>feedback about the Libretto L1?

Works great. You'll need to run current for everything to work properly
[ACPI, etc.]

Here's my kernel and XF86Config file.

christos

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/etc/X11/XF86Config
#	/usr/src/sys/arch/i386/conf/SHINY
#
echo x - /etc/X11/XF86Config
sed 's/^X//' >/etc/X11/XF86Config << 'END-of-/etc/X11/XF86Config'
X# File generated by xf86config.
X
X#
X# Copyright (c) 1999 by The XFree86 Project, Inc.
X#
X# Permission is hereby granted, free of charge, to any person obtaining a
X# copy of this software and associated documentation files (the "Software"),
X# to deal in the Software without restriction, including without limitation
X# the rights to use, copy, modify, merge, publish, distribute, sublicense,
X# and/or sell copies of the Software, and to permit persons to whom the
X# Software is furnished to do so, subject to the following conditions:
X# 
X# The above copyright notice and this permission notice shall be included in
X# all copies or substantial portions of the Software.
X# 
X# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
X# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
X# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
X# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
X# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
X# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
X# SOFTWARE.
X# 
X# Except as contained in this notice, the name of the XFree86 Project shall
X# not be used in advertising or otherwise to promote the sale, use or other
X# dealings in this Software without prior written authorization from the
X# XFree86 Project.
X#
X
X# **********************************************************************
X# Refer to the XF86Config(4/5) man page for details about the format of 
X# this file.
X# **********************************************************************
X
X# **********************************************************************
X# Module section -- this  section  is used to specify
X# which dynamically loadable modules to load.
X# **********************************************************************
X#
XSection "Module"
X
X# This loads the DBE extension module.
X
X    Load        "dbe"  	# Double buffer extension
X
X# This loads the miscellaneous extensions module, and disables
X# initialisation of the XFree86-DGA extension within that module.
X    SubSection  "extmod"
X      Option    "omit xfree86-dga"   # don't initialise the DGA extension
X    EndSubSection
X
X# This loads the Type1 and FreeType font modules
X    Load        "type1"
X    Load        "freetype"
X
X# This loads the GLX module
X#    Load       "glx"
X
XEndSection
X
X# **********************************************************************
X# Files section.  This allows default font and rgb paths to be set
X# **********************************************************************
X
XSection "Files"
X
X# The location of the RGB database.  Note, this is the name of the
X# file minus the extension (like ".txt" or ".db").  There is normally
X# no need to change the default.
X
X    RgbPath	"/usr/X11R6/lib/X11/rgb"
X
X# Multiple FontPath entries are allowed (which are concatenated together),
X# as well as specifying multiple comma-separated entries in one FontPath
X# command (or a combination of both methods)
X# 
X# If you don't have a floating point coprocessor and emacs, Mosaic or other
X# programs take long to start up, try moving the Type1 and Speedo directory
X# to the end of this list (or comment them out).
X# 
X
X    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
X    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
X    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
X    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
X    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
X
X# The module search path.  The default path is shown here.
X
X#    ModulePath "/usr/X11R6/lib/modules"
X
XEndSection
X
X# **********************************************************************
X# Server flags section.
X# **********************************************************************
X
XSection "ServerFlags"
X
X# Uncomment this to cause a core dump at the spot where a signal is 
X# received.  This may leave the console in an unusable state, but may
X# provide a better stack trace in the core dump to aid in debugging
X
X#    Option "NoTrapSignals"
X
X# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
X# This allows clients to receive this key event.
X
X#    Option "DontZap"
X
X# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
X# sequences.  This allows clients to receive these key events.
X
X#    Option "Dont Zoom"
X
X# Uncomment this to disable tuning with the xvidtune client. With
X# it the client can still run and fetch card and monitor attributes,
X# but it will not be allowed to change them. If it tries it will
X# receive a protocol error.
X
X#    Option "DisableVidModeExtension"
X
X# Uncomment this to enable the use of a non-local xvidtune client. 
X
X#    Option "AllowNonLocalXvidtune"
X
X# Uncomment this to disable dynamically modifying the input device
X# (mouse and keyboard) settings. 
X
X#    Option "DisableModInDev"
X
X# Uncomment this to enable the use of a non-local client to
X# change the keyboard or mouse settings (currently only xset).
X
X#    Option "AllowNonLocalModInDev"
X
XEndSection
X
X# **********************************************************************
X# Input devices
X# **********************************************************************
X
X# **********************************************************************
X# Core keyboard's InputDevice section
X# **********************************************************************
X
XSection "InputDevice"
X
X    Identifier	"Keyboard1"
X    Driver	"Keyboard"
X# For most OSs the protocol can be omitted (it defaults to "Standard").
X# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
X# uncomment the following line.
X
X#    Option     "Protocol"      "Xqueue"
X
X    Option "AutoRepeat" "500 30"
X
X# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
X#    Option	"Xleds"      "1 2 3"
X
X#    Option "LeftAlt"     "Meta"
X#    Option "RightAlt"    "ModeShift"
X
X# To customise the XKB settings to suit your keyboard, modify the
X# lines below (which are the defaults).  For example, for a non-U.S.
X# keyboard, you will probably want to use:
X#    Option "XkbModel"    "pc102"
X# If you have a US Microsoft Natural keyboard, you can use:
X#    Option "XkbModel"    "microsoft"
X#
X# Then to change the language, change the Layout setting.
X# For example, a german layout can be obtained with:
X#    Option "XkbLayout"   "de"
X# or:
X#    Option "XkbLayout"   "de"
X#    Option "XkbVariant"  "nodeadkeys"
X#
X# If you'd like to switch the positions of your capslock and
X# control keys, use:
X#    Option "XkbOptions"  "ctrl:swapcaps"
X
X# These are the default XKB settings for XFree86
X#    Option "XkbRules"    "xfree86"
X#    Option "XkbModel"    "pc101"
X#    Option "XkbLayout"   "us"
X#    Option "XkbVariant"  ""
X#    Option "XkbOptions"  ""
X
X#    Option "XkbDisable"
X
X    Option "XkbRules"	"xfree86"
X    Option "XkbModel"	"pc105"
X    Option "XkbLayout"	"us"
X
XEndSection
X
X
X# **********************************************************************
X# Core Pointer's InputDevice section
X# **********************************************************************
X
XSection "InputDevice"
X
X# Identifier and driver
X
X    Identifier	"Mouse1"
X    Driver	"mouse"
X    Option "Protocol"    "wsmouse"
X    Option "Device"      "/dev/wsmouse"
X    Option "ZAxisMapping" "4 5"
X
X
X# When using XQUEUE, comment out the above two lines, and uncomment
X# the following line.
X
X#    Option "Protocol"	"Xqueue"
X
X# Baudrate and SampleRate are only for some Logitech mice. In
X# almost every case these lines should be omitted.
X
X#    Option "BaudRate"	"9600"
X#    Option "SampleRate"	"150"
X
X# Emulate3Buttons is an option for 2-button Microsoft mice
X# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
X
X    Option "Emulate3Buttons"
X#    Option "Emulate3Timeout"    "50"
X
X# ChordMiddle is an option for some 3-button Logitech mice
X
X#    Option "ChordMiddle"
X
XEndSection
X
X
X# **********************************************************************
X# Other input device sections 
X# this is optional and is required only if you
X# are using extended input devices.  This is for example only.  Refer
X# to the XF86Config man page for a description of the options.
X# **********************************************************************
X#
X# Section "InputDevice" 
X#    Identifier  "Mouse2"
X#    Driver      "mouse"
X#    Option      "Protocol"      "MouseMan"
X#    Option      "Device"        "/dev/mouse2"
X# EndSection
X#
X# Section "InputDevice"
X#    Identifier "spaceball"
X#    Driver     "magellan"
X#    Option     "Device"        "/dev/cua0"
X# EndSection
X#
X# Section "InputDevice"
X#    Identifier "spaceball2"
X#    Driver     "spaceorb"
X#    Option     "Device"        "/dev/cua0"
X# EndSection
X#
X# Section "InputDevice"
X#    Identifier "touchscreen0"
X#    Driver     "microtouch"
X#    Option     "Device"        "/dev/ttyS0"
X#    Option     "MinX"          "1412"
X#    Option     "MaxX"          "15184"
X#    Option     "MinY"          "15372"
X#    Option     "MaxY"          "1230"
X#    Option     "ScreenNumber"  "0"
X#    Option     "ReportingMode" "Scaled"
X#    Option     "ButtonNumber"  "1"
X#    Option     "SendCoreEvents"
X# EndSection
X#
X# Section "InputDevice"
X#    Identifier "touchscreen1"
X#    Driver     "elo2300"
X#    Option     "Device"        "/dev/ttyS0"
X#    Option     "MinX"          "231"
X#    Option     "MaxX"          "3868"
X#    Option     "MinY"          "3858"
X#    Option     "MaxY"          "272"
X#    Option     "ScreenNumber"  "0"
X#    Option     "ReportingMode" "Scaled"
X#    Option     "ButtonThreshold"       "17"
X#    Option     "ButtonNumber"  "1"
X#    Option     "SendCoreEvents"
X# EndSection
X
X# **********************************************************************
X# Monitor section
X# **********************************************************************
X
X# Any number of monitor sections may be present
X
XSection "Monitor"
X
X    Identifier  "libretto"
X
X# HorizSync is in kHz unless units are specified.
X# HorizSync may be a comma separated list of discrete values, or a
X# comma separated list of ranges of values.
X# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
X# USER MANUAL FOR THE CORRECT NUMBERS.
X
X    HorizSync   31.5 - 82.0
X
X#    HorizSync	30-64         # multisync
X#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
X#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies
X
X# VertRefresh is in Hz unless units are specified.
X# VertRefresh may be a comma separated list of discrete values, or a
X# comma separated list of ranges of values.
X# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
X# USER MANUAL FOR THE CORRECT NUMBERS.
X
X    VertRefresh 40-150
X
XModeline "800x600"     60     800  856  976 1040   600  637  643  666 +hsync +vsync
X
XModeline "1280x600"     60     1280  1336  1456 1530   600  637  643  666 +hsync +vsync
X
XEndSection
X
X
X# **********************************************************************
X# Graphics device section
X# **********************************************************************
X
X# Any number of graphics device sections may be present
X
X# Standard VGA Device:
X
XSection "Device"
X    Identifier	"Standard VGA"
X    VendorName	"Unknown"
X    BoardName	"Unknown"
X
X# The chipset line is optional in most cases.  It can be used to override
X# the driver's chipset detection, and should not normally be specified.
X
X#    Chipset	"generic"
X
X# The Driver line must be present.  When using run-time loadable driver
X# modules, this line instructs the server to load the specified driver
X# module.  Even when not using loadable driver modules, this line
X# indicates which driver should interpret the information in this section.
X
X    Driver     "vga"
X# The BusID line is used to specify which of possibly multiple devices
X# this section is intended for.  When this line isn't present, a device
X# section can only match up with the primary video device.  For PCI
X# devices a line like the following could be used.  This line should not
X# normally be included unless there is more than one video device
X# intalled.
X
X#    BusID      "PCI:0:10:0"
X
X#    VideoRam	256
X
X#    Clocks	25.2 28.3
X
XEndSection
X
X# Device configured by xf86config:
X
XSection "Device"
X    Identifier  "foo"
X    Driver      "savage"
X    Option	"ShadowFB" "on"
X    Option	"ForceInit" "on"
X#   Option	"NoAccel" "on"
X    Option	"UseBIOS" "off"
X	# unsupported card
X    #VideoRam    4096
X    # Insert Clocks lines here if appropriate
XEndSection
X
X
X# **********************************************************************
X# Screen sections
X# **********************************************************************
X
X# Any number of screen sections may be present.  Each describes
X# the configuration of a single screen.  A single specific screen section
X# may be specified from the X server command line with the "-screen"
X# option.
XSection "Screen"
X    Identifier  "Screen 1"
X    Device      "foo"
X    Monitor     "libretto"
X    DefaultDepth 24
X
X    Subsection "Display"
X        Depth       8
X        Modes       "1280x600" "800x600" "640x480"
X        ViewPort    0 0
X    EndSubsection
X    Subsection "Display"
X        Depth       16
X        Modes       "1280x600" "800x600" "640x480"
X        ViewPort    0 0
X    EndSubsection
X    Subsection "Display"
X        Depth       24
X        Modes       "1280x600" "800x600" "640x480"
X#        Modes       "800x600" "640x480"
X        ViewPort    0 0
X    EndSubsection
XEndSection
X
X# **********************************************************************
X# ServerLayout sections.
X# **********************************************************************
X
X# Any number of ServerLayout sections may be present.  Each describes
X# the way multiple screens are organised.  A specific ServerLayout
X# section may be specified from the X server command line with the
X# "-layout" option.  In the absence of this, the first section is used.
X# When now ServerLayout section is present, the first Screen section
X# is used alone.
X
XSection "ServerLayout"
X
X# The Identifier line must be present
X    Identifier  "Simple Layout"
X
X# Each Screen line specifies a Screen section name, and optionally
X# the relative position of other screens.  The four names after
X# primary screen name are the screens to the top, bottom, left and right
X# of the primary screen.  In this example, screen 2 is located to the
X# right of screen 1.
X
X    Screen "Screen 1"
X
X# Each InputDevice line specifies an InputDevice section name and
X# optionally some options to specify the way the device is to be
X# used.  Those options include "CorePointer", "CoreKeyboard" and
X# "SendCoreEvents".
X
X    InputDevice "Mouse1" "CorePointer"
X    InputDevice "Keyboard1" "CoreKeyboard"
X
XEndSection
X
END-of-/etc/X11/XF86Config
echo x - /usr/src/sys/arch/i386/conf/SHINY
sed 's/^X//' >/usr/src/sys/arch/i386/conf/SHINY << 'END-of-/usr/src/sys/arch/i386/conf/SHINY'
X# $NetBSD: GENERIC,v 1.560 2003/05/15 13:13:23 wiz Exp $
X#
X#	SHINY -- the Libretto L2.
X#
X# This machine description file is used to generate the default NetBSD
X# kernel.  The generic kernel does not include all options, subsystems
X# and device drivers, but should be useful for most applications.
X#
X# The machine description file can be customised for your specific
X# machine to reduce the kernel size and improve its performance.
X#
X# For further information on compiling NetBSD kernels, see the config(8)
X# man page.
X#
X# For further information on hardware support for this architecture, see
X# the intro(4) man page.  For further information about kernel options
X# for this architecture, see the options(4) man page.  For an explanation
X# of each device driver in this file see the section 4 man page for the
X# device.
X
Xinclude 	"arch/i386/conf/std.i386"
X
Xoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
X
X#ident 		"GENERIC-$Revision: 1.560 $"
X
Xmaxusers	32		# estimated number of users
X
X# CPU support.  At least one is REQUIRED.
Xoptions 	I386_CPU
Xoptions 	I486_CPU
Xoptions 	I586_CPU
Xoptions 	I686_CPU
X
X# CPU-related options.
Xoptions 	MATH_EMULATE	# floating point emulation
Xoptions 	VM86		# virtual 8086 emulation
Xoptions 	USER_LDT	# user-settable LDT; used by WINE
X# insert delay no-ops in interrupts; recommended on very old machines
X#options 	PIC_DELAY
X
Xoptions 	MTRR		# memory-type range register syscall support
X# doesn't work with MP just yet..
X#options 	PERFCTRS	# performance-monitoring counters support
X
X# delay between "rebooting ..." message and hardware reset, in milliseconds
X#options 	CPURESET_DELAY=2000
X
X# This option allows you to force a serial console at the specified
X# I/O address.   see console(4) for details.
X#options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
X#	you don't want the option below ON iff you are using the
X#	serial console option of the new boot strap code.
X#options 	CONS_OVERRIDE	# Always use above! independent of boot info
X
X# The following options override the memory sizes passed in from the boot
X# block.  Use them *only* if the boot block is unable to determine the correct
X# values.  Note that the BIOS may *correctly* report less than 640k of base
X# memory if the extended BIOS data area is located at the top of base memory
X# (as is the case on most recent systems).
X#options 	REALBASEMEM=639		# size of base memory (in KB)
X#options 	REALEXTMEM=15360	# size of extended memory (in KB)
X
X# Standard system options
X
Xoptions 	INSECURE	# disable kernel security levels - X needs this
X
Xoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
Xoptions 	NTP		# NTP phase/frequency locked loop
X
Xoptions 	KTRACE		# system call tracing via ktrace(1)
Xoptions		SYSTRACE	# system call vetting via systrace(1)
X
Xoptions 	SYSVMSG		# System V-like message queues
Xoptions 	SYSVSEM		# System V-like semaphores
X#options 	SEMMNI=10	# number of semaphore identifiers
X#options 	SEMMNS=60	# number of semaphores in system
X#options 	SEMUME=10	# max number of undo entries per process
X#options 	SEMMNU=30	# number of undo structures in system
Xoptions 	SYSVSHM		# System V-like memory sharing
X#options 	SHMMAXPGS=2048	# 2048 pages is the default
Xoptions		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
X
Xoptions 	LKM		# loadable kernel modules
X
Xoptions 	USERCONF	# userconf(4) support
X#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
X
X# Beep when it is safe to power down the system (requires sysbeep)
X#options 	BEEP_ONHALT
X# Some tunable details of the above feature (default values used below)
X#options 	BEEP_ONHALT_COUNT=3	# Times to beep
X#options 	BEEP_ONHALT_PITCH=1500	# Default frequency (in Hz)
X#options 	BEEP_ONHALT_PERIOD=250	# Default duration (in msecs)
X
X# Enable experimental buffer queue strategy for better responsiveness under 
X# high disk I/O load. Use it with caution - it's not proven to be stable yet.
X#options 	NEW_BUFQ_STRATEGY
X
X# Diagnostic/debugging support options
Xoptions 	DIAGNOSTIC	# expensive kernel consistency checks
Xoptions 	DEBUG		# expensive debugging checks/support
Xoptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
Xoptions 	DDB		# in-kernel debugger
X#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
Xoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
X#options 	KGDB		# remote debugger
X#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
X#makeoptions	DEBUG="-g"	# compile full symbol table
X
X# Compatibility options
Xoptions 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
Xoptions 	COMPAT_09	# NetBSD 0.9
Xoptions 	COMPAT_10	# NetBSD 1.0
Xoptions 	COMPAT_11	# NetBSD 1.1
Xoptions 	COMPAT_12	# NetBSD 1.2, 386BSD, and BSDI
Xoptions 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
Xoptions 	COMPAT_14	# NetBSD 1.4
Xoptions 	COMPAT_15	# NetBSD 1.5
Xoptions 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
Xoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
X#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
X
Xoptions		COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
X#options 	COMPAT_SVR4	# binary compatibility with SVR4
X#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
X#options 	COMPAT_LINUX	# binary compatibility with Linux
X#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
X#options 	COMPAT_MACH	# binary compatibility with Mach binaries
X#options 	COMPAT_DARWIN	# binary compatibility with Darwin binaries
X#options 	EXEC_MACHO	# exec MACH-O binaries
X#options 	COMPAT_PECOFF	# kernel support to run Win32 apps
X
X# File systems
Xfile-system 	FFS		# UFS
X#file-system 	EXT2FS		# second extended file system (linux)
X#file-system 	LFS		# log-structured file system
X#file-system 	MFS		# memory file system
Xfile-system 	NFS		# Network File System client
X#file-system 	NTFS		# Windows/NT file system (experimental)
X#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
X#file-system 	MSDOSFS		# MS-DOS file system
X#file-system 	FDESC		# /dev/fd
X#file-system 	KERNFS		# /kern
X#file-system 	NULLFS		# loopback file system
X#file-system 	OVERLAY		# overlay file system
X#file-system 	PORTAL		# portal filesystem (still experimental)
X#lkm for debugging.
X#file-system 	PROCFS		# /proc
X#file-system 	UMAPFS		# NULLFS + uid and gid remapping
X#file-system 	UNION		# union file system
X#file-system	CODA		# Coda File System; also needs vcoda (below)
Xfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
X
X# File system options
Xoptions 	QUOTA		# UFS quotas
X#options 	FFS_EI		# FFS Endian Independent support
Xoptions 	SOFTDEP		# FFS soft updates support.
Xoptions 	NFSSERVER	# Network File System server
X#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
X				# immutable) behave as system flags.
X
X# Networking options
X#options 	GATEWAY		# packet forwarding
Xoptions 	INET		# IP + ICMP + TCP + UDP
Xoptions 	INET6		# IPV6
Xoptions 	IPSEC		# IP security
Xoptions 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
X#options 	IPSEC_DEBUG	# debug for IP security
X#options 	MROUTING	# IP multicast routing
X#options 	NS		# XNS
X#options 	NSIP		# XNS tunneling over IP
X#options 	ISO,TPIP	# OSI
X#options 	EON		# OSI tunneling over IP
X#options 	CCITT,LLC,HDLC	# X.25
Xoptions 	NETATALK	# AppleTalk networking protocols
Xoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
Xoptions 	PPP_DEFLATE	# Deflate compression support for PPP
Xoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
Xoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
Xoptions 	IPFILTER_LOG	# ipmon(8) log support
X#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
X#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
X
X# These options enable verbose messages for several subsystems.
X# Warning, these may compile large string tables into the kernel!
Xoptions 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
X#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
Xoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
Xoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
X#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
X#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
X#options		PCMCIACISDEBUG	# enable CIS debugging.
X#options 	SCSIVERBOSE	# human readable SCSI error messages
Xoptions 	USBVERBOSE	# verbose USB device autoconfig messages
X#options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
X#options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
X#options 	I2OVERBOSE	# verbose I2O driver messages
X#options 	MCAVERBOSE	# verbose MCA device autoconfig messages
X
Xoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
X
X#
X# wscons options
X#
X# builtin terminal emulations
X#options 	WSEMUL_SUN		# sun terminal emulation
Xoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
X# different kernel output - see dev/wscons/wsdisplayvar.h
Xoptions 	WS_KERNEL_FG=WSCOL_GREEN
X#options 	WS_KERNEL_BG=WSCOL_BLACK
X# compatibility to other console drivers
Xoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
Xoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
Xoptions 	WSDISPLAY_COMPAT_USL		# VT handling
Xoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
X# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
X#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
X# allocate a number of virtual screens at autoconfiguration time
X#options 	WSDISPLAY_DEFAULTSCREENS=4
X# use a large software cursor that doesn't blink
Xoptions 	PCDISPLAY_SOFTCURSOR
X# modify the screen type of the console; defaults to "80x25"
X#options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
X# work around a hardware bug that loaded fonts don't work; found on ATI cards
X#options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
X# the following enables some functions to get mouse console support.
X# if you want a really secure system, it may be better not to enable them,
X# see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
Xoptions 	WSDISPLAY_CHARFUNCS		# mouse console support
X# enable VGA raster mode capable of displaying multilingual text on console
X#options 	VGA_RASTERCONSOLE
X
X# Kernel root file system and dump configuration.
Xconfig		netbsd	root on ? type ?
X#config		netbsd	root on sd0a type ffs
X#config		netbsd	root on ? type nfs
X
X#
X# Device configuration
X#
X
Xmainbus0 at root
X
Xcpu* at mainbus?
Xioapic* at mainbus?
X
X# Doesn't do anything yet.
X#p64h2apic* at pci? dev? function?	# P64H2 IOxAPIC
X
X#apm0	at mainbus0			# Advanced power management
X
X# Tuning for power management, see apm(4) for more details.
X#options 	APM_NO_IDLE		# Don't call BIOS CPU idle function
X#options 	APM_V10_ONLY		# Use only the APM 1.0 calls
X#options 	APM_NO_POWEROFF		# Don't power off on halt(8)
X#options 	APM_POWER_PRINT		# Print stats on the console
X#options 	APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
X
X
X# Basic Bus Support
X
X# Advanced Control and Power Interface
X
X# This option can be used to retrieve CPU and APIC information.
X# that I/O APICs can be used if ACPI is enabled below.
X# To use the I/O APIC(s), enable the ioapic line above.
X#options 	MPBIOS		# configure CPUs and APICs using MPBIOS
Xoptions 	MPACPI		# configure CPUs and APICs using ACPI
X				# (acpi at mainbus must also be enabled)
X
Xacpi0 		at mainbus0
Xoptions 	ACPI_PCI_FIXUP		# PCI interrupt routing via ACPI
X#options 	ACPI_ACTIVATE_DEV=0	# If set, activate inactive devices
Xoptions	ACPI_DEBUG_OUTPUT
X
X# ACPI devices
Xacpiacad* 	at acpi?		# ACPI AC Adapter
Xacpibat* 	at acpi?		# ACPI Battery
Xacpibut* 	at acpi?		# ACPI Button
Xacpiec* 	at acpi?		# ACPI Embedded Controller
Xacpilid* 	at acpi?		# ACPI Lid Switch
Xacpitz* 	at acpi?		# ACPI Thermal Zone
X
X# Mainboard devices
Xcom* 		at acpi?		# Serial communications interface
X#fdc* 		at acpi?		# Floppy disk controller
Xlpt* 		at acpi?		# Parallel port
Xnpx*		at acpi?		# Math coprocessor
Xpckbc*  	at acpi?		# PC keyboard controller
X#wss* 		at acpi?		# NeoMagic 256AV in wss mode
X
X# Sony Vaio jog dial
X#spic* 		at acpi?		# Sony Programmable I/O Controller
X
X# Toshiba Libretto devices
Xvald* at acpi?
X
X#wsmouse* 	at spic?
X
X# Toshiba Libretto devices
X#vald* at acpi?
X
X# Plug-and-Play BIOS and attached devices
X
X#pnpbios*	at mainbus?
X
X# mainboard audio chips
X#ess*		at pnpbios? index ?	# ESS AudioDrive
X#sb*		at pnpbios? index ?	# NeoMagic 256AV in sb mode
X#wss*		at pnpbios? index ?	# NeoMagic 256AV in wss mode
X#ym*		at pnpbios? index ?	# OPL3-SA3
X
X# com port
X# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
X# Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
X# will be no com0.  A side effect is pcmcia (and other) com? previously
X# starting at com3 may attach as com1 or com2.
X#com*		at pnpbios? index ?	# serial ports
X
X# parallel port
X# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
X# "printer interfaces".
X#lpt*		at pnpbios? index ?	# parallel ports
X
X#pckbc*		at pnpbios? index ?	# PC keyboard/mouse controller
X#fdc*		at pnpbios? index ?	# floppy controller
X
X# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
X#pciide*	at pnpbios? index ?
X
X# PCI bus support
Xpci*	at mainbus? bus ?
X#pci*	at pchb? bus ?
X#pci*	at ppb? bus ?
X
X# Configure PCI using BIOS information
Xoptions 	PCIBIOS			# PCI BIOS support
Xoptions 	PCIBIOSVERBOSE		# PCI BIOS verbose info
Xoptions 	PCIBIOS_ADDR_FIXUP	# fixup PCI I/O addresses
Xoptions 	PCIBIOS_BUS_FIXUP	# fixup PCI bus numbering
Xoptions 	PCIBIOS_INTR_FIXUP	# fixup PCI interrupt routing
X#options 	PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
X#options 	PCIBIOS_INTR_GUESS	# see pcibios(4)
X#options 	PCIINTR_DEBUG		# super-verbose PCI interrupt fixup
X
X# System Controllers
X#elansc* at pci? dev ? function ?	# AMD Elan SC520 System Controller
X
X# PCI bridges
Xpchb*	at pci? dev ? function ?	# PCI-Host bridges
X#pceb*	at pci? dev ? function ?	# PCI-EISA bridges
Xpcib*	at pci? dev ? function ?	# PCI-ISA bridges
X#pcmb*	at pci? dev ? function ?	# PCI-MCA bridges
X#ppb*	at pci? dev ? function ?	# PCI-PCI bridges
X# XXX 'puc's aren't really bridges, but there's no better place for them here
Xpuc*	at pci? dev ? function ?	# PCI "universal" comm. cards
X
X#agp* 	at pchb?
X
X# EISA bus support
X#eisa0	at mainbus?
X#eisa0	at pceb?
X
X# ISA bus support
X#isa0	at mainbus?
X#isa0	at pceb?
Xisa0	at pcib?
X
X# PCMCIA bus support
X#pcmcia*	at pcic? controller ? socket ?
X#pcmcia*	at tcic? controller ? socket ?
X
X# MCA bus support
X#mca0	at mainbus?
X
X# ISA PCMCIA controllers
X#pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
X#pcic1	at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
X#pcic2	at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
X#tcic0	at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
X
X# PCI PCMCIA controllers
X#pcic0	at pci? dev? function ?
X
X# ISA Plug-and-Play bus support
X#isapnp0	at isa?
X
X# ISA Plug-and-Play PCMCIA controllers
X#pcic*	at isapnp?
X
X# CardBus bridge support
Xcbb*		at pci? dev ? function ?
Xcardslot*	at cbb?
X
X# CardBus bus support
Xcardbus*	at cardslot?
Xpcmcia* 	at cardslot?
X
X# Coprocessor Support
X
X# Math Coprocessor support
Xnpx0	at isa? port 0xf0 irq 13	# x86 math coprocessor
X
X
X# Console Devices
X
X# ISA console
X#pc0	at isa? port 0x60 irq 1		# pccons generic PC console driver
X# Keyboard layout configuration for pccons
X#options 	FRENCH_KBD
X#options 	FINNISH_KBD
X#options 	GERMAN_KBD
X#options 	NORWEGIAN_KBD
X# pccons-specific options:
X#options 	XSERVER_DDB	# PF12 gets you into DDB when X is running
Xoptions 	XSERVER		# X server support
X
X
X# wscons
Xpckbc0		at isa?			# pc keyboard controller
Xpckbd*		at pckbc?		# PC keyboard
Xpms*		at pckbc?		# PS/2 mouse for wsmouse
X#options 	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
Xvga*		at pci? dev ? function ?
X#pcdisplay0	at isa?			# CGA, MDA, EGA, HGA
X#machfb* 	at pci? dev ? function ? # ATI Mach64 framebuffer driver
Xwsdisplay*	at vga? console ?
X#wsdisplay*	at pcdisplay? console ?
X#wsdisplay* 	at machfb? console ?
Xwskbd*		at pckbd? console ?
Xwsmouse*	at pms? mux 0
X
Xpcppi0		at isa?
Xsysbeep0	at pcppi?
X
X# Serial Devices
X
X# PCI serial interfaces
X#com*	at puc? port ?			# 16x50s on "universal" comm boards
X#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
X#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
X
X# ISA Plug-and-Play serial interfaces
X#com*	at isapnp?			# Modems and serial boards
X
X# PCMCIA serial interfaces
Xcom*	at pcmcia? function ?		# Modems and serial cards
X
X#pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
X#com*	at pcmcom? slave ?		# ...and the slave devices
X
X# CardBus serial interfaces
Xcom*	at cardbus? dev ? function ?	# Modems and serial cards
X
X# ISA serial interfaces
X#options 	COM_HAYESP		# adds Hayes ESP serial board support
X#com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
X#com1	at isa? port 0x2f8 irq 3
X#com2	at isa? port 0x3e8 irq 5
X#com3	at isa? port 0x2e8 irq 9
X#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
X#com*	at ast? slave ?
X#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
X#boca0	at isa? port 0x100 irq 5	# BOCA 16-port serial cards (BB2016)
X#boca1	at isa? port 0x140 irq 5	# this line is also needed for BB2016
X#com*	at boca? slave ?
X#tcom0	at isa? port 0x100 irq 7	# TC-800 8-port serial cards
X#com*	at tcom? slave ?
X#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
X#com*	at rtfps? slave ?
X#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
X#addcom0 at isa? port 0x108 irq 5	# Addonics FlexPort 8S
X#com*	at addcom? slave ?
X#moxa0	at isa?	port 0x100 irq 5	# MOXA C168H serial card (experimental)
X#com*	at moxa? slave ?
X
X# MCA serial interfaces
X#com*	at mca? slot ?			# 16x50s on comm boards
X
X# Parallel Printer Interfaces
X
X# PCI parallel printer interfaces
X#lpt*	at puc? port ?			# || ports on "universal" comm boards
X
X# ISA parallel printer interfaces
X#lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
X#lpt1	at isa? port 0x278
X#lpt2	at isa? port 0x3bc
X
X# Hardware monitors
X
X# LM7[89] and compatible hardware monitors
X#lm0	at isa?	port 0x290		# other common ports: 0x280, 0x310
X
X# VIA VT82C686A hardware monitor
X#viapm*	at pci? dev ? function ?
X#viaenv* at viapm?
X
X
X# I2O devices
X#iop*	at pci? dev ? function ?	# I/O processor
X#iopsp*	at iop? tid ?			# SCSI/FC-AL ports
X#ld*	at iop? tid ?			# block devices
X#dpti*	at iop? tid 0			# DPT/Adaptec control interface
X
X
X# SCSI Controllers and Devices
X
X# PCI SCSI controllers
X#adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
X#adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
X#ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
X#ahd*	at pci? dev ? function ?	# Adaptec 29320, 39320 (aic790x) SCSI
X#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
X#dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
X#iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
X#isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
X#mly*	at pci? dev ? function ?	# Mylex AcceleRAID and eXtremeRAID
X#mpt*	at pci? dev ? function ?	# LSI Fusion SCSI/FC
X#pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
X#siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
X#options 	SIOP_SYMLED		# drive the act. LED in software
X#trm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
X
X# EISA SCSI controllers
X#ahb*	at eisa? slot ?			# Adaptec 174[02] SCSI
X#ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI
X#bha*	at eisa? slot ?			# BusLogic 7xx SCSI
X#dpt*	at eisa? slot ?			# DPT EATA SCSI
X#uha*	at eisa? slot ?			# UltraStor 24f SCSI
X
X# PCMCIA SCSI controllers
X#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
X#esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
X
X# ISA Plug-and-Play SCSI controllers
X#aha*	at isapnp? 			# Adaptec AHA-154[02
X#aic*	at isapnp?			# Adaptec AHA-1520B
X
X# ISA SCSI controllers
X#adv0	at isa? port ? irq ? drq ?	# AdvanSys APB-514[02] SCSI
X#aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
X#aha1	at isa? port 0x334 irq ? drq ?
X#ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI
X#aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI
X#bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [457]4X SCSI
X#bha1	at isa? port 0x334 irq ? drq ?
X# The "nca" and "dpt" probes might give false hits or hang your machine.
X#dpt0	at isa? port 0x170 irq ? drq ?	# DPT SmartCache/SmartRAID
X#nca0	at isa? port 0x360 irq 15	# Port-mapped NCR 53C80 controller
X#nca1	at isa? iomem 0xd8000 irq 5	# Memory-mapped controller (T128, etc.)
X#sea0	at isa? iomem 0xc8000 irq 5	# Seagate/Future Domain SCSI
X#uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI
X#uha1	at isa? port 0x340 irq ? drq ?
X#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
X#wds1	at isa? port 0x358 irq 11 drq 5
X
X# CardBus SCSI cards
X#adv*	at cardbus? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
X#ahc*	at cardbus? dev ? function ?	# Adaptec ADP-1480
X
X# MCA SCSI cards
X#aha*	at mca? slot ?			# Adaptec AHA-1640
X
X# SCSI bus support
X#scsibus* at scsi?
X
X# SCSI devices
X#sd*	at scsibus? target ? lun ?	# SCSI disk drives
X#st*	at scsibus? target ? lun ?	# SCSI tape drives
X#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
X#ch*	at scsibus? target ? lun ?	# SCSI autochangers
X#ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
X#ss*	at scsibus? target ? lun ?	# SCSI scanners
X#uk*	at scsibus? target ? lun ?	# SCSI unknown
X
X
X# RAID controllers and devices
X#aac*	at pci? dev ? function ?	# Adaptec AAC family
X#amr*	at pci? dev ? function ?	# AMI/LSI Logic MegaRAID
X#cac*	at eisa? slot ?			# Compaq EISA array controllers
X#cac*	at pci? dev ? function ?	# Compaq PCI array controllers
X#icp*	at pci? dev ? function ?	# ICP-Vortex GDT & Intel RAID
X#mlx*	at pci? dev ? function ?	# Mylex DAC960 & DEC SWXCR family
X#mlx*	at eisa? slot ?			# Mylex DAC960 & DEC SWXCR family
X#twe*	at pci? dev ? function ?	# 3ware Escalade RAID controllers
X
X#ld*	at aac? unit ?			# logical disk devices
X#ld*	at amr? unit ?
X#ld*	at cac? unit ?
X#ld*	at icp? unit ?
X#ld*	at twe? unit ?
X#ld*	at mlx? unit ?
X
X#icpsp*	at icp? unit ?			# SCSI pass-through
X
X# IDE and related devices
X# PCI IDE controllers - see pciide(4) for supported hardware.
X# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
X# how to set up DMA modes for this chip. This may work, or may cause
X# a machine hang with some controllers.
Xpciide* at pci? dev ? function ? flags 0x0000
X
X# ISA Plug-and-Play IDE controllers
X#wdc*	at isapnp?
X
X# PCMCIA IDE controllers
Xwdc*	at pcmcia? function ?
X
X# ISA ST506, ESDI, and IDE controllers
X# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
X# fall back to 16bits I/O if 32bits I/O are not functional).
X# Some controllers pass the initial 32bit test, but will fail later.
X#wdc0	at isa? port 0x1f0 irq 14 flags 0x00
X#wdc1	at isa? port 0x170 irq 15 flags 0x00
X
X# IDE drives
X# Flags are used only with controllers that support DMA operations
X# and mode settings (e.g. some pciide controllers)
X# The lowest order four bits (rightmost digit) of the flags define the PIO
X# mode to use, the next set of four bits the DMA mode and the third set the
X# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
X# to use, and the last bit must be 1 for this setting to be used.
X# For DMA and UDMA, 0xf (1111) means 'disable'.
X# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
X# (0xc=1100, 0xa=1010, 0xf=1111)
X# 0x0000 means "use whatever the drive claims to support".
X#wd*	at wdc? channel ? drive ? flags 0x0000
Xwd*	at pciide? channel ? drive ? flags 0x0000
X
X
X# ATA RAID configuration support, as found on some Promise controllers.
X#pseudo-device	ataraid
X#ld*	at ataraid? vendtype ? unit ?
X
X# ATAPI bus support
Xatapibus* at atapi?
X
X# ATAPI devices
X# flags have the same meaning as for IDE drives.
Xcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
Xsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
Xst*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
Xuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
X
X
X# Miscellaneous mass storage devices
X
X# ISA floppy
X#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
X#fdc1	at isa? port 0x370 irq ? drq ?
X#fd*	at fdc? drive ?			# the drives themselves
X# some machines need you to do this instead of fd*
X#fd0	at fdc0 drive 0
X
X# ISA CD-ROM devices
X#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
X
X# ISA tape devices
X# note: the wt driver conflicts unpleasantly with SMC boards at the
X# same I/O address. The probe reprograms their EEPROMs. Don't
X# uncomment it unless you are actually using it.
X#wt0	at isa? port 0x308 irq 5 drq 1	# Archive and Wangtek QIC tape drives
X
X# MCA ESDI devices
X#edc*	at mca? slot ?			# IBM ESDI Disk Controllers
X#ed*	at edc?
X
X
X# Network Interfaces
X
X# PCI network interfaces
X#an*	at pci? dev ? function ?	# Aironet PC4500/PC4800 (802.11)
X#bge* 	at pci? dev ? function ?	# Broadcom 570x gigabit Ethernet
X#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
X#ep*	at pci? dev ? function ?	# 3Com 3c59x
X#epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
X#esh*	at pci? dev ? function ?	# Essential HIPPI card
X#ex*	at pci? dev ? function ?	# 3Com 90x[BC]
X#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
Xfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
X#gsip*	at pci? dev ? function ?	# NS83820 Gigabit Ethernet
X#hme*	at pci? dev ? function ?	# Sun Microelectronics STP2002-STQ
X#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
X#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
X#mtd*	at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
X#ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
X#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
X#pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
X#rtk*	at pci? dev ? function ?	# Realtek 8129/8139
X#sf*	at pci? dev ? function ?	# Adaptec AIC-6915 Ethernet
X#sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
X#ste*	at pci? dev ? function ?	# Sundance ST-201 Ethernet
X#stge*	at pci? dev ? function ?	# Sundance/Tamarack TC9021 Gigabit
X#ti*	at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
X#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
X#tlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
X#vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
X#wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
X#wm*	at pci? dev ? function ?	# Intel 82543/82544 gigabit
X
X# EISA network interfaces
X#ep*	at eisa? slot ?			# 3Com 3c579 Ethernet
X#fea*	at eisa? slot ?			# DEC DEFEA FDDI
X#tlp*	at eisa? slot ?			# DEC DE-425 Ethernet
X
X# ISA Plug-and-Play network interfaces
X#an*	at isapnp?			# Aironet 802.11
X#ep*	at isapnp?			# 3Com 3c509 Ethernet
X#fmv*	at isapnp?			# Fujitsu FMV-183
X#le*	at isapnp?			# AMD PCnet-ISA Ethernet
X#ne*	at isapnp?			# NE2000-compatible Ethernet
X#tr*	at isapnp?			# IBM/3COM TROPIC Token-Ring
X
X# PCMCIA network interfaces
X#an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
X#awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
X#cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
Xep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
X#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
X#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
X#ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
X#sm*	at pcmcia? function ?		# Megahertz Ethernet
X# tr at pcmcia has problems with Cardbus bridges
X#tr*	at pcmcia? function ?		# TROPIC based Token-Ring
Xwi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
X#xi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
X
X#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
X#com*	at mhzc?
X#sm*	at mhzc?
X
X# ISA network interfaces
X#ate0	at isa? port 0x2a0 irq ?		# AT1700
X#cs0	at isa? port 0x300 iomem ? irq ? drq ?	# CS8900 Ethernet
X#ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
X#eg0	at isa? port 0x280 irq 9		# 3C505 ethernet cards
X#el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
X#ep*	at isa? port ? irq ?			# 3C509 ethernet cards
X#ef0	at isa? port 0x360 iomem 0xd0000 irq 7	# 3C507
X#ai0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN
X#fmv0	at isa? port 0x2a0 irq ?		# FMV-181/182
X#ix0	at isa? port 0x300 irq 10		# EtherExpress/16
X#iy0	at isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
X#lc0	at isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
X#depca0	at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5	# DEPCA
X#le*	at depca?
X#nele0	at isa? port 0x320 irq 9 drq 7		# NE2100
X#le*	at nele?
X#ntwoc0	at isa? port 0x300 irq 5 iomem 0xc8000 flags 1	# Riscom/N2 sync serial
X#bicc0	at isa? port 0x320 irq 10 drq 7		# BICC IsoLan
X#le*	at bicc?
X#ne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
X#ne1	at isa? port 0x300 irq 10
X#sm0	at isa? port 0x300 irq 10		# SMC91C9x Ethernet
X#tr0	at isa? port 0xa20 iomem 0xd8000 irq ?	# IBM TROPIC based Token-Ring
X#tr1	at isa? port 0xa24 iomem 0xd0000 irq ?	# IBM TROPIC based Token-Ring
X#tr*	at isa? port ? irq ?			# 3COM TROPIC based Token-Ring
X#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
X#we1	at isa? port 0x300 iomem 0xcc000 irq 10
X
X# CardBus network cards
X#ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
X#fxp*	at cardbus? dev ? function ?	# Intel i8255x
X#rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
X#tlp*	at cardbus? dev ? function ?	# DECchip 21143
X
X# MCA network cards
X#elmc*	at mca? slot ?			# 3Com EtherLink/MC (3c523)
X#ep*	at mca? slot ?			# 3Com EtherLink III (3c529)
X#we*	at mca? slot ?			# WD/SMC Ethernet
X#ate*	at mca? slot ?			# Allied Telesis AT1720
X#ne*	at mca? slot ?			# Novell NE/2 and clones
X#tr*	at mca? slot ?			# IBM Token Ring adapter
X#le*	at mca? slot ?			# SKNET Personal/MC2+
X
X# MII/PHY support
Xacphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
X#acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
X#amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
X#bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
X#brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
X#dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
X#exphy*	at mii? phy ?			# 3Com internal PHYs
X#gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
X#glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
X#gphyter* at mii? phy ?			# NS83861 Gig-E PHY
X#icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
Xinphy*	at mii? phy ?			# Intel 82555 PHYs
X#iophy*	at mii? phy ?			# Intel 82553 PHYs
X#lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
X#makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
X#nsphy*	at mii? phy ?			# NS83840 PHYs
X#nsphyter* at mii? phy ?			# NS83843 PHYs
X#pnaphy*	at mii? phy ?			# generic HomePNA PHYs
X#qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
X#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
X#tlphy*	at mii? phy ?			# ThunderLAN PHYs
X#tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
Xukphy*	at mii? phy ?			# generic unknown PHYs
X#urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
X
X
X# USB Controller and Devices
X
X# PCI USB controllers
Xohci*	at pci?	dev ? function ?	# Open Host Controller
X#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
X# The EHCI is not ready for prime time.
X#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
X
X# CardBus USB controllers
X#ehci*	at cardbus? dev ? function ?	# Enhanced Host Controller
X#ohci*	at cardbus? dev ? function ?	# Open Host Controller
X
X# ISA USB controllers
X#slhci0	at isa? port 0x300 irq 5	# ScanLogic SL811HS
X
X# USB bus support
X#usb*	at ehci?
Xusb*	at ohci?
X#usb*	at uhci?
X#usb*	at slhci?
X
X# USB Hubs
Xuhub*	at usb?
Xuhub*	at uhub? port ? configuration ? interface ?
X
X# USB HID device
Xuhidev*	at uhub? port ? configuration ? interface ?
X
X# USB Mice
X#ums*	at uhidev? reportid ?
X#wsmouse* at ums? mux 0
X
X# USB Keyboards
X#ukbd*	at uhidev? reportid ?
X#wskbd*	at ukbd? console ? mux 1
X
X# USB Generic HID devices
X#uhid*	at uhidev? reportid ?
X
X# USB Printer
X#ulpt*	at uhub? port ? configuration ? interface ?
X
X# USB Modem
X#umodem*	at uhub? port ? configuration ?
X#ucom*	at umodem?
X
X# USB Mass Storage
X#umass*	at uhub? port ? configuration ? interface ?
X#wd* at umass?
X
X# USB audio
X#uaudio*	at uhub? port ? configuration ?
X
X# USB MIDI
X#umidi* at uhub? port ? configuration ?
X
X# USB IrDA
X# USB-IrDA bridge spec
X#uirda* at uhub? port ? configuration ? interface ?
X#irframe* at uirda?
X
X# SigmaTel STIr4200 USB/IrDA Bridge
X#ustir* at uhub? port ?
X#irframe* at ustir?
X
X# USB Ethernet adapters
X#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
X#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
X#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
X#uax*	at uhub? port ?		# ASIX AX88172 based adapters
X#url*	at uhub? port ?		# Realtek RTL8150L based adapters
X
X# Prolific PL2301/PL2302 host-to-host adapter
X#upl*	at uhub? port ?
X
X# Serial adapters
X#ubsa*	at uhub? port ?		# Belkin serial adapter
X#ucom*	at ubsa? portno ?
X
X#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
X#ucom*	at uftdi? portno ?
X
X#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
X#ucom*	at umct? portno ?
X
X#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
X#ucom*	at uplcom? portno ?
X
X#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
X#ucom*	at umct? portno ?
X
X# Diamond Multimedia Rio 500
X#urio*	at uhub? port ?
X
X# USB Handspring Visor
X#uvisor*	at uhub? port ?
X#ucom*	at uvisor?
X
X# USB scanners
X#uscanner* at uhub? port ?
X
X# USB scanners that use SCSI emulation, e.g., HP5300
X#usscanner* at uhub? port ?
X
X# Y@P firmware loader
X#uyap* at uhub? port ?
X
X# D-Link DSB-R100 USB radio
X#udsbr*	at uhub? port ?
X#radio*	at udsbr?
X#uyap* at uhub? port ?
X
X# USB Generic driver
X#ugen*	at uhub? port ?
X
X# D-Link DSB-R100 USB radio
X#udsbr*	at uhub? port ?
X#radio*	at udsbr?
X
X# IrDA and Consumer Ir devices
X
X# Toshiba Oboe
Xoboe* 	at pci? dev ? function ?
Xirframe* at oboe?
X
X# PCI IEEE1394 controllers
X#fwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
X
X# CardBus IEEE1394 controllers
X#fwohci* at cardbus? dev ? function ?	# IEEE1394 Open Host Controller
X
X#fw*	at fwbus?			# IP over 1394
X
X# IEEE1394 nodes
X#fwnode* at fwbus? idhi ? idlo ?
X#sbpscsi* at fwnode?
X#scsibus* at sbpscsi?
X
X# Audio Devices
X
X# PCI audio devices
X#auich*	at pci? dev ? function ?	# Intel ICH integrated AC'97 Audio
Xautri*	at pci? dev ? function ?	# Trident 4DWAVE based AC'97 Audio
X#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
X#clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
X#clct*	at pci? dev ? function ?	# Cirrus Logic CS4281
X#cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
X#eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
X#emuxki*	at pci? dev ? function ?	# Creative SBLive! and PCI512
X#esa*	at pci? dev ? function ?	# ESS Allegro-1 / Maestro-3 PCI Audio
X#esm*	at pci? dev ? function ?	# ESS Maestro-1/2/2e PCI Audio Accelerator
X#eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
X#fms*	at pci? dev ? function ?	# Forte Media FM801
X#neo*	at pci? dev ? function ?	# NeoMagic 256 AC'97 Audio
X#sv*	at pci? dev ? function ?	# S3 SonicVibes
X#yds*	at pci? dev ? function ?	# Yamaha DS-1 PCI Audio
X
X# ISA Plug-and-Play audio devices
X#ess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
X#guspnp*	at isapnp?			# Gravis Ultra Sound PnP audio
X#sb*	at isapnp?			# SoundBlaster-compatible audio
X#wss*	at isapnp?			# Windows Sound System
X#ym*	at isapnp?			# Yamaha OPL3-SA3 audio
X
X# ISA audio devices
X# the "aria" probe might give false hits
X#aria0	at isa? port 0x290 irq 10 		# Aria
X#ess0	at isa? port 0x220 irq 5 drq 1 drq2 5	# ESS 18XX
X#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
X#pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
X#pss0	at isa? port 0x220 irq 7 drq 6		# Personal Sound System
X#sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
X#sb0	at isa? port 0x220 irq 5 drq 1 drq2 5	# SoundBlaster
X#wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
X
X# PCMCIA audio devices
X#esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
X
X#cms0	at isa? port 0x220			# Creative Music System
X
X# OPL[23] FM synthesizers
X#opl0	at isa? port 0x388	# use only if not attached to sound card
X#opl*	at cmpci? flags 1
X#opl*	at esl?
X#opl*	at eso?
X#opl*	at ess?
X#opl*	at fms?
X#opl*	at sb?
X#opl*	at sv?
X#opl*	at wss?
X#opl*	at yds?
X#opl*	at ym?
X
X# Audio support
Xaudio*	at audiobus?
X
X# MPU 401 UARTs
X#mpu*	at isa? port 0x330 irq 9	# MPU401 or compatible card
X#mpu*	at cmpci?
X#mpu*	at eso?
X#mpu*	at fms?
X#mpu*	at sb?
X#mpu*	at yds?
X#mpu*	at ym?
X
X# MIDI support
Xmidi*	at midibus?
X
X# The spkr driver provides a simple tone interface to the built in speaker.
X#spkr0	at pcppi?		# PC speaker
X
X
X# FM-Radio devices
X# ISA radio devices
X#az0	at isa? port 0x350      # Aztech/PackardBell FM Radio Card
X#az1	at isa? port 0x358
X#rt0	at isa? port 0x20c      # AIMS Lab Radiotrack & compatible
X#rt1	at isa? port 0x284
X#rt2	at isa? port 0x30c
X#rt3	at isa? port 0x384
X#rtii0	at isa? port 0x20c      # AIMS Lab Radiotrack II FM Radio Card
X#rtii1	at isa? port 0x30c
X#sf2r0	at isa? port 0x384      # SoundForte RadioLink SF16-FMR2 FM Radio Card
X
X# PCI radio devices
X#gtp*	at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
X
X# Radio support
X#radio*	at az?
X#radio*	at gtp?
X#radio*	at rt?
X#radio*	at rtii?
X#radio*	at sf2r?
X
X
X# TV cards
X
X# Brooktree 848/849/878/879 based TV cards
X#bktr* at pci? dev ? function ?
X#radio* at bktr?
X
X
X# Mice
X
X# ISA busmice
X#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
X#lms1	at isa? port 0x238 irq 5
X#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
X#mms1	at isa? port 0x238 irq 5
X#wsmouse*	at lms? mux 0
X#wsmouse*	at mms? mux 0
X
X
X# Joysticks
X
X#joy*		at pnpbios? index ?	# Game port
X
X# ISA Plug-and-Play joysticks
X#joy*	at isapnp?			# Game ports (usually on audio cards)
X
X# PCI joysticks
X#joy*	at pci?				# Game ports (usually on audio cards)
X#joy*	at eso?				# ESS Solo-1 on-board joystick
X
X# ISA joysticks. Probe is a little strange; add only if you have one.
X#joy0	at isa? port 0x201
X
X
X# Miscellaneous Devices
X
X# Planetconnect Satellite receiver driver.
X#satlink0 at isa? port 0x300 drq 1
X
X# Middle Digital, Inc. PCI-Weasel serial console board control
X# devices (watchdog timer, etc.)
X#weasel* at pci?
X
X# Pull in optional local configuration
Xinclude	"arch/i386/conf/GENERIC.local"
X
X
X# Pseudo-Devices
X
X# disk/mass storage pseudo-devices
X#pseudo-device	ccd		4	# concatenated/striped disk devices
X#pseudo-device	cgd		4	# cryptographic disk devices
X#pseudo-device	raid		8	# RAIDframe disk driver
X#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
X#Options to enable various other RAIDframe RAID types.
X#options 	RF_INCLUDE_EVENODD=1
X#options 	RF_INCLUDE_RAID5_RS=1
X#options 	RF_INCLUDE_PARITYLOGGING=1
X#options 	RF_INCLUDE_CHAINDECLUSTER=1
X#options 	RF_INCLUDE_INTERDECLUSTER=1
X#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
X#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
X
Xpseudo-device	md		1	# memory disk device (ramdisk)
Xpseudo-device	vnd		4	# disk-like interface to files
X
X# network pseudo-devices
Xpseudo-device	bpfilter	8	# Berkeley packet filter
X#pseudo-device	ipfilter		# IP filter (firewall) and NAT
Xpseudo-device	loop			# network loopback
Xpseudo-device	ppp		2	# Point-to-Point Protocol
Xpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
Xpseudo-device	sl		2	# Serial Line IP
X#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
X#pseudo-device	irframetty		# IrDA frame line discipline
Xpseudo-device	tun		2	# network tunneling over tty
Xpseudo-device	gre		2	# generic L3 over IP tunnel
Xpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
X#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
X#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
Xpseudo-device	vlan			# IEEE 802.1q encapsulation
Xpseudo-device	bridge			# simple inter-network bridging
Xoptions	BRIDGE_IPF			# bridge uses IP/IPv6 pfil hooks too
X
X# miscellaneous pseudo-devices
Xpseudo-device	pty			# pseudo-terminals
X#pseudo-device	tb		1	# tablet line discipline
Xpseudo-device	sequencer	1	# MIDI sequencer
X# rnd works; RND_COM does not on port i386 yet.
Xpseudo-device	rnd			# /dev/random and in-kernel generator
X#options 	RND_COM			# use "com" randomness as well (BROKEN)
Xpseudo-device	clockctl		# user control of clock subsystem
X
X# a pseudo device needed for Coda	# also needs CODA (above)
X#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
X
X# a pseudo device needed for SMBFS
Xpseudo-device	nsmb			# experimental - SMB requester
X
X# wscons pseudo-devices
Xpseudo-device	wsmux			# mouse & keyboard multiplexor
Xpseudo-device	wsfont
Xpseudo-device	ksyms			# /dev/ksyms
END-of-/usr/src/sys/arch/i386/conf/SHINY
exit