diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-11 21:05:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-11 21:05:00 +0000 |
commit | 9a8cdb30c620a4860cc8c03f2ea83d68489dffc7 (patch) | |
tree | 11dc42c5b24c57b56f39793ea9ae64011f77a00f /sys | |
parent | 10d0db582981503c5205f0a3cc063b8affd08f88 (diff) |
add stub for willowglen vme serial card driver
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/conf/files.mvme68k | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/conf/files.mvme68k b/sys/arch/mvme68k/conf/files.mvme68k index 9393c57375b..b5e6ad8b857 100644 --- a/sys/arch/mvme68k/conf/files.mvme68k +++ b/sys/arch/mvme68k/conf/files.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme68k,v 1.6 1996/06/30 17:39:44 deraadt Exp $ +# $OpenBSD: files.mvme68k,v 1.7 1996/12/11 21:04:59 deraadt Exp $ # config file for mvme68k @@ -137,3 +137,8 @@ file arch/m68k/m68k/db_memrw.c ddb # SunOS Binary Compatibility (COMPAT_SUNOS) include "../../../compat/sunos/files.sunos" file arch/m68k/m68k/sunos_machdep.c compat_sunos + +device wl: tty +attach wl at vmes +file arch/mvme68k/dev/wl.c wl needs-count + |