diff options
author | 2011-05-29 14:35:46 +0000 | |
---|---|---|
committer | 2011-05-29 14:35:46 +0000 | |
commit | 5c92259d25ec99d4925570863dbf8ad2164efe3d (patch) | |
tree | 4eac2e105afd57488fc4ca01b000acc1ba591729 | |
parent | Move the source address selection for multicast destinations that (diff) | |
download | wireguard-openbsd-5c92259d25ec99d4925570863dbf8ad2164efe3d.tar.xz wireguard-openbsd-5c92259d25ec99d4925570863dbf8ad2164efe3d.zip |
two ATI bridges found in the x201
-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 2b537062392..aff74c54e15 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1606 2011/05/29 12:25:46 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1607 2011/05/29 14:35:46 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -972,6 +972,8 @@ product ATI SB700_OHCI_4 0x439a SB700 USB product ATI SB700_OHCI_5 0x439b SB700 USB product ATI SB700_IDE 0x439c SB700 IDE product ATI SB700_ISA 0x439d SB700 ISA +product ATI SB700_PCIPCI1 0x43a0 SB700 PCI-PCI +product ATI SB700_PCIPCI2 0x43a1 SB700 PCI-PCI product ATI RADEON_MIGP_RS250 0x4437 Radeon Mobility IGP product ATI MACH64_ET 0x4554 Mach64 ET product ATI RAGEPRO 0x4742 Rage Pro |