diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-25 10:04:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-25 10:04:56 +0000 |
commit | 821bbe84d21de93ced516644772f76b42e624b0f (patch) | |
tree | 2f5792caf778a5cdd2005dd98d59bd98bc4bfc98 /sys/dev | |
parent | 17fda335d092a96cf76e9dbba517e454f4ec5d2c (diff) |
we just *love it* when official people at major vendors send us
accurate information about upcoming models of their cards
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_txp.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index c941191dba5..8d65c97e5c3 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.32 2001/05/16 14:34:29 fgsch Exp $ */ +/* $OpenBSD: if_txp.c,v 1.33 2001/05/25 10:04:54 deraadt Exp $ */ /* * Copyright (c) 2001 @@ -154,6 +154,8 @@ txp_probe(parent, match, aux) case PCI_PRODUCT_3COM_3CR990TX97: case PCI_PRODUCT_3COM_3CR990SVR95: case PCI_PRODUCT_3COM_3CR990SVR97: + case PCI_PRODUCT_3COM_3C990BTXM: + case PCI_PRODUCT_3COM_3C990BSVR: return (1); } diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 6d9a932408c..15e291d362c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.397 2001/05/15 12:24:41 deraadt Exp $ + $OpenBSD: pcidevs,v 1.398 2001/05/25 10:04:55 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -598,8 +598,10 @@ product 3COM 3C980TX 0x9800 3c980 100Base-TX product 3COM 3C980CTX 0x9805 3c980C 100Base-TX product 3COM 3CR990TX95 0x9902 3cr990-TX-95 product 3COM 3CR990TX97 0x9903 3cr990-TX-97 +product 3COM 3C990BTXM 0x9904 3c990b-TX-M product 3COM 3CR990SVR95 0x9908 3cr990SVR95 product 3COM 3CR990SVR97 0x9909 3cr990SVR97 +product 3COM 3C990BSVR 0x990a 3c990BSVR /* 3DFX Interactive */ product 3DFX VOODOO 0x0001 Voodoo |