From ae1a2ff3d33cd11b62318534d821463f560285ef Mon Sep 17 00:00:00 2001 From: itohy Date: Wed, 26 Jul 2006 14:21:20 +0000 Subject: [PATCH] Remove ADM9511's "signature". I don't think it is used anywhere. --- sys/dev/pci/if_tlp_pci.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/pci/if_tlp_pci.c b/sys/dev/pci/if_tlp_pci.c index 3e0929076d9e..aeff4b60d363 100644 --- a/sys/dev/pci/if_tlp_pci.c +++ b/sys/dev/pci/if_tlp_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_tlp_pci.c,v 1.94 2006/07/21 17:20:20 gdamore Exp $ */ +/* $NetBSD: if_tlp_pci.c,v 1.95 2006/07/26 14:21:20 itohy Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc. @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_tlp_pci.c,v 1.94 2006/07/21 17:20:20 gdamore Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_tlp_pci.c,v 1.95 2006/07/26 14:21:20 itohy Exp $"); #include #include @@ -432,7 +432,6 @@ tlp_pci_attach(struct device *parent, struct device *self, void *aux) break; case 0x09851317: - case 0x69851317: /* 983B */ sc->sc_chip = TULIP_CHIP_AN983; break;