aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98/comconsole.c
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2005-05-08 14:17:28 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2005-05-08 14:17:28 +0000
commit769f92857b3d36c4f8c709e2e6d92155a8c998ee (patch)
treee22736b5de266941b5b960296376f7f3f9f5c1c8 /sys/boot/pc98/libpc98/comconsole.c
parentd03f4aa4fe920ec009ce45620b4beb9f4c656ada (diff)
Notes
Diffstat (limited to 'sys/boot/pc98/libpc98/comconsole.c')
-rw-r--r--sys/boot/pc98/libpc98/comconsole.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/boot/pc98/libpc98/comconsole.c b/sys/boot/pc98/libpc98/comconsole.c
index 71c8a5dce95c..155ecb5a6250 100644
--- a/sys/boot/pc98/libpc98/comconsole.c
+++ b/sys/boot/pc98/libpc98/comconsole.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1998 Michael Smith (msmith@freebsd.org)
*
* Redistribution and use in source and binary forms, with or without
@@ -37,11 +37,7 @@ __FBSDID("$FreeBSD$");
#define COMC_BPS(x) (115200 / (x)) /* speed to DLAB divisor */
#ifndef COMPORT
-#ifdef PC98
#define COMPORT 0x238
-#else
-#define COMPORT 0x3f8
-#endif
#endif
#ifndef COMSPEED
#define COMSPEED 9600