diff options
author | kato <kato@FreeBSD.org> | 1999-03-04 16:34:52 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-03-04 16:34:52 +0000 |
commit | 6edc8e81493424513d9751d9bfd46572fc9c2fae (patch) | |
tree | 823fe5e5c30ecef32ae03f587f12dbcbf07e545b /sys/boot/pc98 | |
parent | f7d44adef414a742f09509dfc0c25ca1adad1b39 (diff) | |
download | FreeBSD-src-6edc8e81493424513d9751d9bfd46572fc9c2fae.zip FreeBSD-src-6edc8e81493424513d9751d9bfd46572fc9c2fae.tar.gz |
Added an entry for 1.44MB fd.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r-- | sys/boot/pc98/boot2/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/boot2/table.c b/sys/boot/pc98/boot2/table.c index ed5a028..059ace2 100644 --- a/sys/boot/pc98/boot2/table.c +++ b/sys/boot/pc98/boot2/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: table.c,v 1.8 1998/10/11 15:09:36 kato Exp $ + * $Id: table.c,v 1.1 1999/02/03 08:39:08 kato 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", "da", 0 }; +char *devs[] = { "wd", "dk", "fd", "wt", "da", "dk", "fd", 0 }; unsigned tw_chars = 0x5C2D2F7C; /* "\-/|" */ |