lkml.org 
[lkml]   [2003]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectKill identify decoding 3/4

> Where did 3/4 go? I only saw 1,2 and 4.

Sorry. Here it is.



Part three of four: delete the identify decoding from isd200.c.

diff -u --recursive --new-file -X /linux/dontdiff a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c
--- a/drivers/usb/storage/isd200.c Mon Jul 28 05:39:32 2003
+++ b/drivers/usb/storage/isd200.c Wed Aug 6 09:47:26 2003
@@ -980,6 +980,12 @@
* RETURNS:
* ISD status code
*/
+
+#ifdef CONFIG_USB_STORAGE_DEBUG
+#define IDE_IDENTIFY_DEBUG
+#include <linux/ide-identify.h>
+#endif
+
int isd200_get_inquiry_data( struct us_data *us )
{
struct isd200_info *info = (struct isd200_info *)us->extra;
@@ -1012,33 +1018,9 @@
__u16 *src, *dest;
ide_fix_driveid(&info->drive);

- US_DEBUGP(" Identify Data Structure:\n");
- US_DEBUGP(" config = 0x%x\n", info->drive.config);
- US_DEBUGP(" cyls = 0x%x\n", info->drive.cyls);
- US_DEBUGP(" heads = 0x%x\n", info->drive.heads);
- US_DEBUGP(" track_bytes = 0x%x\n", info->drive.track_bytes);
- US_DEBUGP(" sector_bytes = 0x%x\n", info->drive.sector_bytes);
- US_DEBUGP(" sectors = 0x%x\n", info->drive.sectors);
- US_DEBUGP(" serial_no[0] = 0x%x\n", info->drive.serial_no[0]);
- US_DEBUGP(" buf_type = 0x%x\n", info->drive.buf_type);
- US_DEBUGP(" buf_size = 0x%x\n", info->drive.buf_size);
- US_DEBUGP(" ecc_bytes = 0x%x\n", info->drive.ecc_bytes);
- US_DEBUGP(" fw_rev[0] = 0x%x\n", info->drive.fw_rev[0]);
- US_DEBUGP(" model[0] = 0x%x\n", info->drive.model[0]);
- US_DEBUGP(" max_multsect = 0x%x\n", info->drive.max_multsect);
- US_DEBUGP(" dword_io = 0x%x\n", info->drive.dword_io);
- US_DEBUGP(" capability = 0x%x\n", info->drive.capability);
- US_DEBUGP(" tPIO = 0x%x\n", info->drive.tPIO);
- US_DEBUGP(" tDMA = 0x%x\n", info->drive.tDMA);
- US_DEBUGP(" field_valid = 0x%x\n", info->drive.field_valid);
- US_DEBUGP(" cur_cyls = 0x%x\n", info->drive.cur_cyls);
- US_DEBUGP(" cur_heads = 0x%x\n", info->drive.cur_heads);
- US_DEBUGP(" cur_sectors = 0x%x\n", info->drive.cur_sectors);
- US_DEBUGP(" cur_capacity = 0x%x\n", (info->drive.cur_capacity1 << 16) + info->drive.cur_capacity0 );
- US_DEBUGP(" multsect = 0x%x\n", info->drive.multsect);
- US_DEBUGP(" lba_capacity = 0x%x\n", info->drive.lba_capacity);
- US_DEBUGP(" command_set_1 = 0x%x\n", info->drive.command_set_1);
- US_DEBUGP(" command_set_2 = 0x%x\n", info->drive.command_set_2);
+#ifdef CONFIG_USB_STORAGE_DEBUG
+ ide_dump_identify_info(info->drive, "isd200");
+#endif

memset(&info->InquiryData, 0, sizeof(info->InquiryData));

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.042 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site