Ugh. Back out local changes that crept in with my last commit. :(
This commit is contained in:
parent
537ba4f731
commit
e0c8d1d426
@ -79,7 +79,6 @@ static struct _devname {
|
||||
{ DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "vn%d", "Virtual node disk device", 43, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4, 'c' },
|
||||
{ DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" },
|
||||
{ DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" },
|
||||
|
@ -216,7 +216,6 @@ msgNotify(char *fmt, ...)
|
||||
if (isDebug())
|
||||
msgDebug("Notify: %s\n", errstr);
|
||||
dialog_msgbox(NULL, errstr, -1, -1, 0);
|
||||
dialog_update();
|
||||
}
|
||||
|
||||
/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */
|
||||
|
@ -79,7 +79,6 @@ static struct _devname {
|
||||
{ DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "vn%d", "Virtual node disk device", 43, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4, 'c' },
|
||||
{ DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" },
|
||||
{ DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" },
|
||||
|
@ -216,7 +216,6 @@ msgNotify(char *fmt, ...)
|
||||
if (isDebug())
|
||||
msgDebug("Notify: %s\n", errstr);
|
||||
dialog_msgbox(NULL, errstr, -1, -1, 0);
|
||||
dialog_update();
|
||||
}
|
||||
|
||||
/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */
|
||||
|
@ -79,7 +79,6 @@ static struct _devname {
|
||||
{ DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_DISK, "vn%d", "Virtual node disk device", 43, 65538, 8, 4, 'c' },
|
||||
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4, 'c' },
|
||||
{ DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" },
|
||||
{ DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" },
|
||||
|
@ -216,7 +216,6 @@ msgNotify(char *fmt, ...)
|
||||
if (isDebug())
|
||||
msgDebug("Notify: %s\n", errstr);
|
||||
dialog_msgbox(NULL, errstr, -1, -1, 0);
|
||||
dialog_update();
|
||||
}
|
||||
|
||||
/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */
|
||||
|
Loading…
Reference in New Issue
Block a user