diff options
author | 2006-03-25 04:38:10 +0000 | |
---|---|---|
committer | 2006-03-25 04:38:10 +0000 | |
commit | 7ceed13c665a99d0976eb9a136c761956439ec7e (patch) | |
tree | 2c075ad4ded3d3a303a2d8de663a093dd2d75a50 /sys | |
parent | set/clear the all frames bit in the receive filter when (diff) | |
download | wireguard-openbsd-7ceed13c665a99d0976eb9a136c761956439ec7e.tar.xz wireguard-openbsd-7ceed13c665a99d0976eb9a136c761956439ec7e.zip |
add a second Packet Engines Yellowfin PCI id.
Diffstat (limited to 'sys')
-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 bfa6ee1b15f..dfb026a5bf7 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1041 2006/03/24 18:58:46 brad Exp $ +$OpenBSD: pcidevs,v 1.1042 2006/03/25 04:38:10 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2335,7 +2335,8 @@ product SYMBIOS FC929X 0x0626 FC929X product SYMBIOS FC919X 0x0628 FC919X product SYMBIOS FC949X 0x0640 FC949X product SYMBIOS FC939X 0x0642 FC939X -product SYMBIOS YELLOWFIN 0x0701 YellowFin +product SYMBIOS YELLOWFIN_1 0x0701 Yellowfin +product SYMBIOS YELLOWFIN_2 0x0702 Yellowfin product SYMBIOS 61C102 0x0901 61C102 product SYMBIOS 63C815 0x1000 63C815 product SYMBIOS MEGARAID 0x1960 MegaRAID |