Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / alpha / conf / RAWHIDE
blob198d05fdb1b3e7727f9e91dfc33fa77bdf3fbeed
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"
6 maxusers        64
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
35 options         INET
36 options         GATEWAY
37 options         COMPAT_43
38 options         COMPAT_12
39 options         COMPAT_13
40 options         COMPAT_14
41 options         COMPAT_15
42 options         COMPAT_16
43 options         COMPAT_20
44 options         COMPAT_30       # NetBSD 3.0 compatibility.
45 options         COMPAT_40       # NetBSD 4.0 compatibility.
46 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
48 options         SYSVMSG
49 options         SYSVSEM
50 options         SYSVSHM
51 options         EISAVERBOSE
52 options         PCIVERBOSE
53 #options        PCI_CONFIG_DUMP         # verbosely dump PCI config space
54 options         SCSIVERBOSE
56 config          netbsd  root on ? type ?
58 mainbus0 at     root
59 cpu*    at      mainbus0
60 mcbus*  at      mainbus0
61 mcmem*  at      mcbus? mid ?
62 #i2c    at      mcbus?
63 mcpcia* at      mcbus? mid ?
64 pci*    at      ppb?
65 pci*    at      mcpcia?
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
82 isa*    at      pceb?
83 eisa*   at      pceb?
84 isa*    at      sio?
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
92 scsibus* at     ahc?
93 scsibus* at     bha?
94 scsibus* at     isp?
95 #scsibus* at    ncr?
96 scsibus* at     siop?
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
104 pseudo-device   ccd             16
105 pseudo-device   ipfilter        1
106 pseudo-device   loop            1
107 pseudo-device   md              1
108 pseudo-device   ppp             
109 pseudo-device   pty
110 pseudo-device   sl              
111 pseudo-device   vnd             
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