Long gone.
This commit is contained in:
parent
efc2dc7903
commit
c95706b81d
|
@ -1,73 +0,0 @@
|
|||
# $NetBSD: BOAT_ANCHOR,v 1.84 2000/09/24 15:59:32 jdolecek Exp $
|
||||
#
|
||||
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
options I386_CPU # CPU classes; at least one is REQUIRED
|
||||
|
||||
options DUMMY_NOPS # speed hack; recommended
|
||||
options XSERVER,UCONSOLE
|
||||
|
||||
maxusers 10 # estimated number of users
|
||||
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
|
||||
|
||||
options DIAGNOSTIC # internal consistency checks
|
||||
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_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
file-system FFS # UFS and quotas
|
||||
file-system NFS # Network File System client
|
||||
file-system MSDOSFS # MS-DOS file system
|
||||
|
||||
#options NFSSERVER # Network File System server
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
|
||||
# PCVT options
|
||||
#options PCVT_NSCREENS=1
|
||||
#options PCVT_24LINESDEF
|
||||
|
||||
# PPP options
|
||||
options PPP_BSDCOMP
|
||||
options PPP_DEFLATE
|
||||
|
||||
config netbsd root on wd0
|
||||
|
||||
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
|
||||
ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards
|
||||
com* at ast? slave ?
|
||||
|
||||
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
||||
fd0 at fdc? drive ?
|
||||
|
||||
wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
|
||||
wd0 at wdc? drive ?
|
||||
|
||||
|
||||
we0 at isa? port 0x280 iomem 0xd0000 irq 9
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device bpfilter 2 # packet filter
|
||||
pseudo-device sl 2 # CSLIP
|
||||
pseudo-device ppp 2 # PPP
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
|
@ -1,105 +0,0 @@
|
|||
# $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
|
|
@ -1,174 +0,0 @@
|
|||
# $NetBSD: SUN_LAMP,v 1.108 2000/09/24 15:59:33 jdolecek Exp $
|
||||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#options I386_CPU # CPU classes; at least one is REQUIRED
|
||||
options I486_CPU
|
||||
#options I586_CPU
|
||||
#options I686_CPU
|
||||
#options MATH_EMULATE # floating point emulation
|
||||
#options USER_LDT # user-settable LDT; used by WINE
|
||||
|
||||
# The following options override the memory sizes passed in from the boot
|
||||
# block. Use them *only* if the boot block is unable to determine the correct
|
||||
# values. Note that the BIOS may *correctly* report less that 640k of base
|
||||
# memory if the extended BIOS data area is located at the top of base memory
|
||||
# (as is the case on most recent systems).
|
||||
#options REALBASEMEM=... # size of base memory
|
||||
#options REALEXTMEM=... # size of extended memory
|
||||
|
||||
options DUMMY_NOPS # speed hack; recommended
|
||||
options XSERVER,UCONSOLE
|
||||
|
||||
maxusers 24 # estimated number of users
|
||||
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options DDB # in-kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
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 TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||
|
||||
#options COMPAT_SVR4 # binary compatibility with SVR4
|
||||
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
options INSECURE
|
||||
|
||||
file-system FFS # UFS
|
||||
#file-system LFS # log-structured file system
|
||||
file-system MFS # memory file system
|
||||
file-system NFS # Network File System client
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system MSDOSFS # MS-DOS file system
|
||||
#file-system FDESC # /dev/fd
|
||||
#file-system KERNFS # /kern
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
|
||||
options NFSSERVER # Network File System server
|
||||
#options QUOTA # UFS quotas
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
#options NS # XNS
|
||||
#options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
|
||||
config netbsd root on sd0 type ffs
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
isa0 at mainbus0
|
||||
eisa0 at mainbus0
|
||||
#pci0 at mainbus0 bus ?
|
||||
|
||||
#ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||
#pci* at ppb? bus ?
|
||||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
|
||||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
|
||||
#pcppi0 at isa?
|
||||
#sysbeep0 at pcppi?
|
||||
|
||||
#com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
#com1 at isa? port 0x2f8 irq 3
|
||||
#com2 at isa? port 0x3e8 irq 5
|
||||
#com3 at isa? port 0x2e8 irq 9
|
||||
ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards
|
||||
com* at ast? slave ?
|
||||
#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards
|
||||
#com* at rtfps? slave ?
|
||||
|
||||
#cy0 at isa? ...
|
||||
|
||||
#lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
|
||||
#lpt1 at isa? port 0x278
|
||||
#lpt2 at isa? port 0x3bc
|
||||
|
||||
#olms0 at isa? port 0x23c irq 5 # Logitech bus mouse
|
||||
#olms1 at isa? port 0x238 irq 5
|
||||
#omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
|
||||
#omms1 at isa? port 0x238 irq 5
|
||||
#opms0 at pc? irq 12 # PS/2 auxiliary port mouse
|
||||
|
||||
#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
||||
#scsibus* at aha?
|
||||
ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
|
||||
scsibus* at ahb?
|
||||
#aic0 at isa? port 0x340 irq 12 # Adaptec 152[02] SCSI controllers
|
||||
#scsibus* at aic?
|
||||
bha0 at isa? port 0x130 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bha1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers
|
||||
#bha* at eisa? slot ?
|
||||
#bha* at pci? dev ? function ?
|
||||
scsibus* at bha?
|
||||
#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers
|
||||
#scsibus* at ncr?
|
||||
#sea0 at isa? iomem 0xc8000 irq 5
|
||||
#scsibus* at sea?
|
||||
#uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers
|
||||
#uha* at eisa? slot ? # UltraStor 24f SCSI controllers
|
||||
#scsibus* at uha?
|
||||
sd0 at scsibus? target 0 lun 0
|
||||
sd1 at scsibus? target 1 lun 0
|
||||
sd2 at scsibus? target 2 lun 0
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st0 at scsibus? target 6 lun 0
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
cd0 at scsibus? target 5 lun 0
|
||||
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
|
||||
#fdc1 at isa? port 0x370 irq ? drq ?
|
||||
fd* at fdc? drive ?
|
||||
|
||||
#mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives
|
||||
|
||||
#wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
|
||||
#wdc1 at isa? port 0x170 irq 15
|
||||
#wd* at wdc? drive ?
|
||||
|
||||
#wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives
|
||||
|
||||
we0 at isa? port 0x300 iomem 0xd0000 irq 10 # WD/SMC
|
||||
|
||||
#sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster
|
||||
#audio* at sb0
|
||||
#spkr0 at pcppi?
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device bpfilter 4 # packet filter
|
||||
#pseudo-device sl 4 # CSLIP
|
||||
#pseudo-device ppp 2 # PPP
|
||||
#pseudo-device tun 2 # network tunneling over tty
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
#pseudo-device tb 1 # tablet line discipline
|
||||
pseudo-device vnd 4 # paging to files
|
Loading…
Reference in New Issue