aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/early_serial.c')
-rw-r--r--src/northbridge/via/cx700/early_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/via/cx700/early_serial.c b/src/northbridge/via/cx700/early_serial.c
index 503ebbb057..582570772a 100644
--- a/src/northbridge/via/cx700/early_serial.c
+++ b/src/northbridge/via/cx700/early_serial.c
@@ -47,7 +47,7 @@ static void cx700_writesioword(u16 reg, u16 val)
static void enable_cx700_serial(void)
{
- outb(6, 0x80);
+ post_code(0x06);
// WTH?
outb(0x03, 0x22);
@@ -98,5 +98,5 @@ static void enable_cx700_serial(void)
// should be done. Dump a char for fun.
cx700_writesiobyte(0x3f8, 48);
- outb(7, 0x80);
+ post_code(0x07);
}