[PATCH] clean up drivers/scsi/scsi.h

2005-02-14 Thread Rolf Eike Beer
Hi, this patch removes some useless struct declarations from drivers/scsi/scsi.h. All this structs are already defined in the header files included above except Scsi_Host, for which we now directly include scsi/scsi_host.h Signed-off-by: Rolf Eike Beer [EMAIL PROTECTED] ---

Re: [PATCH] clean up drivers/scsi/scsi.h

2005-02-14 Thread Christoph Hellwig
On Mon, Feb 14, 2005 at 11:57:29AM +0100, Rolf Eike Beer wrote: Hi, this patch removes some useless struct declarations from drivers/scsi/scsi.h. All this structs are already defined in the header files included above except Scsi_Host, for which we now directly include scsi/scsi_host.h No,

Re: [PATCH] clean up drivers/scsi/scsi.h

2005-02-14 Thread Rolf Eike Beer
Am Montag, 14. Februar 2005 12:09 schrieb Christoph Hellwig: On Mon, Feb 14, 2005 at 11:57:29AM +0100, Rolf Eike Beer wrote: Hi, this patch removes some useless struct declarations from drivers/scsi/scsi.h. All this structs are already defined in the header files included above except

RE: [Bugme-new] [Bug 4201] New: megaraid crashes at random with CERC ATA100/4ch (DELL Controller) on PowerEdge 600SC

2005-02-14 Thread Steven Nash
1. The memory of the server is 2GB, see output from free for full details: total used free sharedbuffers cached Mem: 20751281617708 457420 0 3313441026896 -/+ buffers/cache: 2594681815660 Swap: 2031608 0

Re: [linux-usb-devel] 2.6.11-rc3-bk5, oops in scsi_try_bus_reset

2005-02-14 Thread Alan Stern
On Mon, 14 Feb 2005, Olaf Hering wrote: On Thu, Feb 10, Alan Stern wrote: And Mike Anderson's response was http://marc.theaimsgroup.com/?l=linux-scsim=110538854224319w=2 His explanation was Currently scsi_host_cancel being called from scsi_remove_host appears to not do anything

Re: [PATCH] add scsi bus for virtual drivers take3

2005-02-14 Thread Randy.Dunlap
Mike Christie wrote: I do not know what I was diffing the last time. The attached patch should work now. Sorry. Mike It would be nice to include the full patch description in the email body so that people don't have to refer 2-3 emails back to read it in the future, please. -- ~Randy - To

What is SCSI command 0xa0 ?

2005-02-14 Thread Alan Stern
Can anybody tell me what this CDB is supposed to do, when issued to a direct-access device (a disk drive)? a0 00 00 00 00 00 00 00 10 00 00 00 It's crashing the firmware on Samuel's disk and generally causing problems. The command gets sent right after the partition table is read.

Re: What is SCSI command 0xa0 ?

2005-02-14 Thread Doug Maxey
On Mon, 14 Feb 2005 16:07:05 EST, Alan Stern wrote: Can anybody tell me what this CDB is supposed to do, when issued to a direct-access device (a disk drive)? a0 00 00 00 00 00 00 00 10 00 00 00 Looks like an ATAPI TUR. It's crashing the firmware on Samuel's disk and generally causing

Re: What is SCSI command 0xa0 ?

2005-02-14 Thread Matthias Andree
Alan Stern [EMAIL PROTECTED] writes: Can anybody tell me what this CDB is supposed to do, when issued to a direct-access device (a disk drive)? a0 00 00 00 00 00 00 00 10 00 00 00 It's crashing the firmware on Samuel's disk and generally causing problems. The command gets sent

[PATCH] fix units/partition count in sd.c (2.4.x)

2005-02-14 Thread Luben Tuikov
Hi, This patch fixes the nr_real count in sd.c, which is also used in genhd.c to print out the partitions/units. The problem is that nr_real is decremented on detach, the genhd's nr_sects is cleared but the entry is still there and is being counted for when displaying the partitions. Thus when

Re: [PATCH] cpnvert scsi_debug to use virtual host bus

2005-02-14 Thread Douglas Gilbert
Mike Christie wrote: The attach patch converts scsi_debug to use the virtual scsi bus. It was built against scsi-rc-fixes-2.6. The interface has changed a little. Here is an example of adding and removing a single host: cd /sys/bus/scsi_host/drivers/scsi_debug [EMAIL PROTECTED] scsi_debug]# ls

Re: sg problems with an 8KB sector size and blank checks

2005-02-14 Thread Douglas Gilbert
Steve McIntyre wrote: Guys, I hope somebody can help here. A little context: At Plasmon we've developed a driver for our new UDO (Ultra Density Optical) drive. It's a new blu-ray optical drive with an 8KB sector size, which makes it rather awkward to support directly using sd in the kernel. To