summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Collapse)AuthorAgeFilesLines
* Indent cleanup and initialisation cleanup (Crash on boot - Penguin in interrupt)Florian Lohoff2000-12-031-51/+51
|
* Merge with 2.4.0-test11.Ralf Baechle2000-11-2855-227/+391
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-2323-75/+91
|
* Initialization fixes for 2.4.0-test9Florian Lohoff2000-10-051-0/+6
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-05128-2705/+16120
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Merge with Linux 2.4.0-test8-pre1.Ralf Baechle2000-08-292-3/+7
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-288-30/+42
|
* Merge with Linux 2.4.0-test6-pre9.Ralf Baechle2000-08-254-41/+58
|
* First set of PMAZ-AA fixes - Still not reliable in Multi-PMAZ-AA setups asFlorian Lohoff2000-08-191-46/+27
| | | | still some global vars get used - but a start
* Merge with Linu 2.4.0-test6-pre6.Ralf Baechle2000-08-083-8/+5
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-083-635/+1970
|
* Merge with Linux 2.4.0-test6-pre1.Ralf Baechle2000-08-085-666/+1873
|
* Merge with Linux 2.4.0-test5-pre6.Ralf Baechle2000-07-281-1/+1
|
* Merge with Linux 2.4.0-test5-pre5.Ralf Baechle2000-07-274-36/+53
|
* Merge with Linux 2.4.0-test5-pre4.Ralf Baechle2000-07-233-17/+188
|
* Merge with Linux 2.4.0-test5-pre3.Ralf Baechle2000-07-212-21/+23
|
* Merge with Linux 2.4.0-test5-pre2.Ralf Baechle2000-07-183-19/+15
|
* Merge with Linux 2.4.0-test5-pre1. This works again on Origin UP.Ralf Baechle2000-07-154-21/+24
| | | | The IP22 cache bugs which are plaguing some machines are still unfixed.
* Merge with Linux 2.4.0-test3.Ralf Baechle2000-07-111-2/+2
|
* Merge with 2.4.0-test3-pre7.Ralf Baechle2000-07-091-1/+0
|
* Fix for scsi.c warning. Patch sent to Linus.Ralf Baechle2000-07-091-1/+2
|
* DECstation resp. R3000 related -Werror fixesHarald Koerfgen2000-07-091-79/+98
|
* Merge with Linux 2.4.0-pre3-test6.Ralf Baechle2000-07-093-2/+3
|
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-084-4/+4
| | | | -Werror clean.
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-084-20/+7
|
* Various minor type fixes.Ulf Carlsson2000-07-042-4/+4
|
* Merge with Linux 2.4.0-test3-pre2.Ralf Baechle2000-07-034-21/+31
|
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-2511-1496/+1085
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-1945-1946/+3385
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-154-12/+25
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-1210-50/+46
|
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-2825-476/+592
|
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-1918-89/+336
|
* Minor cleanup.Leo Dagum2000-04-061-13/+1
|
* Final (I hope) fixes: endianness of the 'handle' field in the command blockLeo Dagum2000-04-061-7/+15
| | | | | | needed to be set, and queuecommand had to default specify at least a Simple Queue otherwise the TEST_UNIT_READY commands failed and scsi_scan couldn't find the drives.
* Remove duplicate options. From Florian Lohoff.Ralf Baechle2000-03-311-10/+0
|
* Some minor changes to turn on 64-bittiness.Leo Dagum2000-03-312-17/+27
|
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-277-35/+41
|
* Cleanup a large number of random junk, nothing of importance.Ralf Baechle2000-03-252-4/+4
|
* Merge with Linux 2.3.99-pre2.Ralf Baechle2000-03-234-20/+19
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-1924-3067/+4262
|
* Reworked that 64 bit addressing into the mainline version of the driver,Leo Dagum2000-03-141-134/+149
| | | | | | | | and threw away my previous dynamic dma changes (which had separately already been done in the mainline version). Sent a patch to the maintainer (kagato@yagami.infodump.net) so hopefully the A64 stuff will wind itself into the mainline kernel. If not, at least it should merge cleanly now.
* Merge with Linux 2.3.51.Ralf Baechle2000-03-134-6/+6
|
* Merge with Linux 2.3.50.Ralf Baechle2000-03-124-106/+169
|
* Converted the qlogicisp driver to use the dynamic dma interfacesLeo Dagum2000-03-101-8/+60
| | | | when CONFIG_QL_ISP_A64 is true.
* Merge with Linux 2.3.49.Ralf Baechle2000-03-076-20/+16
|
* Merge with 2.3.48.Ralf Baechle2000-03-0214-521/+859
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-2457-2242/+9722
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-2327-829/+13878
| | | | driver due to the Origin A64 hacks.
* Compile fixes.Ralf Baechle2000-02-211-2/+2
|