diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-03 21:59:00 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-03 21:59:00 +0000 |
commit | 6a7325ccd3d30b0417f42712fbee2d9a50459495 (patch) | |
tree | 3fbf4ce8af6197a06cc36393678c5d95a4d4899a /sys/dev/sbus | |
parent | 1f5af93cdf91726621d22c1348aa6dab7bec7952 (diff) |
define a new wsemul_sun attribute and add it to the sparc64 framebuffers
[This needs to be extended to the vt100 and dumb emulations too.. in time].
(This allows the removal of WSEMUL_SUN from sparc64/conf/GENERIC)
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r-- | sys/dev/sbus/files.sbus | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sbus/files.sbus b/sys/dev/sbus/files.sbus index 4747a33362c..ae32c96dfed 100644 --- a/sys/dev/sbus/files.sbus +++ b/sys/dev/sbus/files.sbus @@ -1,4 +1,4 @@ -# $OpenBSD: files.sbus,v 1.9 2001/12/04 21:43:01 jason Exp $ +# $OpenBSD: files.sbus,v 1.10 2002/01/03 21:58:59 jason Exp $ # $NetBSD: files.sbus,v 1.16 2000/12/08 17:29:12 martin Exp $ # # Config file and device description for machine-independent SBUS code. @@ -52,10 +52,10 @@ file dev/sbus/cs4231.c audiocs attach isp at sbus with isp_sbus file dev/sbus/isp_sbus.c isp_sbus -device cgsix: wsemuldisplaydev, wsrasteremulops +device cgsix: wsemuldisplaydev, wsrasteremulops, wsemul_sun attach cgsix at sbus file dev/sbus/cgsix.c cgsix -device cgthree: wsemuldisplaydev, wsrasteremulops +device cgthree: wsemuldisplaydev, wsrasteremulops, wsemul_sun attach cgthree at sbus file dev/sbus/cgthree.c cgthree |