Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2
      1  1.2      cgd #	$NetBSD: GENERIC,v 1.2 1994/10/26 07:23:09 cgd Exp $
      2  1.1  mycroft #
      3  1.1  mycroft # GENERIC HP9000/300
      4  1.1  mycroft #
      5  1.1  mycroft machine		"hp300"
      6  1.1  mycroft 
      7  1.1  mycroft cpu		"HP320"
      8  1.1  mycroft cpu		"HP330"		# includes 318, 319
      9  1.1  mycroft cpu		"HP340"
     10  1.1  mycroft cpu		"HP350"
     11  1.1  mycroft cpu		"HP360"
     12  1.1  mycroft cpu		"HP370"
     13  1.1  mycroft cpu		"HP375"		# includes 345, 400t, 400s
     14  1.1  mycroft cpu		"HP380"		# includes 425t, 425s, 433s
     15  1.1  mycroft ident		GENERIC
     16  1.1  mycroft 
     17  1.1  mycroft # Need to set locally
     18  1.1  mycroft timezone	8 dst
     19  1.1  mycroft maxusers	48
     20  1.1  mycroft 
     21  1.1  mycroft # Standard system options
     22  1.1  mycroft options		SWAPPAGER		# swap pager (anonymous and swap space)
     23  1.1  mycroft options		VNODEPAGER		# vnode pager (mapped files)
     24  1.1  mycroft options		DEVPAGER		# device pager (mapped devices)
     25  1.1  mycroft options		DIAGNOSTIC		# extra kernel debugging checks
     26  1.1  mycroft options		DEBUG			# extra kernel debugging support
     27  1.1  mycroft options		"COMPAT_43"		# compatibility with 4.3BSD binaries
     28  1.1  mycroft options		"COMPAT_44"		# compatibility with 4.4BSD binaries
     29  1.1  mycroft options		"COMPAT_09"		# compatibility with NetBSD 0.9
     30  1.1  mycroft options		SYSVSHM			# System V shared memory
     31  1.1  mycroft options		SYSVSEM			# System V semaphores
     32  1.1  mycroft options		SYSVMSG			# System V message queues
     33  1.1  mycroft options		KTRACE			# system call tracing support
     34  1.1  mycroft options		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     35  1.1  mycroft options		KGDB			# support for kernel gdb
     36  1.1  mycroft options		"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     37  1.1  mycroft #options	"KGDBDEV=15*256+0"	# device for kernel gdb
     38  1.1  mycroft 
     39  1.1  mycroft # Filesystem options
     40  1.1  mycroft options		FIFO		# POSIX fifo support (in all filesystems)
     41  1.1  mycroft options		FFS,QUOTA	# fast filesystem with user and group quotas
     42  1.1  mycroft options		MFS		# memory-based filesystem
     43  1.1  mycroft options		NFSCLIENT	# Sun NFS-compatible client
     44  1.1  mycroft options		NFSSERVER	# Sun NFS-compatible server
     45  1.1  mycroft options		"CD9660"	# ISO 9660 (CDROM) filesystem
     46  1.1  mycroft options		UNION		# Union filesystem
     47  1.1  mycroft options		KERNFS		# kernel data-structure filesystem
     48  1.1  mycroft options		FDESC		# user file descriptor filesystem
     49  1.1  mycroft options		PROCFS		# /proc filesystem
     50  1.1  mycroft #options	UMAPFS		# uid/gid remapping filesystem
     51  1.1  mycroft #options	NULLFS		# null layer filesystem
     52  1.1  mycroft #options	LFS		# Log-based filesystem (still experimental)
     53  1.1  mycroft #options	PORTAL		# portal filesystem (still experimental)
     54  1.1  mycroft 
     55  1.1  mycroft # Networking options
     56  1.1  mycroft options		INET		# Internet protocols
     57  1.1  mycroft options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     58  1.1  mycroft options		GATEWAY		# IP packet forwarding
     59  1.1  mycroft options		MROUTING	# Multicast routing support
     60  1.1  mycroft #options	ISO		# OSI networking
     61  1.1  mycroft #options	TPIP
     62  1.1  mycroft #options	EON
     63  1.1  mycroft 
     64  1.1  mycroft # Options for HP hardware
     65  1.1  mycroft options		PANICBUTTON	# Two fast <reset>s on console dump kernel
     66  1.1  mycroft #options	COMPAT_HPUX	# HP-UX binary compatibility
     67  1.1  mycroft #options	COMPAT_OHPUX	# Needed at least through HP-UX 7.05
     68  1.1  mycroft options		FPSP		# floating point emulation for MC68040
     69  1.1  mycroft options		COMPAT_NOLABEL	# default partitioning for unlabeled disks
     70  1.1  mycroft options		MAPPEDCOPY	# use page mapping for large copyin/copyout
     71  1.1  mycroft 
     72  1.1  mycroft 
     73  1.1  mycroft config		netbsd swap generic
     74  1.1  mycroft 
     75  1.1  mycroft master		hpib0	at scode7
     76  1.1  mycroft master		hpib1	at scode?
     77  1.1  mycroft master		hpib2	at scode?
     78  1.1  mycroft disk		rd0	at hpib? slave 0
     79  1.1  mycroft disk		rd1	at hpib? slave ?
     80  1.1  mycroft disk		rd2	at hpib? slave ?
     81  1.1  mycroft disk		rd3	at hpib? slave ?
     82  1.1  mycroft tape		ct0	at hpib? slave ?
     83  1.1  mycroft tape		ct1	at hpib? slave ? flags 1
     84  1.1  mycroft device		ppi0	at hpib0 slave 5
     85  1.1  mycroft 
     86  1.1  mycroft master		scsi0	at scode?
     87  1.1  mycroft master		scsi1	at scode?
     88  1.1  mycroft master		scsi2	at scode?
     89  1.1  mycroft master		scsi3	at scode?
     90  1.1  mycroft disk		sd0	at scsi? slave ?
     91  1.1  mycroft disk		sd1	at scsi? slave ?
     92  1.1  mycroft disk		sd2	at scsi? slave ?
     93  1.1  mycroft disk		sd3	at scsi? slave ?
     94  1.1  mycroft disk		sd4	at scsi? slave ?
     95  1.1  mycroft disk		sd5	at scsi? slave ?
     96  1.1  mycroft disk		sd6	at scsi? slave ?
     97  1.1  mycroft disk		sd7	at scsi? slave ?
     98  1.1  mycroft disk		sd8	at scsi? slave ?
     99  1.1  mycroft disk		sd9	at scsi? slave ?
    100  1.1  mycroft disk		sd10	at scsi? slave ?
    101  1.1  mycroft tape		st0	at scsi? slave ?
    102  1.1  mycroft tape		st1	at scsi? slave ?
    103  1.1  mycroft 
    104  1.1  mycroft device		dca0	at scode9 flags 1
    105  1.1  mycroft device		dcm0	at scode? flags 0xe
    106  1.1  mycroft device		dcm1	at scode? flags 0xe
    107  1.1  mycroft device		dcm2	at scode? flags 0xe
    108  1.1  mycroft device		dcm3	at scode? flags 0xe
    109  1.1  mycroft device		dcm4	at scode? flags 0xe
    110  1.1  mycroft device		dcm5	at scode? flags 0xe
    111  1.1  mycroft 
    112  1.1  mycroft device		le0	at scode?
    113  1.1  mycroft device		le1	at scode?
    114  1.1  mycroft device		le2	at scode?
    115  1.1  mycroft device		le3	at scode?
    116  1.1  mycroft 
    117  1.1  mycroft device		grf0	at scode?
    118  1.1  mycroft device		grf1	at scode?
    119  1.1  mycroft device		grf2	at scode?
    120  1.1  mycroft 
    121  1.1  mycroft pseudo-device	sl		 4	# serial-line IP ports
    122  1.1  mycroft pseudo-device	ppp		 4	# Point-to-Point Protocol ports
    123  1.1  mycroft pseudo-device	pty		64	# pseudo ptys
    124  1.1  mycroft pseudo-device	bpfilter	16	# packet filter ports
    125  1.1  mycroft pseudo-device	ite
    126  1.1  mycroft pseudo-device	loop
    127  1.1  mycroft pseudo-device	ether
    128