summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/pci/if_pcn.c1
-rw-r--r--sys/pci/if_pcnreg.h1
2 files changed, 2 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;
diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h
index 0b0a79a..0ae5cf3 100644
--- a/sys/pci/if_pcnreg.h
+++ b/sys/pci/if_pcnreg.h
@@ -225,6 +225,7 @@
#define Am79C972 0x2624
#define Am79C973 0x2625
#define Am79C978 0x2626
+#define Am79C975 0x2627
#define Am79C976 0x2628
/*
OpenPOWER on IntegriCloud