diff options
author | 2005-08-01 22:54:46 +0000 | |
---|---|---|
committer | 2005-08-01 22:54:46 +0000 | |
commit | d005907fb5f1f58f234a9e352cd09d5eb8a72278 (patch) | |
tree | e3d66c0f5ba3b9aa68c20fe94aa15d7541a4d93f | |
parent | regen (diff) | |
download | wireguard-openbsd-d005907fb5f1f58f234a9e352cd09d5eb8a72278.tar.xz wireguard-openbsd-d005907fb5f1f58f234a9e352cd09d5eb8a72278.zip |
add another fxp.
From NetBSD
ok deraadt@
-rw-r--r-- | sys/dev/pci/if_fxp_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index 747b3905bde..b8750c766b5 100644 --- a/sys/dev/pci/if_fxp_pci.c +++ b/sys/dev/pci/if_fxp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_pci.c,v 1.36 2005/07/22 23:51:03 brad Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.37 2005/08/01 22:54:46 brad Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -111,6 +111,7 @@ const struct pci_matchid fxp_pci_devices[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LAN_1 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LAN_2 }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GB_LAN }, }; /* |