- 17 Mar, 2004 1 commit
-
-
James Bottomley authored
-
- 16 Mar, 2004 36 commits
-
-
James Bottomley authored
-
Patrick Mansfield authored
Add a BLIST_MS_192_BYTES_FOR_3F flag. If it is set, sends a 192 byte MODE SENSE in sd.c.
-
Patrick Mansfield authored
Replace the scsi_host flags with scsi_device sdev_bflags. Change USB to set sdev_bflags in its new slave_alloc function.
-
Mark Haverkamp authored
This is an update from the Adaptec version of the driver to the aacraid reset handler. The current code has a logic error that is fixed by this version. This builds against 2.6.5-rc1.
-
James Bottomley authored
No-one seems to have noticed, but there's a bug in our offline handling which can cause the eh to loop forever when it tries to offline a device (basically offline I/O rejections are done in prep, which doesn't work for already prepped commands). The attached fixes this, and also sweeps offline up into a fairly fully fledged scsi state model. With this applied I can now offline my root device under load without causing a SCSI hang (ext2 BUG()s rather unhappily but at least that's not a SCSI problem).
-
Dave Jones authored
Here's a couple more blacklist entries. Seems everyone suddenly rushed out and bought one of these multi-card readers. Dave
-
Andrew Vasquez authored
Update version number to 8.00.00b11-k (to indicate embedded driver).
-
James Bottomley authored
Andrew Vasquez <andrew.vasquez@qlogic.com> Resync with latest released firmware -- 3.02.26.
-
Andrew Vasquez authored
During a back-door device reset call, hold off execution of commands until the reset is complete.
-
Andrew Vasquez authored
Restore the UPDATE state of the HA if a resync event occurs during a device (re)discovery.
-
Andrew Vasquez authored
Add a module parameter to override the NVRAM's login retry count value.
-
Andrew Vasquez authored
Consistently use the fcports list of an HA to iterate through the known target devices.
-
Andrew Vasquez authored
Resync with latest NVRAM subsystem ID list.
-
Andrew Vasquez authored
Fix issue where the driver would reference the incorrect HA during loop state check.
-
Andrew Vasquez authored
Misc. updates due to resync with non-embedded (failover-aware) driver. o Add ancillary support definitions. o Remove extraneous *_IOCTL #ifs. o Make qla2x00_cmd_timeout() and its support routines visible to the non-embedded driver.
-
Andrew Vasquez authored
Consistenly track the error-state of a failed SRB.
-
Andrew Vasquez authored
For now, I'd say keep everything in the original patch except the hunk that changes SG_ALL -> 32, revised patch attached.
-
Andrew Vasquez authored
Return firmware statistics retrieved from qla2x00_get_link_status() in host-endian form.
-
Andrew Vasquez authored
Fix a problem where during heavy I/O the driver would improperly timeout an outstanding MBX IOCB before the firmware itself had a chance to issue and wait for the command to timeout.
-
Andrew Vasquez authored
Track the number of DSDs and request entries required for an SRB in case of a request-entry or command-slot shortage.
-
Andrew Vasquez authored
Update copyright banner for all source files.
-
Jeremy Katz authored
Simple obvious patch so that all calls to blkpg from the non-native environment don't get -EINVAL
-
bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
RX skbs are always considered maximally sized, until actual reception of the RX frame occurs. So, update this driver to always map and unmap a maximally sized skb. This fixes this driver on several non-x86 platforms.
-
bk://gkernel.bkbits.net/misc-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
-
bk://gkernel.bkbits.net/libata-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Dave Kleikamp authored
-
Linus Torvalds authored
Verified to not break anything on x86 either.
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
We also need the following patch to build the generic_defconfig after the DMA API change: http://linux.bkbits.net:8080/linux-2.5/cset@405490e15inT3T0H2x887j9SaMkYRQ
-
bk://kernel.bkbits.net/vojtech/inputLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
bk://dtor.bkbits.net/inputVojtech Pavlik authored
-
Vojtech Pavlik authored
-
- 15 Mar, 2004 3 commits
-
-
Jens Axboe authored
This patch is from Iomega, and it allows random write opens of CDROM's that support the feature.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> We have some versions of firmware out there that have huge OF properties. So huge that we end up overwriting our initrd. Place a 1MB limit and warn bitterly if its over this. Also fix a use of package-to-path where the variable was 64bytes but we would pass in a length of 255.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> ppc64 defconfig update
-