NetBSD/sys/arch/i386/conf/CHIMERA

98 lines
2.8 KiB
Plaintext
Raw Normal View History

# $NetBSD: CHIMERA,v 1.13 1995/04/19 19:07:35 mycroft Exp $
1994-08-26 05:07:00 +00:00
#
# CHIMERA -- Adam Glass's confused machine
#
1994-11-03 18:37:51 +00:00
machine i386 # architecture, used by config; REQUIRED
1994-08-26 05:07:00 +00:00
1994-11-03 18:37:51 +00:00
options I486_CPU
1994-08-26 05:07:00 +00:00
1994-11-03 18:37:51 +00:00
#options DUMMY_NOPS # speed hack; recommanded
1994-12-06 06:59:01 +00:00
options XSERVER,UCONSOLE
1994-08-26 05:07:00 +00:00
options MACHINE_NONCONTIG
1994-11-03 18:37:51 +00:00
maxusers 8 # 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
1994-12-06 06:59:01 +00:00
options PANICWAIT
1994-11-03 18:37:51 +00:00
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_43 # and 4.3BSD
1995-03-11 10:12:25 +00:00
options COMPAT_LINUX # only for DOOM.
1994-11-03 18:37:51 +00:00
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
1994-12-06 06:59:01 +00:00
options USER_LDT # user-settable LDT; used by WINE
options LKM # loadable kernel modules
1994-11-03 18:37:51 +00:00
options FFS #,QUOTA # UFS and quotas
options MFS # memory file system
options NFSCLIENT # Network File System client
options NFSSERVER # Network File System server
options CD9660 # ISO 9660 + Rock Ridge file system
options MSDOSFS # MS-DOS file system
options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
1994-12-06 06:59:01 +00:00
options NULLFS # loopback file system
1995-03-16 16:37:41 +00:00
options PORTAL # cute
1994-11-03 18:37:51 +00:00
options UNION # union file system
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
1994-08-26 05:07:00 +00:00
config netbsd root on sd0 swap on sd0
1994-12-06 06:59:01 +00:00
options CHIMERA
1994-11-03 18:37:51 +00:00
isa0 at root
npx0 at isa? port 0xf0 irq 13 # math coprocessor
vt0 at isa? port 0x60 irq 1
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
1994-12-06 06:59:01 +00:00
1994-11-03 18:37:51 +00:00
ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards
com* at ast? slave ? flags 1
1994-11-03 18:37:51 +00:00
lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
scsibus* at aha?
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
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd* at fdc? drive ?
1995-03-16 16:37:41 +00:00
ep0 at isa? port ? irq ? # 3C509 ethernet cards
1994-11-03 18:37:51 +00:00
1995-03-16 16:37:41 +00:00
sb0 at isa? port 0x220 irq 2 drq 1 # SoundBlaster
1994-11-03 18:37:51 +00:00
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 6 # packet filter
#pseudo-device sl 2 # CSLIP
pseudo-device ppp 3 # PPP
1994-12-06 06:59:01 +00:00
pseudo-device tun 3 # network tunneling over tty
1994-11-03 18:37:51 +00:00
pseudo-device pty 32 # pseudo-terminals
pseudo-device tb 1 # tablet line discipline
1995-01-25 04:58:12 +00:00
pseudo-device vnd 4 # paging to files