diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-04-21 16:30:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-04-21 16:30:18 +0000 |
| commit | 34951155ae15f74c6ffa7dee16a8d56cdcf93efe (patch) | |
| tree | 5efd5e605a9ccc5ef0ea26e3bedaf789b3856767 | |
| parent | a9ef92e638d960ccdad692e3087645e174095858 (diff) | |
Notes
| -rw-r--r-- | sys/i386/boot/biosboot/serial.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index d03626b9c24a..281442418c57 100644 --- a/sys/i386/boot/biosboot/serial.S +++ b/sys/i386/boot/biosboot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.1 1995/01/20 07:48:27 wpaul Exp $ + * $Id: serial.S,v 1.2 1995/03/19 06:10:32 phk Exp $ */ /* @@ -84,7 +84,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* - * void serial_putc(char ch) + * void serial_putc(ch) char ch; * send ch to serial port * */ |
