Ooops lets see if this extra comment removal fixes this.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Rudolf Marek <r.marek@assembler.cz> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6257 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
aa55f3768a
commit
a1125235ec
|
@ -94,7 +94,7 @@ static void sio_init(void)
|
||||||
GPI21 - unknown input (NC?)
|
GPI21 - unknown input (NC?)
|
||||||
GPI22 - unknown input (NC?)
|
GPI22 - unknown input (NC?)
|
||||||
GPO23 - mgpuV bit0
|
GPO23 - mgpuV bit0
|
||||||
GP24-27 - PS/2 mouse/keyb (only keyb is connected use flip interface for mouse)*/
|
GP24-27 - PS/2 mouse/keyb (only keyb is connected use flip interface for mouse)
|
||||||
*/
|
*/
|
||||||
pnp_write_config(GPIO2345_DEV, 0x30, 0x07); /* Enable GPIO 2,3,4. */
|
pnp_write_config(GPIO2345_DEV, 0x30, 0x07); /* Enable GPIO 2,3,4. */
|
||||||
pnp_write_config(GPIO2345_DEV, 0xe3, 0xf6); /* dir of GPIO2 11110110*/
|
pnp_write_config(GPIO2345_DEV, 0xe3, 0xf6); /* dir of GPIO2 11110110*/
|
||||||
|
|
Loading…
Reference in New Issue