aboutsummaryrefslogtreecommitdiff
path: root/src/ata.c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coresystems.de>2010-06-09 21:10:13 +0200
committerKevin O'Connor <kevin@koconnor.net>2010-06-10 22:47:08 -0400
commit203f6f385d948c578e59dafdb79b9fe01b27af91 (patch)
tree36049eb66d63b8fb9d09cd02792b80d4964f2472 /src/ata.c
parent12cbb43b9dc8a16f712188cb308a0eb0321f3e20 (diff)
downloadseabios-hppa-203f6f385d948c578e59dafdb79b9fe01b27af91.zip
seabios-hppa-203f6f385d948c578e59dafdb79b9fe01b27af91.tar.gz
seabios-hppa-203f6f385d948c578e59dafdb79b9fe01b27af91.tar.bz2
SeaBIOS CD/DVD abbreviations
- Use the same description text for CD and DVD drives all over the tree. - Mention DVD first as it's more likely these days Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'src/ata.c')
-rw-r--r--src/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ata.c b/src/ata.c
index 62cdbb8..2e934be 100644
--- a/src/ata.c
+++ b/src/ata.c
@@ -774,7 +774,7 @@ init_drive_atapi(struct atadrive_s *dummy, u16 *buffer)
snprintf(adrive_g->drive.desc, MAXDESCSIZE, "ata%d-%d: %s ATAPI-%d %s"
, adrive_g->chan_gf->chanid, adrive_g->slave
, extract_model(model, buffer), extract_version(buffer)
- , (iscd ? "CD-Rom/DVD-Rom" : "Device"));
+ , (iscd ? "DVD/CD" : "Device"));
dprintf(1, "%s\n", adrive_g->drive.desc);
// fill cdidmap