summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-11-13 21:33:33 +0100
committercinap_lenrek <cinap_lenrek@centraldogma>2011-11-13 21:33:33 +0100
commit2ef535bff9269c43e0cf347d9ebf310d8fa6b496 (patch)
treefa85dc9a0946f62800d8ee90f195b149347da3df
parent807e8e69ec32e568b7025dd10f59bf2e6d225379 (diff)
downloadplan9front-2ef535bff9269c43e0cf347d9ebf310d8fa6b496.tar.xz
pc kernel: add sb600 southbridge id
-rw-r--r--sys/src/9/pc/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/pci.c b/sys/src/9/pc/pci.c
index 26dfb0a18..9d28bc1de 100644
--- a/sys/src/9/pc/pci.c
+++ b/sys/src/9/pc/pci.c
@@ -688,6 +688,7 @@ static Bridge southbridges[] = {
{ 0x1002, 0x4377, nil, nil }, /* ATI Radeon Xpress 200M */
{ 0x1002, 0x4372, nil, nil }, /* ATI SB400 */
{ 0x1002, 0x9601, nil, nil }, /* AMD SB710 */
+ { 0x1002, 0x438D, nil, nil }, /* AMD SB600 */
};
typedef struct Slot Slot;