diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-08 00:43:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-08 00:43:18 +0000 |
commit | dbef7fb52a3aa6fbbf9d5ca6fe96455679d4309d (patch) | |
tree | 5b3c375bc47a0801fc744303fc41fffadb8caae8 /sys/arch/sparc | |
parent | e97891dd150cef7752b27aef673171776dd2e043 (diff) |
agten does not need to imply rasops32 at the moment.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 77332d6c546..fa060913214 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.48 2003/03/06 21:48:25 miod Exp $ +# $OpenBSD: files.sparc,v 1.49 2003/03/08 00:43:17 miod Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -203,7 +203,7 @@ device vigra: wsemuldisplaydev, rasops8, wsemul_sun attach vigra at sbus file arch/sparc/dev/vigra.c vigra -device agten: wsemuldisplaydev, rasops8, rasops32, wsemul_sun +device agten: wsemuldisplaydev, rasops8, wsemul_sun attach agten at sbus file arch/sparc/dev/agten.c agten |