NetBSD/sys/arch/i386/conf/KICKME

106 lines
2.9 KiB
Plaintext

# $NetBSD: KICKME,v 1.56 2000/09/24 15:59:33 jdolecek Exp $
#
# KICKME -- 486Cx-33 development machine
#
include "arch/i386/conf/std.i386"
maxusers 24 # estimated number of users
options I486_CPU
options VM86 # virtual 8086 emulation
options USER_LDT # user-settable LDT; used by WINE
options XSERVER
options UCONSOLE
options INSECURE # insecure; allow /dev/mem writing for X
#options DDB # in-kernel debugger
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
options DIAGNOSTIC # internal consistency checks
options KTRACE # system call tracing, a la ktrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=1024 # 1024 pages is the default
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_12
options COMPAT_13
options COMPAT_14
options COMPAT_43 # and 4.3BSD
options COMPAT_LINUX # binary compatibility with Linux
file-system FFS # UFS
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS File System
options NFSSERVER # Network File System server
options INET # IP + ICMP + TCP + UDP
options PPP_BSDCOMP
options PPP_DEFLATE
options IPFILTER_LOG
# Special PCMCIA configuration
options PCIC_ISA_ALLOC_IOBASE=0x340
options PCIC_ISA_ALLOC_IOSIZE=0x1f
options PCIC_ISA_INTR_ALLOC_MASK=0xf95b
# WaveLAN debugging options
options WL_DEBUG
options WL_CC_DEBUG
config netbsd root on ? type ?
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 0x368 irq 5
com2 at isa? port 0x268 irq 12
bha0 at isa? port 0x330 irq ? drq ? # BusLogic 54x SCSI controllers
scsibus* at bha?
sd* at scsibus? target ? lun ? # SCSI disk drives
#st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
#ch* at scsibus? target ? lun ? # SCSI autochangers
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd* at fdc? drive ?
we0 at isa? port 0x280 iomem 0xd0000 irq 3 # WD/SMC
we1 at isa? port 0x300 iomem 0xcc000 irq 10
# PCMCIA bus support
pcmcia* at pcic? controller ? socket ?
# ISA PCMCIA controllers
pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
# PCMCIA network interfaces
wl* at pcmcia? function ?
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device ppp 2 # PPP
pseudo-device pty # pseudo-terminals
pseudo-device vnd 16 # vnode-disk driver
pseudo-device ipfilter # IP filter (firewall) and NAT