summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2003-04-06 01:34:56 +0000
committerhugh <hugh@openbsd.org>2003-04-06 01:34:56 +0000
commitf0855e36100eb25ea335d37fc78a494fea0b2659 (patch)
treedf445cdf826fd30bc282a8fdb76fb8a22191a77a
parentSignificant DHU driver fixups: (diff)
downloadwireguard-openbsd-f0855e36100eb25ea335d37fc78a494fea0b2659.tar.xz
wireguard-openbsd-f0855e36100eb25ea335d37fc78a494fea0b2659.zip
remove an erroneous comment
-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 # */