- RCSid police

- Correct header comment
- Sync with ALL
This commit is contained in:
oki 1997-02-03 20:20:45 +00:00
parent 1c4dda6b52
commit e79ab67da5
1 changed files with 60 additions and 62 deletions

View File

@ -1,16 +1,19 @@
# $NetBSD: SMALL030,v 1.4 1997/02/03 20:20:45 oki Exp $
#
# ALL -- everything that's currently supported
#
# $Id: SMALL030,v 1.3 1997/01/31 02:14:28 thorpej Exp $
# SMALL030 -- small configuration with mc68030 processor
#
# architecture type and name of kernel; REQUIRED
machine "x68k"
ident SMALL
machine x68k m68k
options EXEC_SCRIPT # Support #!
options EXEC_AOUT # a.out format executables
# different CPU types; you must have at least the correct one; REQUIRED
cpu "M68030"
#cpu "M68040"
options M68030
#options M68040
#options M68060
# set to indicate RTC is offset from GMT
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
@ -21,8 +24,8 @@ maxusers 8
# standard options
options SWAPPAGER # paging
options VNODEPAGER,DEVPAGER # vnode and device node caching
options DDB # kernel debugger; recommended
options DIAGNOSTIC # internal consistency checking
#options DDB # kernel debugger; recommended
#options DIAGNOSTIC # internal consistency checking
#options KTRACE # system call tracing, a la ktrace(1)
options FIFO # fifos; recommended
@ -32,11 +35,14 @@ options FIFO # fifos; recommended
# compatibility options
#options COMPAT_NOMID # old zmagic executables
#options "COMPAT_09" # older NetBSD binaries
options "COMPAT_43" # 4.3 system calls
#options "TCP_COMPAT_42" # 4.2 networking ABI
#options COMPAT_SUNOS # SunOS binaries
#options COMPAT_HPUX # HP-UX binaries
#options COMPAT_43 # compatibility with 4.3BSD binaries
#options COMPAT_44 # compatibility with 4.4BSD binaries
#options COMPAT_09 # compatibility with NetBSD 0.9
#options COMPAT_10 # compatibility with NetBSD 1.0
#options COMPAT_11 # compatibility with NetBSD 1.1
#options COMPAT_12 # compatibility with NetBSD 1.2
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# file system options
file-system FFS # Berkeley fast file system
@ -57,78 +63,70 @@ file-system FFS # Berkeley fast file system
#options QUOTA # file system quotas
options FASTLINKS # fast symbolic links in FFS
#options NFSSERVER # Network File System server
#options HAVE_USL_UFS # SVR4 ufs
# networking options
#options GATEWAY # packet forwarding
options INET # IP
#options NS # XNS
#options CCITT # X.25
#options ISO # OSI networking
#options TPIP # ?
#options EON # ?
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
#options MULTICAST # multicast
#options PFIL_HOOKS # packet filter hooks
# Options specific to this host.
options DEBUG
#options INSECURE # Disable kernel security.
#options MACHINE_NONCONTIG # support for noncontig memory
#options DEBUG # extra kernel debugging support
#options FPU_EMULATE # software fpu emulation
#options M060SP # int/fp emulation for MC68060
#options FPSP # '40 Floating Point Software
options ITEKANJI # Kanji display for console
#options PANICBUTTON
options ITEKANJI # Kanji display for console
#options PANICBUTTON # enable interrput switch
#options JUPITER # support for "JUPITER-X"
#options BUFPAGES=900
#options NKMEMCLUSTERS=256
#options PROFTIMER, PRF_INTERVAL=500
#options KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
#options PPP_OUTQ_SIZE=4096
#config netbsd root on sd6a swap on sd6b
#config netbsd root on sd6a type ffs swap on sd6b
config netbsd root on ? type ?
# manufacturer 1 is a pseudo and stands for `builtin'
master scsi0 at nexus0
master scsi1 at nexus0
#master fdc0 at nexus0
mainbus0 at root
# further builtin devices
device zs0 at nexus0
#device ser2 at nexus0
#device clock at manufacturer 1 product 4
#device kbd at manufacturer 1 product 5
#device par0 at nexus0
#device fd0 at fdc0 slave 0
#device fd1 at fdc0 slave 1
spc0 at mainbus0 # builtin scsi
spc1 at mainbus0 # external scsi
scsibus* at spc?
# SCSI disks
disk sd0 at scsi0 slave 0
disk sd1 at scsi0 slave 1
disk sd2 at scsi0 slave 2
disk sd3 at scsi0 slave 3
disk sd4 at scsi0 slave 4
disk sd5 at scsi0 slave 5
disk sd6 at scsi0 slave 6
disk sd7 at scsi0 slave 7
zs0 at mainbus0 # Zilog serial
#zs1 at mainbus0 # Zilog serial
#par0 at mainbus0 # builtin parallel port
grfbus0 at mainbus0 # bitmapped display's
grf0 at grfbus0 # multiplane graphics
#grf1 at grfbus0 # flexible graphics
ite0 at grf0 # console
#fdc0 at mainbus0 # floppy controller
#fd* at fdc0 unit ? # builtin floppy drive
#com0 at mainbus0 # NS16550
#com1 at mainbus0 # NS16550
# SCSI tapes
tape st0 at scsi0 slave 4
#tape st1 at scsi0 slave ?
device grf0 at manufacturer 1 product 7
#device grf1 at manufacturer 18260 product 6
# builtin clock (should all identify as "rtclock")
device rtclock0 at nexus0
# ethernet board
#device le0 at manufacturer ? product ?
device bsdaudio0 at nexus0
sd* at scsibus? target ? lun ? # SCSI disks
#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
#st* at scsibus? target ? lun 0 # SCSI tapes
#ss* at scsibus? target ? lun ? # SCSI scanners
#ch* at scsibus? target ? lun ? # SCSI changer devices
#uk* at scsibus? target ? lun ? # SCSI unknown device
#pseudo-device sl 4 # compressed SLIP
#pseudo-device ppp 4 # point-to-point protocol
pseudo-device ppp 1 # point-to-point protocol
#pseudo-device bpfilter 16 # packet filter
pseudo-device ite # internal terminal emulator
pseudo-device view 10 # ?
pseudo-device pty 16 # pseudo-terminals
#pseudo-device mouse # mouse
pseudo-device mouse # mouse
pseudo-device loop # loopback; recommended
pseudo-device ether # ethernet
#pseudo-device sram # battery-backuped static RAM
#pseudo-device bell # OPM bell
#pseudo-device pow 2 # software power switch
#pseudo-device vnd 10 # vn virtual filesystem device
#pseudo-device ccd 4 # concatenating disk driver
#pseudo-device md 1 # memory disk