Remove an entry for AMD PCNETS_PCI.

AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.
This commit is contained in:
tsutsui 2002-11-15 22:13:11 +00:00
parent 3fc8f36b8d
commit 1d4122d78d
2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: pcidevs,v 1.485 2002/11/15 13:41:27 ad Exp $
$NetBSD: pcidevs,v 1.486 2002/11/15 22:13:11 tsutsui Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@ -780,7 +780,6 @@ product ALTIMA AC9100 0x03ea AC9100 Gigabit Ethernet
product AMD PCNET_PCI 0x2000 PCnet-PCI Ethernet
product AMD PCNET_HOME 0x2001 PCnet-Home HomePNA Ethernet
product AMD PCSCSI_PCI 0x2020 PCscsi-PCI SCSI
product AMD PCNETS_PCI 0x2040 PCnet-PCI Ethernet & SCSI
product AMD SC520_SC 0x3000 Elan SC520 System Controller
product AMD SC751_SC 0x7006 AMD751 System Controller
product AMD SC751_PPB 0x7007 AMD751 PCI-to-PCI Bridge

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcscp.c,v 1.20 2002/10/02 16:51:53 thorpej Exp $ */
/* $NetBSD: pcscp.c,v 1.21 2002/11/15 22:13:12 tsutsui Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.20 2002/10/02 16:51:53 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: pcscp.c,v 1.21 2002/11/15 22:13:12 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -153,9 +153,6 @@ pcscp_match(parent, match, aux)
switch (PCI_PRODUCT(pa->pa_id)) {
case PCI_PRODUCT_AMD_PCSCSI_PCI:
#if 0
case PCI_PRODUCT_AMD_PCNETS_PCI:
#endif
return 1;
}
return 0;