summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the default configurations (RM200C / Acer PICA) compile.Ralf Baechle1998-05-072-3/+3
|
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-0782-6877/+9036
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | o New clear_user. o Memcpy now efficiently copies the (src^dest)&3 != 0. o Memmove new correctly deals with overlaps o Rewrite csum_partial in assembler. o Rewrte csum_partial_from_user in assembler. o __copy_user is now integrated with memcpy. o get_user now returns a zero value on error. o copy_from_user now clears the destination buffer on error. o strncpy_user now has a more efficient caller routine. o strlen_user now has a more efficient caller routines and is faster. o The unaligned handler is now much cleaner. It's now also save from interrupt. Some more esotheric bugs fixed as well. o Don't export bcopy anymore, it's now a inline function. o Delete ancient junk from the first days of Linux/MIPS. o Delete dead code in indy_sc.c. o Including the IDE driver doesn't crash an Indy anymore. o Eleminate active_ds. We now use current_ds directly in the thread structure which is faster and threadsafe. Saves almost 2kb on the kernel. o Serial console should work again.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-0516-182/+5126
| | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ...
* o Merge with Linux 2.1.90.Ralf Baechle1998-03-189-714/+993
| | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ...
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-17101-6323/+16579
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* Convert to the new interface for software cache coherency.Ralf Baechle1998-03-041-4/+6
|
* Anotherone that was missing.Ralf Baechle1998-03-041-0/+483
|
* Upgrade to 2.1.73.Ralf Baechle1998-03-033-13/+42
|
* made splitted esp working on Linux/Sparc (at least on my SS2)Thomas Bogendoerfer1997-12-297-89/+724
|
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-1611-210/+295
|
* added support for the jazz scsi controllerThomas Bogendoerfer1997-12-157-983/+1065
|
* Merge with Linux 2.1.67.Ralf Baechle1997-12-0638-1749/+11944
|
* Part #2 merging back my changes ...Ralf Baechle1997-12-0114-55/+2491
|
* Merge with 2.1.56 as first part of merging back my code.Ralf Baechle1997-12-016-47/+124
|
* Remove superfluous disable_irq() statement. It was causingRalf Baechle1997-11-301-1/+0
| | | | interrupts to be disabled for a very long time.
* Remove files that were removed between 2.1.49 and 2.1.55. SomehowRalf Baechle1997-09-123-0/+0
| | | | my script to do that broke :-(
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-1227-879/+5349
| | | | CVS archive.
* Merge to 2.1.38.Miguel de Icaza1997-08-0616-5869/+5106
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* Merge with 2.1.47. Some more cleanup and module fixes.Ralf Baechle1997-07-292-1/+15
|
* Sync with Linux 2.1.46.Ralf Baechle1997-07-2014-590/+718
|
* Merge with 2.1.43.Ralf Baechle1997-06-173-24/+67
|
* Sync with Linux 2.1.42.Ralf Baechle1997-06-036-7978/+8070
|
* Sync with Linux 2.1.41Ralf Baechle1997-06-034-51/+167
|
* Initial revisionRalf Baechle1997-06-0136-1370/+15591
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-2994-8684/+34434
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-2510-1763/+1961
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-07130-19943/+83767
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-1452-2284/+7391
|
* Import of Linus's Linux 1.1.68Ralf Baechle1994-11-2869-0/+44820