diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-01-02 09:29:15 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-01-02 09:29:15 +0000 |
| commit | 944d5150fa21b964448cfd5610205e50a8dfdd26 (patch) | |
| tree | 71d9a9fcacf4561500316907034940cae34fd419 /sys | |
| parent | dd86d26a6d79d4d1ee27d2462362ff687ec0b9d4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/boot/biosboot/serial.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/serial.S b/sys/pc98/boot/biosboot/serial.S index a5dc39063ab3..ebf1c5e9c0c9 100644 --- a/sys/pc98/boot/biosboot/serial.S +++ b/sys/pc98/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.5 1997/05/18 12:28:38 kato Exp $ + * $Id: serial.S,v 1.6 1997/07/14 12:34:01 kato Exp $ */ /* @@ -69,7 +69,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * modified for PC-98 by KATO T. of Nagoya University */ - .file "serial.s" + .file "serial.S" #ifdef PC98 #include <pc98/pc98/sioreg.h> |
