diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-10-28 03:15:00 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-10-28 03:15:00 +0000 |
commit | d0e4b647eedc8da2e8f1634e1052b8c50906fb2d (patch) | |
tree | 9958d91b27738c5d695c7a4fc0f2668fb1c1df3a /sys/arch/sparc64/include | |
parent | f058dd4830b0a18a89ba0b75f44697cb6bbde99a (diff) |
duh, don't forget cdev entries for char device sabtty (It's been a rough week)
Diffstat (limited to 'sys/arch/sparc64/include')
-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 fe1c467d7c0..7fc1167862b 100644 --- a/sys/arch/sparc64/include/conf.h +++ b/sys/arch/sparc64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.3 2001/09/20 20:50:03 jason Exp $ */ +/* $OpenBSD: conf.h,v 1.4 2001/10/28 03:14:59 jason Exp $ */ /* $NetBSD: conf.h,v 1.9 2001/03/26 12:33:26 lukem Exp $ */ /*- @@ -99,6 +99,8 @@ cdev_decl(scsibus); bdev_decl(wd); cdev_decl(wd); +cdev_decl(sabtty); + cdev_decl(pcons); cdev_decl(com); |