diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-12-04 21:43:02 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-12-04 21:43:02 +0000 |
commit | dfe8644d8caa7dbc4d7747853f394fb8fb34d385 (patch) | |
tree | 2e1ec8dbfacb9215b77c1c2ee92ce0c28ef08044 /sys/dev/sbus/files.sbus | |
parent | be8a08b217abae02f71c7690f6c54495288d371d (diff) |
skeleton driver for cgthree (at the same point as cgsix)
Diffstat (limited to 'sys/dev/sbus/files.sbus')
-rw-r--r-- | sys/dev/sbus/files.sbus | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/sbus/files.sbus b/sys/dev/sbus/files.sbus index e4b4ba401cb..4747a33362c 100644 --- a/sys/dev/sbus/files.sbus +++ b/sys/dev/sbus/files.sbus @@ -1,4 +1,4 @@ -# $OpenBSD: files.sbus,v 1.8 2001/12/04 20:07:06 jason Exp $ +# $OpenBSD: files.sbus,v 1.9 2001/12/04 21:43:01 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. @@ -55,3 +55,7 @@ file dev/sbus/isp_sbus.c isp_sbus device cgsix: wsemuldisplaydev, wsrasteremulops attach cgsix at sbus file dev/sbus/cgsix.c cgsix + +device cgthree: wsemuldisplaydev, wsrasteremulops +attach cgthree at sbus +file dev/sbus/cgthree.c cgthree |