Annotation of src/sys/arch/hp300/conf/HAYDON, Revision 1.10
1.10 ! thorpej 1: # $NetBSD: HAYDON,v 1.9 1999/07/31 20:19:31 thorpej Exp $
1.1 carrel 2: #
3: # HAYDON
4: #
5: # Dave Carrel's hp380
6: # carrel@NetBSD.org
7: #
8: include "arch/hp300/conf/std.hp300"
1.9 thorpej 9: options HP380
10: options HP385
1.1 carrel 11: options FPSP # floating point emulation for MC68040
1.2 lukem 12: makeoptions COPTS="-O2 -m68040"
1.1 carrel 13:
14: maxusers 16
15:
16: # Network options
1.2 lukem 17: options INET # Internet protocols
1.1 carrel 18: #options MULTICAST # IP Multicast (redundant)
19: #options MROUTING # Multicast routing support
20: #options GATEWAY # IP packet forwarding
21: #options ISO # OSI networking
22:
23: # Filesystems
24: file-system FFS # fast filesystem
25: file-system NFS # Network filesystem
26: file-system KERNFS # kernel data-structure filesystem
27: file-system FDESC # user file descriptor filesystem
28: file-system PROCFS # /proc filesystem
29: file-system UNION # Union filesystem (req. for FDESC)
30: #file-system MFS # memory-based filesystem
31: #file-system PORTAL # portal filesystem (still experimental)
32: #file-system CD9660 # CD-ROM ISO-9660 filesystem
33:
34: # Filesystem options
35: options NFSSERVER # Network Filesystem server
36:
1.2 lukem 37: options FDSCRIPTS
38: options SETUIDSCRIPTS
1.1 carrel 39:
1.3 carrel 40: options LKM
1.1 carrel 41:
42: options UCONSOLE # allows non-root to read console output
43:
1.2 lukem 44: #options COMPAT_NOMID
45: options COMPAT_43 # compatibility with 4.3BSD
46: options COMPAT_44 # compatibility with 4.4BSD binaries
47: #options COMPAT_09 # compatibility with NetBSD 0.9
48: options COMPAT_10 # compatibility with NetBSD 1.0 binaries
49: options COMPAT_11 # compatibility with NetBSD 1.1 binaries
50: options COMPAT_12 # compatibility with NetBSD 1.2 binaries
1.5 thorpej 51: options COMPAT_13 # compatibility with NetBSD 1.3 binaries
1.8 augustss 52: options COMPAT_14 # compatibility with NetBSD 1.4
1.2 lukem 53: #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
54:
1.3 carrel 55: options COMPAT_SUNOS
56:
1.2 lukem 57: options SYSVSHM # System V shared memory
58: options SYSVSEM # System V semaphores
59: options SYSVMSG # System V message queues
1.1 carrel 60:
61: # Options for HP machines
62: options COMPAT_HPUX # HP-UX binary compatibility
63: options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
64: #options MAPPEDCOPY
65: #options USELEDS # make the lights twinkle
66: #options COMPAT_NOLABEL # default partitioning for unlabeled disks
67: #options PANICBUTTON # Two fast <reset>s on console dump kernel
68: #options DIOVERBOSE # describe "unknown" DIO devices
69:
70: # Options specific to this host.
1.2 lukem 71: options DDB # Kernel Dynamic Debugger
1.4 lukem 72: #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
1.1 carrel 73: #options DEBUG # extra kernel debugging support
74: #options DIAGNOSTIC # extra kernel debugging checks
1.2 lukem 75: options KTRACE # system call tracing support
1.1 carrel 76:
77: config netbsd root on ? type ?
78:
79: mainbus0 at root
80:
81: intio0 at mainbus0 # internal i/o space
82: dio0 at mainbus0 # DIO/DIO-II bus
83:
84: topcat* at intio? # DAVE - remove one of these
85: topcat* at dio? scode?
86: grf* at topcat? # DAVE - how to get two grf's??
87: ite* at grf?
88:
89: dca0 at dio? scode? flags 0x0
90:
91: le* at dio? scode?
92:
1.3 carrel 93: #nhpib0 at dio? scode 7 # slow internal HP-IB
94: #nhpib* at dio? scode ?
95: #fhpib* at dio? scode ? # fast HP-IB
96: #hpibbus0 at nhpib0
97: #hpibbus* at nhpib?
98: #hpibbus* at fhpib?
1.1 carrel 99:
100: oscsi* at dio? scode? # old HP SCSI
101:
102: sd* at oscsi? target ? lun ?
103: st* at oscsi? target ? lun ?
104:
105: pseudo-device pty 32
106: #pseudo-device sl 1
1.3 carrel 107: pseudo-device rnd # /dev/random and in-kernel generator
1.1 carrel 108: pseudo-device ppp 1
109: pseudo-device bpfilter 8
1.3 carrel 110: pseudo-device vnd 2
111: pseudo-device loop 2
CVSweb <webmaster@jp.NetBSD.org>