diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-17 21:24:55 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-17 21:24:55 +0000 |
commit | fc030c51477ebfd85d523707661786157f4f9af6 (patch) | |
tree | 53aac59c339c47abc3237b9d76097fe8b1f1676b /sys/arch/sparc64 | |
parent | f1ea6b27530f70084ece37db2334da3f0afc4491 (diff) |
Enable the sab82532 driver (serial console for u5/u10/u30, etc).
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index b6437946218..1f15e0e8d20 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.40 2002/01/16 21:35:04 jason Exp $ +# $OpenBSD: GENERIC,v 1.41 2002/01/17 21:24:54 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -57,8 +57,8 @@ auxio* at ebus? beeper* at ebus? # SAB82532 based serial ports -#sab* at ebus? -#sabtty* at sab? +sab* at ebus? +sabtty* at sab? #com* at ebus? #*BROKEN* |