NetBSD/sys/arch/i386/conf/ALL

229 lines
5.8 KiB
Plaintext
Raw Normal View History

1993-05-07 12:32:23 +04:00
#
# ALL -- everything that's currently supported
#
1993-11-14 17:40:44 +03:00
# $Id: ALL,v 1.32 1993/11/14 14:40:44 cgd Exp $
1993-05-07 12:32:23 +04:00
#
1993-09-07 03:29:33 +04:00
# architecture type and name of kernel; REQUIRED
machine "i386"
1993-09-07 03:29:33 +04:00
ident ALL
# different CPU types; you must have at least the correct one; REQUIRED
cpu "I386_CPU"
cpu "I486_CPU"
1993-09-07 03:29:33 +04:00
# floating point emulation
options MATH_EMULATE
# make the kernel a little faster; will break on some machines
#options DUMMY_NOPS
1993-09-07 03:29:33 +04:00
# temporary kluge while adding support for non-contiguous physical memory
options MACHINE_NONCONTIG
# time zone RTC is expected to be set in; REQUIRED
timezone 8 dst
1993-09-07 03:29:33 +04:00
# estimated number of users; affects maximum number of file descriptors
1993-09-06 22:37:56 +04:00
maxusers 32
1993-09-07 03:29:33 +04:00
# paging of processes, and caching vnodes and devices; REQUIRED
options SWAPPAGER
options VNODEPAGER,DEVPAGER
# system call tracing, a la ktrace(1)
options KTRACE
# FIFOs; RECOMMENDED
options FIFO
1993-11-14 17:40:44 +03:00
# System V-like message queues
options SYSVMSG
# System V-like semaphores
options SYSVSEM
1993-09-07 03:29:33 +04:00
# System V-like memory sharing; BROKEN
#options SYSVSHM
#options SHMMAXPGS=1024
# generic SCSI system
options SCSI
# quotas in UFS
options QUOTA
# memory file system (shares memory and swap space)
options MFS
# Sun's Network File System
options NFSSERVER
options NFSCLIENT
# ISO 9660 file system, with Rock Ridge
options ISOFS
# MS-DOS file system
options MSDOSFS
# /dev/fd
1993-09-07 03:29:33 +04:00
options FDESC
# kernel file system; RECOMMENDED
1993-09-07 03:29:33 +04:00
options KERNFS
# various types of networks and protocols
#options IMP
options INET
options NS
options ISO
options TPIP
options EON
options CCITT
# packet forwarding
options GATEWAY
# kernel debugger
options DDB
1993-09-19 23:11:24 +04:00
# Allows user to create an i386 LDT (Used by Wine to run Windows programs)
options "USER_LDT"
1993-09-07 03:29:33 +04:00
options "COMPAT_NOMID"
options "COMPAT_43"
options "TCP_COMPAT_42"
config netbsd root on wd0 swap on wd0 and sd0
#buses
controller isa0
#console
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#math co-processor
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
1993-09-07 03:29:33 +04:00
#serial ports
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
#device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
#device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
#parallel ports
device lpt0 at isa? port "IO_LPT1" tty irq 7 vector lptintr
device lpa0 at isa? port "IO_LPT2" tty
device lpa1 at isa? port "IO_LPT3" tty
1993-06-27 09:33:18 +04:00
#bus mice
# Microft InPort
1993-09-06 22:37:56 +04:00
device mms0 at isa? port "IO_BMS1" tty irq 5 vector mmsintr
# Logitech
1993-09-06 22:37:56 +04:00
device lms0 at isa? port "IO_BMS1" tty irq 5 vector lmsintr
# PS/2 auxiliary port; BROKEN
#device pms0 at isa? port "IO_KBD" tty irq 5 vector pmsintr
1993-06-27 09:33:18 +04:00
#non-scsi disk controllers
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
#non-scsi floppy controllers
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
1993-09-07 03:29:33 +04:00
#non-scsi tape drives
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
#non-scsi CD-ROM drives
# Mitsumi
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
#scsi
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
device sd0 at aha0 flags 0 drive ?
device sd1 at aha0 flags 0 drive ?
device sd2 at aha0 flags 0 drive ?
device sd3 at aha0 flags 0 drive ?
device st0 at aha0 flags 1 drive ?
device st1 at aha0 flags 1 drive ?
device cd0 at aha0 flags 2 drive ?
device cd1 at aha0 flags 2 drive ?
device ch0 at aha0 flags 3 drive ?
device ch1 at aha0 flags 3 drive ?
controller ahb0 at isa? bio irq 11 drq 5 vector ahbintr
device sd0 at ahb0 flags 0 drive ?
device sd1 at ahb0 flags 0 drive ?
device sd2 at ahb0 flags 0 drive ?
device sd3 at ahb0 flags 0 drive ?
device st0 at ahb0 flags 1 drive ?
device st1 at ahb0 flags 1 drive ?
device cd0 at ahb0 flags 2 drive ?
device cd1 at ahb0 flags 2 drive ?
device ch0 at ahb0 flags 3 drive ?
device ch1 at ahb0 flags 3 drive ?
controller bt0 at isa? port "IO_BT0" bio irq 11 vector btintr
device sd0 at bt0 flags 0 drive ?
device sd1 at bt0 flags 0 drive ?
device sd2 at bt0 flags 0 drive ?
device sd3 at bt0 flags 0 drive ?
device st0 at bt0 flags 1 drive ?
device st1 at bt0 flags 1 drive ?
device cd0 at bt0 flags 2 drive ?
device cd1 at bt0 flags 2 drive ?
device ch0 at bt0 flags 3 drive ?
device ch1 at bt0 flags 3 drive ?
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
device sd0 at uha0 flags 0 drive ?
device sd1 at uha0 flags 0 drive ?
device sd2 at uha0 flags 0 drive ?
device sd3 at uha0 flags 0 drive ?
device st0 at uha0 flags 1 drive ?
device st1 at uha0 flags 1 drive ?
device cd0 at uha0 flags 2 drive ?
device cd1 at uha0 flags 2 drive ?
device ch0 at uha0 flags 3 drive ?
device ch1 at uha0 flags 3 drive ?
1993-09-07 03:29:33 +04:00
#ethernet
device ne0 at isa? port 0x300 net irq 9 vector neintr
device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr
#device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
device ed1 at isa? port 0x250 net irq 9 iomem 0xd8000 vector edintr
#device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
1993-09-06 22:37:56 +04:00
device hp0 at isa? port 0x300 net irq 5 vector hpintr
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
1993-09-07 03:29:33 +04:00
# psuedo-terminals; REQUIRED for remote logins and many other things
1993-09-06 22:37:56 +04:00
pseudo-device pty 64
1993-09-07 03:29:33 +04:00
# loopback; RECOMMENDED
pseudo-device loop
1993-09-07 03:29:33 +04:00
# ethernet; REQUIRED if using any ethernet device
pseudo-device ether #XXX
# used by kernel for logging messages; gateway to syslogd
pseudo-device log
1993-09-07 03:29:33 +04:00
# packet filter
pseudo-device bpfilter 4
# compressed SLIP
pseudo-device sl
1993-09-07 03:29:33 +04:00
# point-to-point protocol
1993-08-14 10:29:28 +04:00
pseudo-device ppp
1993-09-07 03:29:33 +04:00
# speaker queue
1993-05-07 12:32:23 +04:00
pseudo-device speaker
1993-09-07 03:29:33 +04:00
# tablet line discipline
pseudo-device tb
1993-09-07 03:29:33 +04:00
#pseudo-device tun missing header files