diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-11 02:27:24 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-11 02:27:24 +0000 |
commit | 78364602ffe5aaebe62e74ccfd3270cefe2b8735 (patch) | |
tree | 44baa7019a2922ba8feaaf82ff43fad484e27693 /sys | |
parent | 737c69e7cef1c09e677478fabb62749202916aa6 (diff) |
remove comment which is not valid anymore
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_sk.c | 4 |
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"; |