Small fix (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@425 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
c4ae934b2d
commit
b3928d6647
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License.
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
|
|
@ -39,6 +39,7 @@ static void pnp_enter_ext_func_mode(struct device * dev)
|
|||
outb(0x87, dev->path.u.pnp.port);
|
||||
outb(0x87, dev->path.u.pnp.port);
|
||||
}
|
||||
|
||||
static void pnp_exit_ext_func_mode(struct device * dev)
|
||||
{
|
||||
outb(0xaa, dev->path.u.pnp.port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue