diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-27 23:17:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-27 23:17:00 +0000 |
| commit | 6646524f3482aacc84cd1ed6867682494a0821a6 (patch) | |
| tree | a8f69b1f507a116aae9c4e4acdd1eb1f1271bb93 /sys/alpha | |
| parent | f72b11a40c5d60b1846259cda3a7902820f23a7d (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/DEFAULTS | 3 | ||||
| -rw-r--r-- | sys/alpha/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 6 |
3 files changed, 1 insertions, 9 deletions
diff --git a/sys/alpha/conf/DEFAULTS b/sys/alpha/conf/DEFAULTS index c1243a37f22d..d1b622b04573 100644 --- a/sys/alpha/conf/DEFAULTS +++ b/sys/alpha/conf/DEFAULTS @@ -3,8 +3,7 @@ # # $FreeBSD$ -# Not yet, this would break all existing configs -#machine alpha +machine alpha # Pseudo devices. device mem # Memory and kernel memory devices diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index cab4e453e692..35a1e880a789 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -20,7 +20,6 @@ # # $FreeBSD$ -machine alpha cpu EV4 cpu EV5 ident GENERIC diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 82d5ee2f1c40..7b4f25b74903 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -3,12 +3,6 @@ # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. -# This directive is mandatory. It defines the architecture to be -# configured for. In this case, this kernel is for a machine using -# Alpha processors. -# -machine alpha - ##################################################################### # CPU OPTIONS |
