diff options
author | gallatin <gallatin@FreeBSD.org> | 2001-01-27 20:56:00 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2001-01-27 20:56:00 +0000 |
commit | ba6119ff82b7a61781dccbca21fea4134a18b376 (patch) | |
tree | 2abcbfd7768b34d298b60d48644fe76242fec79c /sys/alpha/conf/GENERIC | |
parent | ceeff8ca206e3c114d325dd5069547b9a2d0f554 (diff) | |
download | FreeBSD-src-ba6119ff82b7a61781dccbca21fea4134a18b376.zip FreeBSD-src-ba6119ff82b7a61781dccbca21fea4134a18b376.tar.gz |
The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, so
document that fact.
Thanks to Peter Petrakis <ppetrakis@alphalinux.org> for doing a test boot.
Diffstat (limited to 'sys/alpha/conf/GENERIC')
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index f81bf07..e7fa03a 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -33,7 +33,7 @@ maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported -options API_UP1000 # UP1000 (Nautilus) +options API_UP1000 # UP1000, UP1100 (Nautilus) options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname options DEC_EB164 # EB164, PC164, PC164LX, PC164SX options DEC_EB64PLUS # EB64+, Aspen Alpine, etc |