catch up to the modern ATAPI disk naming conventions and add floppy

disks.

Submitted by:	bde
This commit is contained in:
Jordan K. Hubbard 2000-05-24 20:25:42 +00:00
parent d3215ca1c3
commit 9b5b02c405
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ Collapse_Disk(struct disk *d)
}
#endif
static char * device_list[] = {"wd", "ad", "da", "wfd", "fla", "idad", "mlxd", "amrd", 0};
static char * device_list[] = {"wd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "fd", 0};
char **
Disk_Names()