diff options
author | 2005-11-21 04:20:26 +0000 | |
---|---|---|
committer | 2005-11-21 04:20:26 +0000 | |
commit | 9963aa66fdebffeeca7ced380ba1113b14d1d0b1 (patch) | |
tree | 9057cc729724b88a03ff2bec52b205bd58fed81e | |
parent | Replace default DEV_BSIZE sector conversion factor with disklabel's (diff) | |
download | wireguard-openbsd-9963aa66fdebffeeca7ced380ba1113b14d1d0b1.tar.xz wireguard-openbsd-9963aa66fdebffeeca7ced380ba1113b14d1d0b1.zip |
add some new Intel chipset LPC controller ids.
-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 1648e2907ea..b50a0301734 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.965 2005/11/18 22:05:34 aaron Exp $ +$OpenBSD: pcidevs,v 1.966 2005/11/21 04:20:26 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1674,7 +1674,10 @@ product INTEL E7230_MCH 0x2778 E7230 MCH product INTEL E7230_PCIE 0x2779 E7230 PCIE product INTEL 82915G_IGD 0x2782 82915G Video product INTEL 82915GM_IGD_S 0x2792 82915GM/GMS Video +product INTEL 82801GHM_LPC 0x27bd 82801GHM LPC +product INTEL 82801GH_LPC 0x27b0 82801GH LPC product INTEL 82801GB_LPC 0x27b8 82801GB LPC +product INTEL 82801GBM_LPC 0x27b9 82801GBM LPC product INTEL 82801GB_SATA_1 0x27c0 82801GB SATA product INTEL 82801GB_SATA_2 0x27c1 82801GB AHCI SATA product INTEL 82801GB_SATA_3 0x27c3 82801GB SATA |