Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.16
      1 #	$NetBSD: GENERIC,v 1.16 1996/06/03 20:10:53 cgd Exp $
      2 #
      3 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
      4 
      5 include	"std.alpha"
      6 
      7 maxusers 8
      8 
      9 # does not really do anything anymore, but this replaces "ident GENERIC"
     10 options		GENERIC
     11 
     12 # CPU Support
     13 options		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     14 options		DEC_3000_300	# Pelican etc:	3000/300*
     15 options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     16 options		DEC_KN20AA	# KN20AA:	AlphaStation 600
     17 options		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     18 #options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     19 
     20 # needs to be set per system
     21 options		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
     22 options		DST=1			# Daylight savings rules (for param.c)
     23 
     24 # Standard system options
     25 options		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
     26 options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
     27 options		KTRACE			# System call tracing support
     28 
     29 # File system options
     30 options		FIFO		# POSIX fifo support (in all file systems)
     31 options		FFS		# Fast file system
     32 options		MFS		# Memory-based file system
     33 options		NFSSERVER	# Sun NFS-compatible file system server
     34 options		NFSCLIENT	# Sun NFS-compatible file system client
     35 
     36 # Networking options
     37 options		INET		# Internet protocol suite
     38 
     39 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     40 options		COMPAT_43
     41 
     42 # Binary compatibility with previous versions of NetBSD.
     43 options		COMPAT_10
     44 
     45 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
     46 #options	COMPAT_OSF1
     47 
     48 # Loadable Kernel Modules
     49 options		LKM
     50 
     51 # Disable kernel security.
     52 #options	INSECURE
     53 
     54 # Misc. options
     55 options		PCIVERBOSE	# recognize "unknown" PCI devices
     56 
     57 config		netbsd		swap generic
     58 
     59 mainbus0 at	root
     60 cpu*	at	mainbus0
     61 
     62 # TurboChannel host bus adapter support
     63 tcasic*	at	mainbus0
     64 
     65 # TurboChannel bus support
     66 tc*	at	tcasic?
     67 
     68 # TurboChannel devices
     69 ioasic0	at	tc? slot ? offset ?
     70 mcclock0 at	ioasic? offset ?
     71 le*	at	ioasic? offset ?
     72 scc0	at	ioasic? offset ?
     73 scc1	at	ioasic? offset ?
     74 tcds0	at	tc? slot ? offset ?
     75 esp0	at	tcds? slot ?
     76 esp1	at	tcds? slot ?
     77 cfb*	at	tc? slot ? offset ?
     78 sfb*	at	tc? slot ? offset ?
     79 le*	at	tc? slot ? offset ?
     80 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     81 
     82 # PCI host bus adapter support
     83 apecs*	at	mainbus?
     84 cia*	at	mainbus?
     85 lca*	at	mainbus?
     86 
     87 # PCI bus support
     88 pci*	at	apecs?
     89 pci*	at	cia?
     90 pci*	at	lca?
     91 pci*	at	ppb?
     92 
     93 # PCI devices
     94 de*	at	pci?
     95 le*	at	pci?
     96 ncr*	at	pci?
     97 pceb*	at	pci?
     98 pcivga*	at	pci?
     99 ppb*	at	pci?
    100 sio*	at	pci?
    101 tga*	at	pci?
    102 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
    103 
    104 # ISA/EISA bus support
    105 isa*	at	pceb?
    106 eisa*	at	pceb?
    107 isa*	at	sio?
    108 
    109 # ISA devices
    110 mcclock0 at	isa? port 0x70
    111 pckbd0	at	isa? port 0x60 irq 1		# PC-ish ISA keyboard
    112 pms0	at	isa? port 0x60 irq 12		# PS/2 auxiliary
    113 com0	at	isa? port 0x3f8 irq 4		# standard serial ports
    114 com1	at	isa? port 0x2f8 irq 3
    115 lpt0	at	isa? port 0x3bc irq 7		# standard parallel port
    116 #wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    117 
    118 # EISA devices
    119 fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
    120 
    121 # SCSI bus support
    122 scsibus* at	esp?
    123 scsibus* at	ncr?
    124 
    125 # SCSI devices
    126 sd*	at	scsibus? target ? lun ?
    127 st*	at	scsibus? target ? lun ?
    128 cd*	at	scsibus? target ? lun ?
    129 
    130 # Workstation Console attachments
    131 wscons*	at	cfb?
    132 wscons*	at	pcivga?
    133 wscons*	at	sfb?
    134 wscons*	at	tga?
    135 
    136 pseudo-device	bpfilter
    137 pseudo-device	loop
    138 pseudo-device	pty
    139 pseudo-device	sl
    140 pseudo-device	vnd
    141