diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-08-01 22:52:48 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-08-01 22:52:48 +0000 |
commit | cda69390333149a51200fe6bcec5871ba70bd322 (patch) | |
tree | e8ebe5f83964be75b46a6ac685ef4a8d0209b875 | |
parent | 19a43e437f4146ebfe9243c9fd105fc5976cbe9d (diff) |
add some Intel PCI ids.
ok deraadt@
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a82c0591153..9c564fb37a3 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.900 2005/07/30 22:51:07 deraadt Exp $ +$OpenBSD: pcidevs,v 1.901 2005/08/01 22:52:47 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1579,6 +1579,8 @@ product INTEL 82801FB_SMBUS 0x266a 82801FB SMBus product INTEL 82801FB_ACM 0x266d 82801FB Modem product INTEL 82801FB_ACA 0x266e 82801FB AC97 product INTEL 82801FB_IDE 0x266f 82801FB IDE +product INTEL 82945GP_MCH 0x2770 82945GP +product INTEL 82945GP_PCIE 0x2771 82945GP PCIE product INTEL 915GM_IGD_S 0x2792 915GM/GMS Video product INTEL 82801GB_LPC 0x27b8 82801GB LPC product INTEL 82801GB_SATA_1 0x27c0 82801GB SATA @@ -1595,6 +1597,7 @@ product INTEL 82801GB_PCIE_3 0x27d4 82801GB PCIE product INTEL 82801GB_PCIE_4 0x27d6 82801GB PCIE product INTEL 82801GB_HDA 0x27d8 82801GB HD Audio product INTEL 82801GB_SMBUS 0x27da 82801GB SMBus +product INTEL 82801GB_LAN 0x27dc 82801GB LAN product INTEL 82801GB_ACM 0x27dd 82801GB Modem product INTEL 82801GB_ACA 0x27de 82801GB AC97 product INTEL 82801GB_IDE 0x27df 82801GB IDE |