]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/alpha/conf/NOTES
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sys / alpha / conf / NOTES
1 #
2 # GENERIC -- Generic kernel configuration file for FreeBSD/alpha
3 #
4 # For more information on this file, please read the handbook section on
5 # Kernel Configuration Files:
6 #
7 #    http://www.freebsd.org/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../i386/conf/LINT configuration file. 
16 # If you are in doubt as to the purpose or necessity of a line, check first 
17 # in LINT. Please note that this is the i386 LINT, but it still contains
18 # valuable info for alpha too
19 #
20 # For hardware specific information check HARDWARE.TXT
21 #
22 # $FreeBSD$
23
24 machine         alpha
25 cpu             EV4
26 cpu             EV5
27 ident           GENERIC
28 maxusers        32
29
30 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
31
32 # Platforms supported
33 options         DEC_AXPPCI_33           # UDB, Multia, AXPpci33, Noname
34 options         DEC_EB164               # EB164, PC164, PC164LX, PC164SX
35 options         DEC_EB64PLUS            # EB64+, Aspen Alpine, etc
36 options         DEC_2100_A50            # AlphaStation 200, 250, 255, 400
37 options         DEC_KN20AA              # AlphaStation 500, 600
38 options         DEC_ST550               # Personal Workstation 433, 500, 600
39 options         DEC_ST6600              # xp1000, dp264, ds20, ds10, family
40 options         DEC_3000_300            # DEC3000/300* Pelic* family
41 options         DEC_3000_500            # DEC3000/[4-9]00 Flamingo/Sandpiper family
42 options         DEC_1000A               # AlphaServer 1000, 1000A, 800
43 options         DEC_KN8AE               # Alpha 8200/8400 (Turbolaser)
44
45 options         INET                    #InterNETworking
46 options         INET6                   #IPv6 communications protocols
47 options         FFS                     #Berkeley Fast Filesystem
48 options         FFS_ROOT                #FFS usable as root device [keep this!]
49 options         MFS                     #Memory Filesystem
50 options         MD_ROOT                 #MD is a potential root device
51 options         NFS                     #Network Filesystem
52 options         NFS_ROOT                #NFS usable as root device
53 options         MSDOSFS                 #MSDOS Filesystem
54 options         CD9660                  #ISO 9660 Filesystem
55 options         CD9660_ROOT             #CD-ROM usable as root device
56 options         PROCFS                  #Process filesystem
57 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
58 options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI 
59 options         UCONSOLE                #Allow users to grab the console
60 options         KTRACE                  #ktrace(1) syscall trace support
61 options         SYSVSHM                 #SYSV-style shared memory
62 options         SYSVMSG                 #SYSV-style message queues
63 options         SYSVSEM                 #SYSV-style semaphores
64 options         P1003_1B                #Posix P1003_1B real-time extentions
65 options         _KPOSIX_PRIORITY_SCHEDULING
66 options         ICMP_BANDLIM            #Rate limit bad replies
67
68 # Standard busses
69 device          isa
70 device          pci
71 options         COMPAT_OLDPCI           # PCI compatability shims
72
73 # Floppy drives
74 device          fdc0    at isa? port IO_FD1 irq 6 drq 2
75 device          fd0     at fdc0 drive 0
76
77 # ATA and ATAPI devices
78 device          ata
79 device          atadisk         # ATA disk drives
80 device          atapicd         # ATAPI CDROM drives
81 device          atapifd         # ATAPI floppy drives
82 device          atapist         # ATAPI tape drives
83
84 # SCSI Controllers
85 device          ahc             # AHA2940 and onboard AIC7xxx devices
86 #device         esp             # 53C94 & friends, not CAM-ified
87 device          isp             # Qlogic family
88 device          ncr             # NCR/Symbios Logic
89 device          sym             # NCR/Symbios Logic (newer chipsets)
90
91 # SCSI peripherals
92 device          scbus           # SCSI bus (required)
93 device          da              # Direct Access (disks)
94 device          sa              # Sequential Access (tape etc)
95 device          cd              # CD
96 device          pass            # Passthrough device (direct SCSI access)
97
98 # atkbdc0 controls both the keyboard and the PS/2 mouse
99 device          atkbdc0 at isa? port IO_KBD
100 device          atkbd0  at atkbdc? irq 1
101 device          psm0    at atkbdc? irq 12
102
103 device          vga0    at isa?
104
105 # splash screen/screen saver
106 pseudo-device   splash
107
108 # syscons is the default console driver, resembling an SCO console
109 device          sc0     at isa?
110
111 # real time clock
112 device          mcclock0 at isa? port 0x70
113
114 # Serial (COM) ports
115 device          sio0    at isa? port IO_COM1 irq 4
116 device          sio1    at isa? port IO_COM2 irq 3 flags 0x50
117
118 # PCI Ethernet NICs.
119 device          de              # DEC/Intel DC21x4x (``Tulip'')
120 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
121 device          le              # Lance
122 device          wx              # Intel Gigabit Ethernet Card (``Wiseman'')
123
124 # PCI Ethernet NICs that use the common MII bus controller code.
125 device          miibus          # MII bus support
126 device          dc              # DEC/Intel 21143 and workalikes
127 device          rl              # RealTek 8129/8139
128 device          sf              # Adaptec AIC-6915 (``Starfire'')
129 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
130 device          ste             # Sundance ST201 (D-Link DFE-550TX)
131 device          tl              # Texas Instruments ThunderLAN
132 device          vr              # VIA Rhine, Rhine II
133 device          wb              # Winbond W89C840F
134 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
135
136 # Pseudo devices - the number indicates how many units to allocated.
137 pseudo-device   loop            # Network loopback
138 pseudo-device   ether           # Ethernet support
139 pseudo-device   sl      1       # Kernel SLIP
140 pseudo-device   ppp     1       # Kernel PPP
141 pseudo-device   tun             # Packet tunnel.
142 pseudo-device   pty             # Pseudo-ttys (telnet etc)
143 pseudo-device   md              # Memory "disks"
144 pseudo-device   gif     4       # IPv6 and IPv4 tunneling
145 pseudo-device   faith   1       # IPv6-to-IPv4 relaying/(translation)
146
147 # The `bpf' pseudo-device enables the Berkeley Packet Filter.
148 # Be aware of the administrative consequences of enabling this!
149 pseudo-device   bpf             #Berkeley packet filter
150
151 # USB support
152 #device         uhci            # UHCI PCI->USB interface
153 #device         ohci            # OHCI PCI->USB interface
154 #device         usb             # USB Bus (required)
155 #device         ugen            # Generic
156 #device         uhid            # "Human Interface Devices"
157 #device         ukbd            # Keyboard
158 #device         ulpt            # Printer
159 #device         umass           # Disks/Mass storage - Requires scbus and da0
160 #device         ums             # Mouse
161 # USB Ethernet
162 #device         aue             # ADMtek USB ethernet
163 #device         cue             # CATC USB ethernet
164 #device         kue             # Kawasaki LSI USB ethernet