summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-05-11 02:27:23 +0000
committerbrad <brad@openbsd.org>2005-05-11 02:27:23 +0000
commitf29d890ce6cd302330dfad77a824bbbf36d7eee1 (patch)
treea84446980494cb397fd5bc10667409d5f6da5dd1 /sys
parent- Also match on Yukon LP's for the Lite rev A0 test. (diff)
downloadwireguard-openbsd-f29d890ce6cd302330dfad77a824bbbf36d7eee1.tar.xz
wireguard-openbsd-f29d890ce6cd302330dfad77a824bbbf36d7eee1.zip
remove comment which is not valid anymore
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_sk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c
index cd122efcce8..f39ba3b8fe9 100644
--- a/sys/dev/pci/if_sk.c
+++ b/sys/dev/pci/if_sk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sk.c,v 1.64 2005/05/11 00:33:10 brad Exp $ */
+/* $OpenBSD: if_sk.c,v 1.65 2005/05/11 02:27:23 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -1578,8 +1578,6 @@ skc_attach(struct device *parent, struct device *self, void *aux)
goto fail;
}
- /* determine whether to name it with VPD or just make it up */
- /* Marvell Yukon VPD's can freqently be bogus */
switch (sc->sk_type) {
case SK_GENESIS:
sc->sk_name = "SysKonnect GEnesis";