summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2003-04-06 01:34:57 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2003-04-06 01:34:57 +0000
commit98bc7e31e95ca44bd4d9ac4c969e1aae743ee307 (patch)
tree294989db71ea86172c1b93bd8fd82c45d21790f3 /sys/arch
parent42b3b4ebf0118752b22475639602e732dd4b8088 (diff)
remove an erroneous comment
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/qbus/dhu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/qbus/dhu.c b/sys/arch/vax/qbus/dhu.c
index e08cf19cf15..002915b4c42 100644
--- a/sys/arch/vax/qbus/dhu.c
+++ b/sys/arch/vax/qbus/dhu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhu.c,v 1.8 2003/04/06 01:33:32 hugh Exp $ */
+/* $OpenBSD: dhu.c,v 1.9 2003/04/06 01:34:56 hugh Exp $ */
/* $NetBSD: dhu.c,v 1.19 2000/06/04 06:17:01 matt Exp $ */
/*
* Copyright (c) 2003, Hugh Graham.
@@ -57,8 +57,6 @@
#include <arch/vax/qbus/ubavar.h>
#include <arch/vax/qbus/dhureg.h>
-/* A DHU-11 has 16 ports while a DHV-11 has only 8. We use 16 by default */
-
#define NDHULINE 16
#define DHU_M2U(c) ((c)>>4) /* convert minor(dev) to unit # */