Messages in this thread |  | | Date | Tue, 20 Aug 2002 21:15:09 -0600 | From | Erik Andersen <> | Subject | Re: 2.4.20-pre2-ac5 Promise PDC20269 |
| |
On Tue Aug 20, 2002 at 07:40:37PM -0700, Andre Hedrick wrote: > > hde reduced to Ultra33 mode. > > hde: host protected area => 1 > > hde: 117266688 sectors (60041 MB) w/1820KiB Cache, CHS=116336/16/63, UDMA(133)
BTW that host protected area message is pretty silly. It gives the appearance that perhaps the BIOS has issued a SET MAX ADDRESS when in fact, all the message is doing is enumerating the drive's capabilities (duplicating what 'hdparm -I' does). At the minimum, this message should be changed to something more like:
printk("%s: host protected area supported: %s\n", drive->name, (flag==1)? "no" : "yes");
Personally, I think we should lose the message entirely. If someone want to know what their drive can do, they can ask hdparm and get a full listing,
-Erik
-- Erik B. Andersen http://codepoet-consulting.com/ --This message was written using 73% post-consumer electrons-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |