diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-08-01 22:54:47 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-08-01 22:54:47 +0000 |
commit | 104867d2bfc44ed6c194d7c59e40eddf83e5481f (patch) | |
tree | fc2e4fffd601a5991124a11e4118460ec2a6ba05 /sys | |
parent | 30148b19f12ea2c79ab5361459c6d3c6abd39805 (diff) |
add another fxp.
From NetBSD
ok deraadt@
Diffstat (limited to 'sys')
-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 }, }; /* |