Teach libdisk about 'aac'

This commit is contained in:
msmith 2000-09-13 05:04:48 +00:00
parent b529d77307
commit 9f76441881
2 changed files with 4 additions and 2 deletions

View File

@ -300,6 +300,8 @@ MakeDev(struct chunk *c1, const char *path)
cmaj = 133, p += 4;
else if (!strncmp(p, "twed", 4))
cmaj = 147, p += 4;
else if (!strncmp(p, "aacd", 4))
cmaj = 151, p += 4;
else if (!strncmp(p, "da", 2)) /* CAM support */
cmaj = 13, p += 2;
else {

View File

@ -463,9 +463,9 @@ Collapse_Disk(struct disk *d)
#endif
#ifdef PC98
static char * device_list[] = {"wd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
static char * device_list[] = {"wd", "aacd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
#else
static char * device_list[] = {"ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
static char * device_list[] = {"aacd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
#endif
char **