diff options
| author | bouyer <bouyer@NetBSD.org> | 2007-05-02 21:28:28 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2007-05-02 21:28:28 +0000 |
| commit | f17d74cec5f78091c1cf2fb5a2c023ad5119e6e8 (patch) | |
| tree | 086e22437660e55e11eb7e400d909c7bd2ad3909 /sys/dev | |
| parent | 38175939e7d94f20c9eee8a577d37e9bb17bc1a1 (diff) | |
Add JMicron Technology vendor ID, and their current PCIe SATA/PATA
controllers.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 78c29c30f72..4635db60ecf 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.877 2007/04/29 20:33:22 bouyer Exp $ +$NetBSD: pcidevs,v 1.878 2007/05/02 21:28:28 bouyer Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -602,6 +602,7 @@ vendor RALINK 0x1814 Ralink Technologies vendor SYMPHONY2 0x1c1c Symphony Labs (2nd PCI Vendor ID) vendor TEKRAM2 0x1de1 Tekram Technology (2nd PCI Vendor ID) vendor DATUM 0x12e2 Datum Inc. Bancomm-Timing Division +vendor JMICRON 0x197b JMicron Technology vendor HINT 0x3388 HiNT vendor 3DLABS 0x3d3d 3D Labs vendor AVANCE2 0x4005 Avance Logic (2nd PCI Vendor ID) @@ -2374,6 +2375,14 @@ product ITE IT8212 0x8212 IT8212 IDE Controller product ITT AGX016 0x0001 AGX016 product ITT ITT3204 0x0002 ITT3204 MPEG Decoder +/* JMicron products */ +product JMICRON JMB360 0x02360 JMB360 SATA controller +product JMICRON JMB361 0x02361 JMB361 SATA/PATA controller +product JMICRON JMB363 0x02363 JMB363 SATA/PATA controller +product JMICRON JMB365 0x02365 JMB365 SATA/PATA controller +product JMICRON JMB366 0x02366 JMB366 SATA/PATA controller +product JMICRON JMB368 0x02368 JMB368 PATA controller + /* JNI products */ product JNI JNIC1460 0x1460 JNIC-1460 Fibre-Channel adapter product JNI JNIC1560 0x1560 JNIC-1560 dual Fibre-Channel adapter |
