diff options
author | KATO Takenori <kato@FreeBSD.org> | 1998-05-02 02:06:08 +0000 |
---|---|---|
committer | KATO Takenori <kato@FreeBSD.org> | 1998-05-02 02:06:08 +0000 |
commit | b3a77ee548aebeb9cf3b0f61c3d6f3ca52eac637 (patch) | |
tree | 6267fe3e940865b8f93dbcb08f3f06e6c7ef314c /sys/pc98/boot/biosboot/table.c | |
parent | c090df39586768e02396d4b45fc2324fe1c0cd5a (diff) |
Notes
Diffstat (limited to 'sys/pc98/boot/biosboot/table.c')
-rw-r--r-- | sys/pc98/boot/biosboot/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/table.c b/sys/pc98/boot/biosboot/table.c index 12451b1a2e2e7..120d7efbbcffc 100644 --- a/sys/pc98/boot/biosboot/table.c +++ b/sys/pc98/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id$ + * $Id: table.c,v 1.5 1997/02/22 09:43:11 peter Exp $ */ /* @@ -145,5 +145,5 @@ struct pseudo_desc Idtr_real = { 0x400 - 1, 0x0, 0x0 }; * All initialized data is defined in one file to reduce space wastage from * fragmentation. */ -char *devs[] = { "wd", "dk", "fd", "wt", "sd", 0 }; +char *devs[] = { "wd", "dk", "fd", "wt", "sd", "dk", "fd", 0 }; unsigned long tw_chars = 0x5C2D2F7C; /* "\-/|" */ |