diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-07-04 02:33:47 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-07-04 02:33:47 +0000 |
| commit | 25360fe99c1e8cd14d291ec9eb5727591634b3d4 (patch) | |
| tree | 35e7e41638c46aec467aef708cbfcadc781ae66b | |
| parent | 49da41564eb510d367ce5fb1d45574c7ee9aa943 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 7347d4030be8..1e5ec021a58a 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -30,17 +30,20 @@ maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported +options API_UP1000 # UP1000 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname options DEC_EB164 # EB164, PC164, PC164LX, PC164SX options DEC_EB64PLUS # EB64+, Aspen Alpine, etc options DEC_2100_A50 # AlphaStation 200, 250, 255, 400 +options DEC_2100_A500 # AlphaServer 2000, 2100, 2100A options DEC_KN20AA # AlphaStation 500, 600 options DEC_ST550 # Personal Workstation 433, 500, 600 options DEC_ST6600 # xp1000, dp264, ds20, ds10, family options DEC_3000_300 # DEC3000/300* Pelic* family options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family options DEC_1000A # AlphaServer 1000, 1000A, 800 -options DEC_KN8AE # Alpha 8200/8400 (Turbolaser) +options DEC_KN8AE # AlphaServer 8200/8400 (Turbolaser) +options DEC_KN300 # AlphaServer 4100 (Rawhide) options INET #InterNETworking options INET6 #IPv6 communications protocols |
