diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-06-03 03:51:14 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-06-03 03:51:14 +0000 |
commit | 077df2635cbf644b34fe73b7896f579af858996a (patch) | |
tree | 8f428fd40e3f6edd869beab0bc5eaa58174bc677 /sys | |
parent | 20968996334acfa136324b692f47b6575577ac63 (diff) |
Add the PCI ids for the JMicron JMC250 and JMC260 Ethernet controllers.
Diffstat (limited to 'sys')
-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 a92252b2e5d..ad30b1de8f5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1375 2008/06/03 03:25:12 brad Exp $ +$OpenBSD: pcidevs,v 1.1376 2008/06/03 03:51:13 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2581,6 +2581,8 @@ product ITEXPRESS IT8330G 0x8330 IT8330G product ITEXPRESS IT8888F_ISA 0x8888 IT8888F ISA /* JMicron */ +product JMICRON JMC250 0x0250 JMC250 +product JMICRON JMC260 0x0260 JMC260 product JMICRON JMB360 0x2360 JMB360 SATA product JMICRON JMB361 0x2361 JMB361 IDE/SATA product JMICRON JMB362 0x2362 JMB362 SATA |