1 # $NetBSD: RAWHIDE,v 1.31 2008/05/30 20:10:01 tsutsui Exp $
3 # Alpha 4100 stripped for action server kernel.
5 include "arch/alpha/conf/std.alpha"
7 #makeoptions DEBUG="-g"
8 options DEC_KN300 # KN300: AlphaServer 4100 and 1200
9 options KTRACE # System call tracing support
10 options DEBUG # Expensive debugging checks/support
11 options KMEMSTATS # Collect kmem usage statistics
12 options USERCONF # userconf(4) support
13 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
14 options DIAGNOSTIC # Cheap kernel consistency checks
15 options DDB # Kernel Dynamic Debugger
17 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 file-system FFS # Fast file system
20 file-system MFS # Memory-based file system
21 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
22 file-system EXT2FS # Linux ext2 file system
23 file-system NFS # Sun NFS-compatible file system client
24 file-system NULLFS # Null file system layer
25 file-system KERNFS # Kernel variable file system (/kern)
26 file-system FDESC # File descriptor file system (/dev/fd)
27 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
28 file-system UMAPFS # User-mapping file system layer
29 file-system PROCFS # Process file system (/proc)
30 file-system UNION # union file system
31 file-system PTYFS # /dev/pts/N support
33 #options FFS_NO_SNAPSHOT # No FFS snapshot support
44 options COMPAT_30 # NetBSD 3.0 compatibility.
45 options COMPAT_40 # NetBSD 4.0 compatibility.
46 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
53 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
56 config netbsd root on ? type ?
61 mcmem* at mcbus? mid ?
63 mcpcia* at mcbus? mid ?
67 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
68 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
69 cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
70 en* at pci? dev ? function ? # ENI PCI ATM (untested)
71 ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
72 esh* at pci? dev ? function ? # Essential HIPPI card
73 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
74 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
75 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
76 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
77 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
78 ukphy* at mii? phy ? # generic unknown PHYs
79 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
80 ppb* at pci? dev ? function ? # PCI-PCI Bridges
81 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
85 mcclock* at isa? port 0x70
86 com* at isa? port 0x3f8 irq 4
87 com* at isa? port 0x2f8 irq 3
89 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
90 fd* at fdc? drive ? # floppy drives
98 cd* at scsibus? target ? lun ?
99 sd* at scsibus? target ? lun ?
100 st* at scsibus? target ? lun ?
101 ch* at scsibus? target ? lun ?
103 pseudo-device bpfilter
105 pseudo-device ipfilter 1
112 pseudo-device clockctl # user control of clock subsystem
113 #pseudo-device fss 4 # file system snapshot device
114 pseudo-device putter # for puffs and pud