diff options
author | 2002-04-28 20:54:56 +0000 | |
---|---|---|
committer | 2002-04-28 20:54:56 +0000 | |
commit | 309d43dcc3f573d68eff69e514ee8a565e93c5ac (patch) | |
tree | d65164f159bb209a599080d637692d41d2209947 | |
parent | use the correct ifmedia struct (diff) | |
download | wireguard-openbsd-309d43dcc3f573d68eff69e514ee8a565e93c5ac.tar.xz wireguard-openbsd-309d43dcc3f573d68eff69e514ee8a565e93c5ac.zip |
New device IDs for the Dell PERC 3/Di (aac)
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e2cb5cc1530..f197a0f365c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.503 2002/04/26 04:14:48 nate Exp $ + $OpenBSD: pcidevs,v 1.504 2002/04/28 20:54:56 nate Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1080,10 +1080,14 @@ product DELL PERC_3DI 0x0002 PERC 3/Di product DELL PERC_3SI 0x0003 PERC 3/Si product DELL PERC_3SI_2 0x0004 PERC 3/Si product DELL PERC_3DI_2 0x0008 PERC 3/Di +product DELL PERC_3DI_3 0x000a PERC 3/Di product DELL PERC_3DI_2_SUB 0x00cf PERC 3/Di product DELL PERC_3SI_2_SUB 0x00d0 PERC 3/Si product DELL PERC_3DI_SUB2 0x00d1 PERC 3/Di product DELL PERC_3DI_SUB3 0x00d9 PERC 3/Di +product DELL PERC_3DI_3_SUB 0x0106 PERC 3/Di +product DELL PERC_3DI_3_SUB2 0x011b PERC 3/Di +product DELL PERC_3DI_3_SUB3 0x0121 PERC 3/Di /* D-Link products */ product DLINK 550TX 0x1002 550TX |