diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-20 21:28:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-20 21:28:07 +0000 |
commit | d2027a358165d1a616aae1c4a7137b94ff0c7ac6 (patch) | |
tree | 736b54f22a6750e7397e0d01e9075655a36c156c /sys/arch/sparc64/conf | |
parent | c967fc5433b4ef6dba0cc4729567fefc1f83b64b (diff) |
Port mgx(4) to sparc64.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index fdad36f8102..e3b9de40407 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.94 2004/06/20 20:49:56 miod Exp $ +# $OpenBSD: GENERIC,v 1.95 2004/06/20 21:28:04 miod Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -273,6 +273,9 @@ wsdisplay* at zx? rfx* at sbus? # RasterFlex framebuffer series wsdisplay* at rfx? +mgx* at sbus? # SMS MGX/MGXPlus framebuffer +wsdisplay* at mgx? + audiocs* at sbus? asio* at sbus? # Aurora 210SJ |