diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-16 22:15:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-16 22:15:46 +0000 |
commit | 2c16d00c55ef8a52f14d422508b5c5c02df9aa5d (patch) | |
tree | 52570859ef9cd84bc3d5dae72f2dc73dcbdfe1c8 /sys/dev/pci | |
parent | 781337069df722de09bae86f041cca15a8106003 (diff) |
missed some
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_xl.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_xlreg.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/pci/if_xl.c b/sys/dev/pci/if_xl.c index cfba4baaee1..2eb3373f35f 100644 --- a/sys/dev/pci/if_xl.c +++ b/sys/dev/pci/if_xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl.c,v 1.34 1999/12/16 21:53:03 deraadt Exp $ */ +/* $OpenBSD: if_xl.c,v 1.35 1999/12/16 22:15:45 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -887,6 +887,7 @@ xl_probe(parent, match, aux) case PCI_PRODUCT_3COM_3C980TX: case PCI_PRODUCT_3COM_3C980CTX: case PCI_PRODUCT_3COM_3C905CTX: + case PCI_PRODUCT_3COM_3C450: return (1); } diff --git a/sys/dev/pci/if_xlreg.h b/sys/dev/pci/if_xlreg.h index ce0ced0dabb..7536935ef51 100644 --- a/sys/dev/pci/if_xlreg.h +++ b/sys/dev/pci/if_xlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xlreg.h,v 1.16 1999/12/07 20:19:37 jason Exp $ */ +/* $OpenBSD: if_xlreg.h,v 1.17 1999/12/16 22:15:45 deraadt Exp $ */ /* * Copyright (c) 1997, 1998 @@ -625,6 +625,7 @@ struct xl_stats { /* * 3Com chip device IDs. */ +#define TC_DEVICEID_TORNADO_HOMECONNECT 0x4500 #define TC_DEVICEID_BOOMERANG_10BT 0x9000 #define TC_DEVICEID_BOOMERANG_10BT_COMBO 0x9001 #define TC_DEVICEID_BOOMERANG_10_100BT 0x9050 diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a3d06028bdb..3f77705d336 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.205 1999/12/16 21:53:03 deraadt Exp $ + $OpenBSD: pcidevs,v 1.206 1999/12/16 22:15:45 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -546,7 +546,7 @@ product 2MICRO OZ6832 0x6832 OZ6832 CardBus /* 3COM Products */ -product 3COM 3c450 0x4500 3c450 +product 3COM 3C450 0x4500 3c450 product 3COM 3C590 0x5900 3c590 10Mbps product 3COM 3C595TX 0x5950 3c595 100Base-TX product 3COM 3C595T4 0x5951 3c595 100Base-T4 |