diff options
| author | cube <cube@NetBSD.org> | 2005-05-12 23:10:32 +0000 |
|---|---|---|
| committer | cube <cube@NetBSD.org> | 2005-05-12 23:10:32 +0000 |
| commit | d8a65a5514ef34769df4eafdbbc99ccd025e9197 (patch) | |
| tree | 3a5358948c637b020262e786fb08baaa9c0d0cfb | |
| parent | 89e3f91e8dc8616f4cb5e148b3c1af513f344582 (diff) | |
Two re(4) candidates. From Francois Romieu in private mail.
| -rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 9a5d2c1281f..801bda6ccea 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.709 2005/05/09 06:55:02 martin Exp $ +$NetBSD: pcidevs,v 1.710 2005/05/12 23:10:32 cube Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -1404,6 +1404,7 @@ product DLINK DL1002 0x1002 DL-1002 10/100 Ethernet product DLINK DFE530TXPLUS 0x1300 DFE-530TXPLUS 10/100 Ethernet product DLINK DFE690TXD 0x1340 DFE-690TXD 10/100 Ethernet product DLINK DL4000 0x4000 DL-4000 Gigabit Ethernet +product DLINK DGE528T 0x4300 DGE-528T Gigabit Ethernet product DLINK DGE530T 0x4c00 DGE-530T Gigabit Ethernet /* Distributed Processing Technology products */ @@ -2837,6 +2838,7 @@ product ULSI US201 0x0201 US201 /* US Robotics products */ product USR 3C2884A 0x1007 56K Voice Internal PCI Modem (WinModem) product USR 3CP5609 0x1008 3CP5609 PCI 16550 Modem +product USR2 USR997902 0x0116 USR997902 Gigabit Ethernet product USR2 2415 0x3685 Wireless PCI-PCMCIA adapter /* V3 Semiconductor products */ |
