Subject: Re: AMD 79C97x ethernet supported?
To: Brook Milligan <brook@biology.nmsu.edu>
From: Charles M. Hannum <root@ihack.net>
List: current-users
Date: 12/08/1999 04:07:22
Brook Milligan <brook@biology.nmsu.edu> writes:
> Are the AMD 79C97x ethernet chips supported? I can find no mention of
> them. Do they go by another name?
$ grep -i 79c97 dev/pci/pcidevs
product AMD PCNET_PCI 0x2000 79c970 PCnet-PCI LANCE Ethernet
product AMD PCNETS_PCI 0x2040 79C974 PCnet-PCI Ethernet & SCSI
$ grep PCNET_PCI dev/pci/*
[...]
dev/pci/if_le_pci.c: case PCI_PRODUCT_AMD_PCNET_PCI:
dev/pci/if_le_pci.c: case PCI_PRODUCT_AMD_PCNET_PCI:
[...]
$
In short, `yes' and `yes'.