diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-06-06 00:46:51 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-06-06 00:46:51 -0500 |
commit | a2a79226eb52416c2229002a2db2cac315c89e87 (patch) | |
tree | dda47f9b5a338c81d69889bf95087a38e6a49f3a | |
parent | 8a02b3b69e113807637c530b294149c1250b1c03 (diff) |
pci.c: add Intel 82801BAM/CAM/DBM
-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 86e79af3e..d6d7e498e 100644 --- a/sys/src/9/pc/pci.c +++ b/sys/src/9/pc/pci.c @@ -641,6 +641,7 @@ static Bridge southbridges[] = { { 0x8086, 0x2420, pIIxget, pIIxset }, /* Intel 82801AB */ { 0x8086, 0x2440, pIIxget, pIIxset }, /* Intel 82801BA */ { 0x8086, 0x244c, pIIxget, pIIxset }, /* Intel 82801BAM */ + { 0x8086, 0x2448, pIIxget, pIIxset }, /* Intel 82801BAM/CAM/DBM */ { 0x8086, 0x2480, pIIxget, pIIxset }, /* Intel 82801CA */ { 0x8086, 0x248c, pIIxget, pIIxset }, /* Intel 82801CAM */ { 0x8086, 0x24c0, pIIxget, pIIxset }, /* Intel 82801DBL */ |