2003-02-25 20:59:23 +00:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
# This file contains machine dependent kernel configuration notes. For
|
|
|
|
|
# machine independent notes, look in /sys/conf/NOTES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# CPU OPTIONS
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# You must specify at least one CPU (the one you intend to run on);
|
|
|
|
|
# deleting the specification for CPUs you don't need to use may make
|
|
|
|
|
# parts of the system run faster.
|
2003-07-01 15:13:07 +00:00
|
|
|
|
# XXX: On the Sparc64, there is only one CPU type
|
2003-02-25 20:59:23 +00:00
|
|
|
|
cpu SUN4U
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# HARDWARE BUS CONFIGURATION
|
|
|
|
|
|
|
|
|
|
device ebus
|
|
|
|
|
device isa
|
|
|
|
|
device pci
|
|
|
|
|
device sbus
|
|
|
|
|
device central
|
|
|
|
|
device fhc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# HARDWARE DEVICE CONFIGURATION
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Mandatory devices:
|
|
|
|
|
#
|
|
|
|
|
|
2004-08-16 23:21:06 +00:00
|
|
|
|
device eeprom # eeprom (really a front-end for the MK48Txx)
|
2004-11-17 12:57:24 +00:00
|
|
|
|
device mk48txx # Mostek MK48Txx clocks
|
2004-11-17 16:41:42 +00:00
|
|
|
|
device rtc # rtc (really a front-end for the MC146818)
|
|
|
|
|
device mc146818 # Motorola MC146818 and compatible clocks
|
2010-04-10 11:52:12 +00:00
|
|
|
|
device sbbc # Sun BootBus controller
|
2003-02-25 20:59:23 +00:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Optional devices:
|
|
|
|
|
#
|
|
|
|
|
|
2004-10-09 07:31:03 +00:00
|
|
|
|
device auxio # auxiliary I/O device
|
2010-01-18 20:25:29 +00:00
|
|
|
|
device epic # Sun Fire V215/V245 LEDs
|
2005-05-21 20:50:45 +00:00
|
|
|
|
device creator # Creator, Creator3D and Elite3D framebuffers
|
|
|
|
|
device machfb # ATI Mach64 framebuffers
|
2004-08-16 23:21:06 +00:00
|
|
|
|
|
|
|
|
|
device ofw_console # Open Firmware console device
|
|
|
|
|
option OFWCONS_POLL_HZ=4 # 20 or more works best on Ultra2
|
|
|
|
|
|
2006-10-20 09:52:27 +00:00
|
|
|
|
# PS/2 mouse
|
|
|
|
|
device psm
|
|
|
|
|
|
|
|
|
|
# Options for psm:
|
|
|
|
|
options PSM_HOOKRESUME #hook the system resume event, useful
|
|
|
|
|
#for some laptops
|
|
|
|
|
options PSM_RESETAFTERSUSPEND #reset the device at the resume event
|
|
|
|
|
|
|
|
|
|
# The keyboard controller; it controls the keyboard and the PS/2 mouse.
|
|
|
|
|
device atkbdc
|
|
|
|
|
|
|
|
|
|
# The AT keyboard
|
|
|
|
|
device atkbd
|
|
|
|
|
|
2006-10-23 10:05:36 +00:00
|
|
|
|
# Options for atkbd:
|
|
|
|
|
options ATKBD_DFLT_KEYMAP # specify the built-in keymap
|
2015-03-25 15:51:41 +00:00
|
|
|
|
makeoptions ATKBD_DFLT_KEYMAP=fr.dvorak
|
2006-10-23 10:05:36 +00:00
|
|
|
|
|
2006-10-20 09:52:27 +00:00
|
|
|
|
# `flags' for atkbd:
|
|
|
|
|
# 0x01 Force detection of keyboard, else we always assume a keyboard
|
|
|
|
|
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
|
|
|
|
|
# 0x03 Force detection and avoid reset, might help with certain
|
|
|
|
|
# dockingstations
|
|
|
|
|
# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
|
|
|
|
|
|
2006-11-02 00:01:15 +00:00
|
|
|
|
# Sun type 4/5/6 RS-232@TTL keyboard
|
|
|
|
|
#device sunkbd
|
|
|
|
|
|
|
|
|
|
# Options for sunkbd:
|
|
|
|
|
options SUNKBD_EMULATE_ATKBD # allows to use the AT keyboard maps
|
|
|
|
|
# in share/syscons/keymaps, required
|
|
|
|
|
# for SUNKBD_DFLT_KEYMAP and kbdmux
|
|
|
|
|
options SUNKBD_DFLT_KEYMAP # specify the built-in keymap
|
2015-03-25 15:51:41 +00:00
|
|
|
|
makeoptions SUNKBD_DFLT_KEYMAP=fr.dvorak
|
2006-11-02 00:01:15 +00:00
|
|
|
|
|
2003-02-25 20:59:23 +00:00
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# Devices we don't want to deal with
|
|
|
|
|
|
|
|
|
|
nodevice daemon_saver
|
2005-01-14 13:16:13 +00:00
|
|
|
|
nodevice snake_saver
|
2003-02-25 20:59:23 +00:00
|
|
|
|
nodevice star_saver
|
|
|
|
|
nodevice bktr
|
|
|
|
|
nodevice fdc
|
|
|
|
|
nodevice ppc
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_ad1816
|
|
|
|
|
nodevice snd_als4000
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_cmi
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_cs4281
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_csa
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_ds1
|
|
|
|
|
nodevice snd_emu10k1
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_ess
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_fm801
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_gusc
|
|
|
|
|
nodevice snd_ich
|
|
|
|
|
nodevice snd_maestro
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_maestro3
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_mss
|
|
|
|
|
nodevice snd_neomagic
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_sb16
|
|
|
|
|
nodevice snd_sb8
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_sbc
|
|
|
|
|
nodevice snd_solo
|
2004-11-17 12:07:14 +00:00
|
|
|
|
nodevice snd_t4dwave
|
|
|
|
|
nodevice snd_via8233
|
|
|
|
|
nodevice snd_via82c686
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nodevice snd_vibes
|
|
|
|
|
nodevice snd_uaudio
|
2003-02-25 20:59:23 +00:00
|
|
|
|
nodevice aha
|
|
|
|
|
nodevice bt
|
|
|
|
|
nodevice wds
|
|
|
|
|
nodevice ep
|
|
|
|
|
nodevice ex
|
2003-02-26 23:36:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# Options we don't want to deal with
|
|
|
|
|
|
2004-08-16 23:21:06 +00:00
|
|
|
|
nooption FDC_DEBUG
|
2010-01-03 02:58:43 +00:00
|
|
|
|
nooption COMPAT_FREEBSD4
|
2003-02-26 23:36:59 +00:00
|
|
|
|
nooption SC_RENDER_DEBUG
|
|
|
|
|
nooption SC_DEBUG_LEVEL
|
|
|
|
|
nooption PPC_DEBUG
|
|
|
|
|
nooption PPC_PROBE_CHIPSET
|
|
|
|
|
nooption SC_NO_SUSPEND_VTYSWITCH
|
|
|
|
|
nooption SC_NO_FONT_LOADING
|
|
|
|
|
nooption SC_KERNEL_CONS_REV_ATTR
|
|
|
|
|
nooption SC_KERNEL_CONS_ATTR
|
|
|
|
|
nooption SC_NORM_REV_ATTR
|
|
|
|
|
nooption SC_NORM_ATTR
|
|
|
|
|
nooption SC_DFLT_FONT
|
|
|
|
|
nooption SC_ALT_MOUSE_IMAGE
|
|
|
|
|
nooption EXT2FS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# Make options we don't want to deal with
|
|
|
|
|
|
|
|
|
|
nomakeoption SC_DFLT_FONT
|