diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-03-17 21:32:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-03-17 21:32:03 +0000 |
commit | 28e001be6786e721e80edba1893c1371269c7375 (patch) | |
tree | bee8d8796c0ca86d9a249cc91a8e6e214564e16e /sys/arch/sparc64/include/conf.h | |
parent | ed0c1470a20b43e6dda2c1652e69bdab92086cbf (diff) |
Add hvctl(4).
Diffstat (limited to 'sys/arch/sparc64/include/conf.h')
-rw-r--r-- | sys/arch/sparc64/include/conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/conf.h b/sys/arch/sparc64/include/conf.h index 331d2fdb0c1..a545442a852 100644 --- a/sys/arch/sparc64/include/conf.h +++ b/sys/arch/sparc64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.21 2010/07/21 15:40:04 deraadt Exp $ */ +/* $OpenBSD: conf.h,v 1.22 2012/03/17 21:32:02 kettenis Exp $ */ /* $NetBSD: conf.h,v 1.9 2001/03/26 12:33:26 lukem Exp $ */ /*- @@ -102,6 +102,8 @@ cdev_decl(vcons); cdev_decl(vcctty); cdev_decl(sbbc); +cdev_decl(hvctl); + cdev_decl(com); cdev_decl(mtty); |