diff options
Diffstat (limited to 'sys/arch/sparc/include/conf.h')
-rw-r--r-- | sys/arch/sparc/include/conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index bbcc407050c..c4ce8aaa295 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.11 2001/06/27 06:23:28 angelos Exp $ */ +/* $OpenBSD: conf.h,v 1.12 2001/08/17 13:52:29 mickey Exp $ */ /* $NetBSD: conf.h,v 1.8 1996/12/31 07:12:43 mrg Exp $ */ /* @@ -76,6 +76,8 @@ cdev_decl(tcx); cdev_decl(cgfourteen); +cdev_decl(p9100); + bdev_decl(xd); cdev_decl(xd); |