From e6dae4f57fb345f70e27a7818345c5b1907792c6 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 2 Jan 2004 09:17:23 +0000 Subject: after some advice from nick, note that only com0 is currently supported as serial; closes PR 3621 from Johan Fredin; ok nick@ krw@ millert@ deraadt@ --- sys/arch/i386/stand/boot/boot.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index cf7be781099..91031923e23 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.37 2003/12/20 08:59:03 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.38 2004/01/02 09:17:22 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -278,10 +278,13 @@ File name containing the kernel image. Number of seconds boot will wait for human intervention before booting the default kernel image. .It Nm tty -Active console device name (i.e., +Active console device name (e.g., .Li com0 , .Li com1 , .Li pc0 ) . +Currently, only the first serial port +.Pq Li com0 +is supported for console on i386. .El .It stty Op Ar device Op Ar speed Displays or sets the -- cgit v1.2.3