linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH, trivial] dmesg ambiguity: CD/DVD
@ 2003-08-01 18:27 jeff
  0 siblings, 0 replies; only message in thread
From: jeff @ 2003-08-01 18:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: andre, torvalds

hi-

i just spent too long barking up the wrong tree, wondering why i
couldn't read DVD+R discs in a read-only drive that look like this in dmesg:

% dmesg | grep hdc                                       ~
    ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
    hdc: Lite-On LTN486S 48x Max, ATAPI CD/DVD-ROM drive
                                        ^^^^^^^^^^
    hdc: attached ide-cdrom driver.
    hdc: ATAPI 48X CD-ROM drive, 120kB Cache, UDMA(33)

why was i having trouble? because this drive does not read DVD-ROMs! now
i know to ignore the second line and pay attention to the last one, but
really, let us fix this ambiguity. "CD/DVD" seems commonly used to refer
to drives which read both formats- let's change this to "optical disc"
or "CD and/or DVD" for clarity. patchette follows. 

jeff


--- linux-2.4.21.orig/drivers/ide/ide-probe.c   2003-08-01 10:55:56.000000000 -0700
+++ linux-2.4.21/drivers/ide/ide-probe.c        2003-08-01 10:58:08.000000000 -0700
@@ -215,7 +215,7 @@
                                        break;
                                }
 #endif
-                               printk ("CD/DVD-ROM");
+                               printk ("optical disc");
                                break;
                        case ide_tape:
                                printk ("TAPE");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-01 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-01 18:27 [PATCH, trivial] dmesg ambiguity: CD/DVD jeff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).