fix cardbus interrups (signed off by Nick Barker)
authorStefan Reinauer <stepan@openbios.org>
Wed, 13 Sep 2006 07:55:23 +0000 (07:55 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 13 Sep 2006 07:55:23 +0000 (07:55 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2408 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/via/vt8235/vt8235_lpc.c

index 3e220940cdba8113ff3444cf793fad6de07c14ce..cb083f246f3e17410e40dce2ce0a7ddacc75b774 100644 (file)
@@ -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'};