summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/boot/biosboot/table.c')
-rw-r--r--sys/i386/boot/biosboot/table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/table.c b/sys/i386/boot/biosboot/table.c
index ae0a2f0..b13b7f0 100644
--- a/sys/i386/boot/biosboot/table.c
+++ b/sys/i386/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.15 1997/02/22 09:30:15 peter Exp $
*/
/*
@@ -136,5 +136,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", "da", 0 };
unsigned long tw_chars = 0x5C2D2F7C; /* "\-/|" */
OpenPOWER on IntegriCloud