diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-19 20:21:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-19 20:21:09 +0000 |
commit | c91ef4dfe910441e4a3456c6fa087a753432cba1 (patch) | |
tree | 1bcf53ea47243fa84a2fdcbc7b9c44a907411f26 /sys/arch | |
parent | 7ffab43796bd486c301f4a09b79c0d22496eecd0 (diff) |
Cheetah machines can use dz as a console since a long time already, thus do
not allow the mtpr console to work on them.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/vax/gencons.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/gencons.c b/sys/arch/vax/vax/gencons.c index e76d5adb724..905325328b9 100644 --- a/sys/arch/vax/vax/gencons.c +++ b/sys/arch/vax/vax/gencons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gencons.c,v 1.16 2006/01/01 11:59:40 miod Exp $ */ +/* $OpenBSD: gencons.c,v 1.17 2006/07/19 20:21:08 miod Exp $ */ /* $NetBSD: gencons.c,v 1.22 2000/01/24 02:40:33 matt Exp $ */ /* @@ -258,7 +258,6 @@ gencnprobe(struct consdev *cndev) (vax_boardtype == VAX_BTYP_660) || (vax_boardtype == VAX_BTYP_670) || (vax_boardtype == VAX_BTYP_1301) || - (vax_boardtype == VAX_BTYP_1303) || (vax_boardtype == VAX_BTYP_1305)) { cndev->cn_dev = makedev(25, 0); cndev->cn_pri = CN_NORMAL; |