1998-06-10 10:57:29 +00:00
|
|
|
#
|
2000-01-16 12:39:24 +00:00
|
|
|
# GENERIC -- Generic kernel configuration file for FreeBSD/alpha
|
1998-06-10 10:57:29 +00:00
|
|
|
#
|
1999-10-14 09:52:28 +00:00
|
|
|
# For more information on this file, please read the handbook section on
|
|
|
|
# Kernel Configuration Files:
|
1998-06-10 10:57:29 +00:00
|
|
|
#
|
2000-05-13 11:21:19 +00:00
|
|
|
# http://www.FreeBSD.org/handbook/kernelconfig-config.html
|
1999-10-14 09:52:28 +00:00
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
2000-05-13 11:21:19 +00:00
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
1999-10-14 09:52:28 +00:00
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
2000-09-04 20:45:15 +00:00
|
|
|
# device lines is also present in the ../../i386/conf/NOTES file.
|
2000-01-16 12:39:24 +00:00
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
2000-09-04 20:45:15 +00:00
|
|
|
# in NOTES. Please note that this is the i386 NOTES, but it still contains
|
|
|
|
# valuable info for alpha too.
|
2000-01-21 20:19:18 +00:00
|
|
|
#
|
|
|
|
# For hardware specific information check HARDWARE.TXT
|
1998-06-10 10:57:29 +00:00
|
|
|
#
|
1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-06-29 18:24:09 +00:00
|
|
|
machine alpha
|
|
|
|
cpu EV4
|
|
|
|
cpu EV5
|
1998-06-10 10:57:29 +00:00
|
|
|
ident GENERIC
|
1999-07-03 01:35:51 +00:00
|
|
|
maxusers 32
|
1998-06-10 10:57:29 +00:00
|
|
|
|
2000-08-24 18:56:54 +00:00
|
|
|
#To statically compile in device wiring instead of /boot/device.hints
|
|
|
|
#hints "GENERIC.hints"
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
|
2001-04-15 19:37:28 +00:00
|
|
|
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
1999-10-14 09:52:28 +00:00
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# Platforms supported
|
2001-01-27 20:56:00 +00:00
|
|
|
options API_UP1000 # UP1000, UP1100 (Nautilus)
|
1999-10-15 07:07:43 +00:00
|
|
|
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
|
|
|
|
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
|
|
|
|
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
|
|
|
|
options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
|
2000-05-28 02:52:54 +00:00
|
|
|
options DEC_2100_A500 # AlphaServer 2000, 2100, 2100A
|
1999-10-15 07:07:43 +00:00
|
|
|
options DEC_KN20AA # AlphaStation 500, 600
|
|
|
|
options DEC_ST550 # Personal Workstation 433, 500, 600
|
|
|
|
options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
|
|
|
|
options DEC_3000_300 # DEC3000/300* Pelic* family
|
|
|
|
options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
|
1999-12-01 15:25:04 +00:00
|
|
|
options DEC_1000A # AlphaServer 1000, 1000A, 800
|
2000-05-07 05:50:27 +00:00
|
|
|
options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser)
|
2000-09-04 20:47:35 +00:00
|
|
|
options DEC_KN300 # AlphaServer 4100 (Rawhide), 1200 (Tincup)
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-10-15 07:07:43 +00:00
|
|
|
options INET #InterNETworking
|
2000-02-26 22:13:21 +00:00
|
|
|
options INET6 #IPv6 communications protocols
|
1999-10-15 07:07:43 +00:00
|
|
|
options FFS #Berkeley Fast Filesystem
|
2000-07-15 06:06:42 +00:00
|
|
|
options SOFTUPDATES #Enable FFS soft updates support
|
1999-12-20 05:11:51 +00:00
|
|
|
options MD_ROOT #MD is a potential root device
|
1999-10-15 07:07:43 +00:00
|
|
|
options NFS #Network Filesystem
|
|
|
|
options NFS_ROOT #NFS usable as root device
|
|
|
|
options MSDOSFS #MSDOS Filesystem
|
|
|
|
options CD9660 #ISO 9660 Filesystem
|
|
|
|
options PROCFS #Process filesystem
|
|
|
|
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
2000-01-21 20:19:18 +00:00
|
|
|
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
|
1999-10-15 07:07:43 +00:00
|
|
|
options UCONSOLE #Allow users to grab the console
|
|
|
|
options KTRACE #ktrace(1) syscall trace support
|
|
|
|
options SYSVSHM #SYSV-style shared memory
|
|
|
|
options SYSVMSG #SYSV-style message queues
|
|
|
|
options SYSVSEM #SYSV-style semaphores
|
2000-02-04 07:02:53 +00:00
|
|
|
options P1003_1B #Posix P1003_1B real-time extentions
|
|
|
|
options _KPOSIX_PRIORITY_SCHEDULING
|
1998-06-10 10:57:29 +00:00
|
|
|
|
2001-04-15 19:37:28 +00:00
|
|
|
# Debugging for use in -current
|
|
|
|
options DDB
|
|
|
|
options INVARIANTS
|
|
|
|
options INVARIANT_SUPPORT
|
|
|
|
options WITNESS
|
2001-05-25 10:36:46 +00:00
|
|
|
|
|
|
|
# To make an SMP kernel, the next line is needed
|
|
|
|
options SMP # Symmetric MultiProcessor Kernel
|
2001-04-15 19:37:28 +00:00
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# Standard busses
|
2000-01-23 12:22:25 +00:00
|
|
|
device isa
|
|
|
|
device pci
|
1998-08-07 08:16:31 +00:00
|
|
|
|
1999-10-14 09:52:28 +00:00
|
|
|
# Floppy drives
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device fdc
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-04-19 08:56:38 +00:00
|
|
|
# ATA and ATAPI devices
|
2000-01-23 12:22:25 +00:00
|
|
|
device ata
|
|
|
|
device atadisk # ATA disk drives
|
|
|
|
device atapicd # ATAPI CDROM drives
|
|
|
|
device atapifd # ATAPI floppy drives
|
|
|
|
device atapist # ATAPI tape drives
|
1999-04-19 08:56:38 +00:00
|
|
|
|
1999-10-14 09:52:28 +00:00
|
|
|
# SCSI Controllers
|
2000-01-23 12:22:25 +00:00
|
|
|
device ahc # AHA2940 and onboard AIC7xxx devices
|
|
|
|
#device esp # 53C94 & friends, not CAM-ified
|
|
|
|
device isp # Qlogic family
|
2000-07-29 01:31:09 +00:00
|
|
|
#device ncr # NCR/Symbios Logic
|
|
|
|
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-10-14 09:52:28 +00:00
|
|
|
# SCSI peripherals
|
2000-01-23 12:22:25 +00:00
|
|
|
device scbus # SCSI bus (required)
|
|
|
|
device da # Direct Access (disks)
|
|
|
|
device sa # Sequential Access (tape etc)
|
|
|
|
device cd # CD
|
|
|
|
device pass # Passthrough device (direct SCSI access)
|
1999-06-05 13:30:13 +00:00
|
|
|
|
2000-07-29 02:13:42 +00:00
|
|
|
# RAID controllers
|
|
|
|
device amr # AMI MegaRAID
|
|
|
|
device mlx # Mylex DAC960 family
|
|
|
|
|
1999-10-14 09:52:28 +00:00
|
|
|
# atkbdc0 controls both the keyboard and the PS/2 mouse
|
2000-11-07 22:07:07 +00:00
|
|
|
device atkbdc 1 # At keyboard controller
|
|
|
|
device atkbd # at keyboard
|
|
|
|
device psm # psm mouse
|
1999-01-23 16:53:30 +00:00
|
|
|
|
2000-11-07 22:07:07 +00:00
|
|
|
device vga # VGA screen
|
1999-01-23 16:53:30 +00:00
|
|
|
|
|
|
|
# splash screen/screen saver
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device splash
|
1999-01-23 16:53:30 +00:00
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# syscons is the default console driver, resembling an SCO console
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device sc 1
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-10-14 09:52:28 +00:00
|
|
|
# real time clock
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device mcclock
|
1999-10-14 09:52:28 +00:00
|
|
|
|
|
|
|
# Serial (COM) ports
|
2000-11-07 22:07:07 +00:00
|
|
|
device sio # 8250, 16[45]50 based serial ports
|
1998-06-10 10:57:29 +00:00
|
|
|
|
2000-05-14 13:47:57 +00:00
|
|
|
# Parallel port
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device ppc
|
2000-05-14 13:47:57 +00:00
|
|
|
device ppbus # Parallel port bus (required)
|
|
|
|
device lpt # Printer
|
|
|
|
device plip # TCP/IP over parallel
|
|
|
|
device ppi # Parallel port interface device
|
|
|
|
#device vpo # Requires scbus and da
|
|
|
|
|
1999-10-14 09:52:28 +00:00
|
|
|
# PCI Ethernet NICs.
|
2000-01-23 12:22:25 +00:00
|
|
|
device de # DEC/Intel DC21x4x (``Tulip'')
|
|
|
|
device le # Lance
|
2000-11-07 00:58:35 +00:00
|
|
|
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
2001-07-23 20:44:54 +00:00
|
|
|
device txp # 3Com 3cR990 (``Typhoon'')
|
1999-10-14 09:52:28 +00:00
|
|
|
|
|
|
|
# PCI Ethernet NICs that use the common MII bus controller code.
|
2000-01-23 12:22:25 +00:00
|
|
|
device miibus # MII bus support
|
|
|
|
device dc # DEC/Intel 21143 and workalikes
|
2001-07-14 06:35:54 +00:00
|
|
|
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
2001-07-13 13:34:08 +00:00
|
|
|
device pcn # AMD Am79C97x PCI 10/100 NICs
|
2000-01-23 12:22:25 +00:00
|
|
|
device rl # RealTek 8129/8139
|
|
|
|
device sf # Adaptec AIC-6915 (``Starfire'')
|
|
|
|
device sis # Silicon Integrated Systems SiS 900/SiS 7016
|
|
|
|
device ste # Sundance ST201 (D-Link DFE-550TX)
|
|
|
|
device tl # Texas Instruments ThunderLAN
|
|
|
|
device vr # VIA Rhine, Rhine II
|
|
|
|
device wb # Winbond W89C840F
|
2001-05-30 03:20:52 +00:00
|
|
|
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
2000-01-23 12:22:25 +00:00
|
|
|
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
1999-10-14 09:52:28 +00:00
|
|
|
|
|
|
|
# Pseudo devices - the number indicates how many units to allocated.
|
2000-09-12 13:21:40 +00:00
|
|
|
device random # Entropy device
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device loop # Network loopback
|
|
|
|
device ether # Ethernet support
|
|
|
|
device sl # Kernel SLIP
|
|
|
|
device ppp 1 # Kernel PPP
|
|
|
|
device tun # Packet tunnel.
|
|
|
|
device pty # Pseudo-ttys (telnet etc)
|
|
|
|
device md # Memory "disks"
|
2001-07-02 21:02:09 +00:00
|
|
|
device gif # IPv6 and IPv4 tunneling
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device faith 1 # IPv6-to-IPv4 relaying/(translation)
|
|
|
|
|
|
|
|
# The `bpf' device enables the Berkeley Packet Filter.
|
1999-10-14 09:52:28 +00:00
|
|
|
# Be aware of the administrative consequences of enabling this!
|
Borrow phk's axe and apply the next stage of config(8)'s evolution.
Use Warner Losh's "hint" driver to decode ascii strings to fill the
resource table at boot time.
config(8) no longer generates an ioconf.c table - ie: the configuration
no longer has to be compiled into the kernel. You can reconfigure your
isa devices with the likes of this at loader(8) time:
set hint.ed.0.port=0x320
userconfig will be rewritten to use this style interface one day and will
move to /boot/userconfig.4th or something like that.
It is still possible to statically compile in a set of hints into a kernel
if you do not wish to use loader(8). See the "hints" directive in GENERIC
as an example.
All device wiring has been moved out of config(8). There is a set of
helper scripts (see i386/conf/gethints.pl, and the same for alpha and pc98)
that extract the 'at isa? port foo irq bar' from the old files and produces
a hints file. If you install this file as /boot/device.hints (and update
/boot/defaults/loader.conf - You can do a build/install in sys/boot) then
loader will load it automatically for you. You can also compile in the
hints directly with: hints "device.hints" as well.
There are a few things that I'm not too happy with yet. Under this scheme,
things like LINT would no longer be useful as "documentation" of settings.
I have renamed this file to 'NOTES' and stored the example hints strings
in it. However... this is not something that config(8) understands, so
there is a script that extracts the build-specific data from the
documentation file (NOTES) to produce a LINT that can be config'ed and
built. A stack of man4 pages will need updating. :-/
Also, since there is no longer a difference between 'device' and
'pseudo-device' I collapsed the two together, and the resulting 'device'
takes a 'number of units' for devices that still have it statically
allocated. eg: 'device fe 4' will compile the fe driver with NFE set
to 4. You can then set hints for 4 units (0 - 3). Also note that
'device fe0' will be interpreted as "zero units of 'fe'" which would be
bad, so there is a config warning for this. This is only needed for
old drivers that still have static limits on numbers of units.
All the statically limited drivers that I could find were marked.
Please exercise EXTREME CAUTION when transitioning!
Moral support by: phk, msmith, dfr, asmodai, imp, and others
2000-06-13 22:28:50 +00:00
|
|
|
device bpf #Berkeley packet filter
|
1999-10-14 09:52:28 +00:00
|
|
|
|
|
|
|
# USB support
|
2000-06-08 01:17:51 +00:00
|
|
|
device uhci # UHCI PCI->USB interface
|
|
|
|
device ohci # OHCI PCI->USB interface
|
|
|
|
device usb # USB Bus (required)
|
|
|
|
device ugen # Generic
|
|
|
|
device uhid # "Human Interface Devices"
|
|
|
|
device ukbd # Keyboard
|
|
|
|
device ulpt # Printer
|
|
|
|
device umass # Disks/Mass storage - Requires scbus and da0
|
|
|
|
device ums # Mouse
|
2000-01-12 02:30:42 +00:00
|
|
|
# USB Ethernet
|
2000-06-08 01:17:51 +00:00
|
|
|
device aue # ADMtek USB ethernet
|
|
|
|
device cue # CATC USB ethernet
|
|
|
|
device kue # Kawasaki LSI USB ethernet
|