NetBSD/sys/arch/i386/conf/JUNK

84 lines
2.3 KiB
Plaintext

# $NetBSD: JUNK,v 1.6 1996/03/25 05:45:34 perry Exp $
#
# JUNK -- Adam's Compaq SLT 386/20
#
machine i386 # architecture, used by config; REQUIRED
options I386_CPU
options MATH_EMULATE
options MACHINE_NONCONTIG
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value
# properly for your system.
#options EXTMEM_SIZE=... # size of extended memory
maxusers 3 # estimated number of users
options TIMEZONE=480 # time zone to adjust RTC time by
options DST=1 # daylight savings time used by RTC
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
options DDB # in-kernel debugger
options PANICWAIT
options KTRACE # system call tracing, a la ktrace(1)
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options LKM # loadable kernel modules
options FFS #,QUOTA # UFS and quotas
options MFS # memory file system
options NFSCLIENT # Network File System client
options NFSSERVER # Network File System server
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options INET # IP + ICMP + TCP + UDP
config netbsd root on wd0 swap on wd0
options JUNK
mainbus0 at root
isa0 at mainbus0
npx0 at isa? port 0xf0 irq 13 # math coprocessor
pc0 at isa? port 0x60 irq 1 # generic PC console device
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
wd0 at wdc0 drive 0
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd0 at fdc0 drive 0
ed0 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 6 # packet filter
#pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty
pseudo-device pty 16 # pseudo-terminals
pseudo-device tb 1 # tablet line discipline
pseudo-device vnd 2 # paging to files