diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-31 08:53:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-31 08:53:17 +0000 |
commit | 069201518ab20260d142f8f7e502fbf2971ff8e8 (patch) | |
tree | 9a6dcb3dc799f421976d17d6a04b1ed2dc4449cf | |
parent | f422145c60cd452bd7e3a8aafa8fffea9ab87f2a (diff) |
Add Emulex LP10000.
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b6813b65085..04575eb044e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1370 2008/05/30 13:26:12 thib Exp $ +$OpenBSD: pcidevs,v 1.1371 2008/05/31 08:53:16 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1580,8 +1580,9 @@ product ELSA QS1PCI 0x1000 QuickStep 1000 ISDN /* Emulex products */ product EMULEX LPPFC 0x10df Light Pulse FibreChannel -product EMULEX LP8000 0xf800 Light Pulse 8000 product EMULEX LP982 0xf098 Light Pulse 982 +product EMULEX LP8000 0xf800 Light Pulse 8000 +product EMULEX LP10000 0xfa00 Light Pulse 10000 /* Endace Measurement Systems */ product ENDACE DAG35 0x3500 Endace Dag3.5 |