diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-30 23:57:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-30 23:57:40 +0000 |
commit | a6c87b0852077ba7b00353bcd7533b813767f76c (patch) | |
tree | b4425845909ead205f17196c7adca648c81cfbca | |
parent | 5f835c75e6ff61cfb592de521f0cec910a0d7ae6 (diff) |
add Micrel vendor id and some product ids.
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 613ba33f287..2fdbb738da4 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1089 2006/06/30 23:31:43 brad Exp $ +$OpenBSD: pcidevs,v 1.1090 2006/06/30 23:57:39 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -261,6 +261,7 @@ vendor SAMSUNG 0x167d Samsung vendor ATHEROS 0x168c Atheros vendor GLOBALSUN 0x16ab Global Sun vendor SAFENET 0x16ae SafeNet +vendor MICREL 0x16c6 Micrel vendor USR2 0x16ec US Robotics vendor VITESSE 0x1725 Vitesse vendor LINKSYS 0x1737 Linksys @@ -2199,6 +2200,10 @@ product MATROX MARV_G200_SD 0xff04 MGA Marvel G200 SD product MENTOR PCI0660 0x0660 PCI product MENTOR PCI0661 0x0661 PCI-PCI +/* Micrel products */ +product MICREL KSZ8841 0x8841 KSZ8841 10/100 +product MICREL KSZ8842 0x8842 KSZ8842 dual-port 10/100 switch + /* Microsoft products */ product MICROSOFT MN120 0x0001 MN-120 10/100 product MICROSOFT MN130 0x0002 MN-130 10/100 |