summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_pcn.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-10-05 19:40:19 +0000
committerwpaul <wpaul@FreeBSD.org>2000-10-05 19:40:19 +0000
commit29eccaf7cdb9e97d1c9aca62c59e399ef968ecd2 (patch)
treee6a351b5a437a25d7963a8124a5242e99fb1046d /sys/pci/if_pcn.c
parent5f3a3f56ed58c48236f7ec8000ff76a5fb9a4789 (diff)
downloadFreeBSD-src-29eccaf7cdb9e97d1c9aca62c59e399ef968ecd2.zip
FreeBSD-src-29eccaf7cdb9e97d1c9aca62c59e399ef968ecd2.tar.gz
Add the card ID for the Am79c975 PCnet/FAST III card. This is a variant
of the Am79c973 with "AlertIT Technology," whatever that is. Also mention support for the PCnet/FAST III cards in the documentation. The PCnet/FAST III chips have integrated 10/100 PHYs.
Diffstat (limited to 'sys/pci/if_pcn.c')
-rw-r--r--sys/pci/if_pcn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index a2eb8ef..89f612a 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -410,6 +410,7 @@ static int pcn_probe(dev)
case Am79C971:
case Am79C972:
case Am79C973:
+ case Am79C975:
case Am79C976:
case Am79C978:
break;
OpenPOWER on IntegriCloud