mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
catch up to the modern ATAPI disk naming conventions and add floppy
disks. Submitted by: bde
This commit is contained in:
parent
d3215ca1c3
commit
9b5b02c405
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60886
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user