diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-10-22 11:02:42 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-10-22 11:02:42 +0000 |
commit | b4716c815f6b9d0155ed95f461868794a86e4617 (patch) | |
tree | e2af3a7456eae1687ac8f5fe18762ec5a621d092 /sys/dev/pci | |
parent | ab395259d4e69aa488949e3e56d4f78c279382dc (diff) |
one more 3c990 variant; tested by Niko Itajarvi <niko.itajarvi@satabaana.net>
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index ae09fbef4e4..b3ddc71ff88 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.69 2003/06/02 19:03:37 jason Exp $ */ +/* $OpenBSD: if_txp.c,v 1.70 2003/10/22 11:02:41 henning Exp $ */ /* * Copyright (c) 2001 @@ -139,6 +139,7 @@ struct cfdriver txp_cd = { const struct pci_matchid txp_devices[] = { { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990 }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990TX }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990TX95 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990TX97 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CR990SVR95 }, |