diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-07 14:46:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-07 14:46:19 +0000 |
commit | 6e50ae7a4e877fe7e5f98f2da779e291c0e9a628 (patch) | |
tree | 8be82b42bef8b558839f6731ae9f91b678f03a4b /sys/arch/sparc64/include/conf.h | |
parent | 21292843744298b122392609d93a6fe47a2b3dad (diff) |
Extend sbbc(4) to provide a console driver for the v1280.
Diffstat (limited to 'sys/arch/sparc64/include/conf.h')
-rw-r--r-- | sys/arch/sparc64/include/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/conf.h b/sys/arch/sparc64/include/conf.h index baaf21cb424..358e74b792c 100644 --- a/sys/arch/sparc64/include/conf.h +++ b/sys/arch/sparc64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.17 2008/06/26 05:42:13 ray Exp $ */ +/* $OpenBSD: conf.h,v 1.18 2008/07/07 14:46:18 kettenis Exp $ */ /* $NetBSD: conf.h,v 1.9 2001/03/26 12:33:26 lukem Exp $ */ /*- @@ -99,6 +99,7 @@ cdev_decl(sabtty); cdev_decl(pcons); cdev_decl(vcons); +cdev_decl(sbbc); cdev_decl(com); |