diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/via/vt8235/vt8235_lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8235/vt8235_lpc.c b/src/southbridge/via/vt8235/vt8235_lpc.c index 3e220940cd..cb083f246f 100644 --- a/src/southbridge/via/vt8235/vt8235_lpc.c +++ b/src/southbridge/via/vt8235/vt8235_lpc.c @@ -41,7 +41,7 @@ static const unsigned char slotPins[4] = { 'B','C','D','A'}; static const unsigned char firewirePins[4] = { 'B','C','D','A'}; static const unsigned char vt8235Pins[4] = { 'A','B','C','D'}; static const unsigned char vgaPins[4] = { 'A','B','C','D'}; -static const unsigned char cbPins[4] = { 'D','A','B','C'}; +static const unsigned char cbPins[4] = { 'A','B','C','D'}; static const unsigned char riserPins[4] = { 'A','B','C','D'}; |