diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-19 00:09:42 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-19 00:09:42 +0100 |
| commit | 5d27a5972d5730d303d4a012e1d975c649ae1b09 (patch) | |
| tree | 0dab26da1caa0dfd968940dc0b6434a0bb7686a5 | |
| parent | b4c81e2cdc50309e0bf2599ff6305b07ea6fc66c (diff) | |
| download | plan9front-5d27a5972d5730d303d4a012e1d975c649ae1b09.tar.xz | |
pci: add southbridge for intel 82hb65 cougar point pch (thanks ftrvxmtrx)
| -rw-r--r-- | sys/src/9/pc/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/pci.c b/sys/src/9/pc/pci.c index 27102e06f..d4a831c74 100644 --- a/sys/src/9/pc/pci.c +++ b/sys/src/9/pc/pci.c @@ -680,6 +680,7 @@ static Bridge southbridges[] = { { 0x8086, 0x3a48, pIIxget, pIIxset }, /* Intel 82801ji */ { 0x8086, 0x3b06, pIIxget, pIIxset }, /* Intel 82801? ibex peak */ { 0x8086, 0x3b14, pIIxget, pIIxset }, /* Intel 82801? 3420 */ + { 0x8086, 0x1c49, pIIxget, pIIxset }, /* Intel 82hm65 cougar point pch */ { 0x8086, 0x1c52, pIIxget, pIIxset }, /* Intel 82q65 cougar point pch */ { 0x8086, 0x1c54, pIIxget, pIIxset }, /* Intel 82q67 cougar point pch */ { 0x1106, 0x0586, viaget, viaset }, /* Viatech 82C586 */ |
