From 29eccaf7cdb9e97d1c9aca62c59e399ef968ecd2 Mon Sep 17 00:00:00 2001 From: wpaul Date: Thu, 5 Oct 2000 19:40:19 +0000 Subject: 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. --- sys/pci/if_pcn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pci/if_pcn.c') 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; -- cgit v1.1