summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-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