1998-06-10 10:57:29 +00:00
|
|
|
#
|
|
|
|
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
|
|
|
#
|
|
|
|
# For more information read the handbook part System Administration ->
|
|
|
|
# Configuring the FreeBSD Kernel -> The Configuration File.
|
|
|
|
# The handbook is available in /usr/share/doc/handbook or online as
|
|
|
|
# latest version from the FreeBSD World Wide Web server
|
|
|
|
# <URL:http://www.FreeBSD.ORG/>
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
|
|
|
# device lines is present in the ./LINT configuration file. If you are
|
|
|
|
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
|
|
|
#
|
1999-06-29 18:24:09 +00:00
|
|
|
# $Id: GENERIC,v 1.27 1999/06/19 20:25:25 wpaul Exp $
|
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
|
|
|
|
maxusers 10
|
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# Platforms supported
|
1999-06-29 18:24:09 +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
|
|
|
|
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
|
1998-06-10 10:57:29 +00:00
|
|
|
|
|
|
|
options INET #InterNETworking
|
|
|
|
options FFS #Berkeley Fast Filesystem
|
|
|
|
options NFS #Network Filesystem
|
1998-10-13 21:38:46 +00:00
|
|
|
options MFS #Memory Filesystem
|
1998-10-30 01:37:33 +00:00
|
|
|
options MFS_ROOT #Memory Filesystem as rootfs
|
1998-06-10 10:57:29 +00:00
|
|
|
options MSDOSFS #MSDOS Filesystem
|
1999-06-29 18:24:09 +00:00
|
|
|
options CD9660 #ISO 9660 Filesystem
|
|
|
|
options CD9660_ROOT #CD-ROM usable as root device
|
1998-06-10 10:57:29 +00:00
|
|
|
options FFS_ROOT #FFS usable as root device [keep this!]
|
|
|
|
options NFS_ROOT #NFS usable as root device
|
|
|
|
options PROCFS #Process filesystem
|
1999-06-29 18:24:09 +00:00
|
|
|
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
1998-09-16 08:22:09 +00:00
|
|
|
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
1998-06-10 10:57:29 +00:00
|
|
|
options UCONSOLE #Allow users to grab the console
|
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# Platform chipsets
|
|
|
|
controller cia0
|
Lots of changes, including:
* Support for AlphaStation 200, 250, 255, 400
* Untested support for UDB, Multia, AXPpci33 (Noname)
* Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata)
* Some minor fixes and improvements to interrupt handling.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata)
Obtained from: NetBSD (some code for AS200, Miata, Noname)
1998-08-10 07:53:59 +00:00
|
|
|
controller apecs0
|
1999-05-26 23:22:14 +00:00
|
|
|
controller tsunami0
|
Lots of changes, including:
* Support for AlphaStation 200, 250, 255, 400
* Untested support for UDB, Multia, AXPpci33 (Noname)
* Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata)
* Some minor fixes and improvements to interrupt handling.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata)
Obtained from: NetBSD (some code for AS200, Miata, Noname)
1998-08-10 07:53:59 +00:00
|
|
|
controller lca0
|
1998-08-07 08:16:31 +00:00
|
|
|
|
|
|
|
# Standard busses
|
|
|
|
controller pci0
|
|
|
|
controller isa0
|
|
|
|
|
1998-08-20 08:27:11 +00:00
|
|
|
# TurboChannel host bus support
|
|
|
|
controller tcasic0
|
|
|
|
controller tc0
|
1998-09-18 18:43:52 +00:00
|
|
|
#controller tcds0
|
1998-08-30 10:50:30 +00:00
|
|
|
controller ioasic0
|
1998-08-20 08:27:11 +00:00
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
|
|
|
|
# sufficient for any number of installed devices.
|
|
|
|
controller ncr0
|
|
|
|
controller isp0
|
1998-09-18 18:43:52 +00:00
|
|
|
#controller esp0
|
1998-08-07 08:16:31 +00:00
|
|
|
|
1998-06-10 10:57:29 +00:00
|
|
|
controller scbus0
|
|
|
|
|
1998-09-16 08:22:09 +00:00
|
|
|
device da0
|
|
|
|
device sa0
|
|
|
|
device pass0
|
1998-08-07 08:16:31 +00:00
|
|
|
device cd0
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-04-19 08:56:38 +00:00
|
|
|
#
|
|
|
|
# ATA and ATAPI devices
|
|
|
|
# This is work in progress, use at your own risk.
|
|
|
|
# It currently reuses the majors of wd.c and friends.
|
|
|
|
# It cannot co-exist with the old system in one kernel.
|
|
|
|
# You only need one "controller ata0" for it to find all
|
|
|
|
# PCI devices on modern machines.
|
|
|
|
#controller ata0
|
|
|
|
#device atadisk0 # ATA disk drives
|
|
|
|
#device atapicd0 # ATAPI CDROM drives
|
|
|
|
#device atapifd0 # ATAPI floppy drives
|
|
|
|
#device atapist0 # ATAPI tape drives
|
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# real time clock
|
|
|
|
device mcclock0 at isa0 port 0x70
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-06-05 13:30:13 +00:00
|
|
|
# Not enabled since it only works on CIA chipsets
|
|
|
|
#controller fdc0 at isa? port IO_FD1 irq 6 drq 2
|
|
|
|
#disk fd0 at fdc0 drive 0
|
|
|
|
|
1999-01-23 16:53:30 +00:00
|
|
|
controller atkbdc0 at isa? port IO_KBD
|
|
|
|
device atkbd0 at atkbdc? irq 1
|
|
|
|
device psm0 at atkbdc? irq 12
|
|
|
|
|
|
|
|
device vga0 at isa? port ? conflicts
|
|
|
|
|
|
|
|
# splash screen/screen saver
|
|
|
|
pseudo-device splash
|
|
|
|
|
1998-08-07 08:16:31 +00:00
|
|
|
# syscons is the default console driver, resembling an SCO console
|
1999-01-23 16:53:30 +00:00
|
|
|
device sc0 at isa?
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-06-29 18:24:09 +00:00
|
|
|
device sio0 at isa0 port IO_COM1 irq 4
|
|
|
|
device sio1 at isa0 port IO_COM2 irq 3 flags 0x50
|
1998-06-10 10:57:29 +00:00
|
|
|
|
1999-06-29 18:24:09 +00:00
|
|
|
# Operational PCI Ethernet drivers.
|
1999-06-19 20:25:25 +00:00
|
|
|
device al0
|
1999-04-08 17:42:48 +00:00
|
|
|
device ax0
|
1998-08-07 08:16:31 +00:00
|
|
|
device de0
|
1998-12-29 03:59:49 +00:00
|
|
|
device fxp0
|
1998-08-20 08:27:11 +00:00
|
|
|
device le0
|
1999-04-01 02:09:37 +00:00
|
|
|
device mx0
|
1999-03-27 20:41:25 +00:00
|
|
|
device pn0
|
1999-06-19 20:25:25 +00:00
|
|
|
device rl0
|
1999-03-31 04:04:14 +00:00
|
|
|
device tl0
|
1999-03-27 20:41:25 +00:00
|
|
|
device xl0
|
1998-06-10 10:57:29 +00:00
|
|
|
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device ether
|
|
|
|
pseudo-device sl 1
|
|
|
|
pseudo-device ppp 1
|
|
|
|
pseudo-device tun 1
|
|
|
|
pseudo-device pty 16
|
|
|
|
pseudo-device gzip # Exec gzipped a.out's
|
|
|
|
|
|
|
|
# KTRACE enables the system-call tracing facility ktrace(2).
|
|
|
|
# This adds 4 KB bloat to your kernel, and slightly increases
|
|
|
|
# the costs of each syscall.
|
|
|
|
options KTRACE #kernel tracing
|
|
|
|
|
1999-06-14 22:59:55 +00:00
|
|
|
# This provides support for System V shared memory and message queues.
|
1998-06-10 10:57:29 +00:00
|
|
|
#
|
1999-06-14 22:59:55 +00:00
|
|
|
options SYSVSHM
|
|
|
|
options SYSVMSG
|
|
|
|
options SYSVSEM
|