diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-02-01 00:30:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-02-01 00:30:44 +0000 |
commit | cbe48957ed88932051848cb8457ee5f9866baab6 (patch) | |
tree | c83988851d311d7df21cfb33bb0891ac8b7f18f5 /sys/arch/sparc/include | |
parent | e6b3710e4cef18bcfdb35ce4211312a05897c55d (diff) |
driver for the 8 serial 1 parallel SUNW,spif board:
o heavily based on magma driver
o no support for the parallel port yet
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/conf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index f378b2ffdf2..77039f962ca 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.8 1998/12/29 09:33:36 deraadt Exp $ */ +/* $OpenBSD: conf.h,v 1.9 1999/02/01 00:30:43 jason Exp $ */ /* $NetBSD: conf.h,v 1.8 1996/12/31 07:12:43 mrg Exp $ */ /* @@ -106,4 +106,7 @@ cdev_decl(bpp); cdev_decl(mtty); cdev_decl(mbpp); +cdev_decl(stty); +cdev_decl(sbpp); + cdev_decl(ksyms); |