summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Collapse)AuthorAgeFilesLines
* More DEC and Baget stuff.Ralf Baechle1999-01-272-0/+341
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-0461-5153/+12387
| | | | (Did I mention that CVS is buggy ...)
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-1931-685/+858
| | | | - Bugfixes.
* fixed scatterlist handlingThomas Bogendoerfer1998-09-161-10/+10
|
* version from Linus treeThomas Bogendoerfer1998-09-162-1720/+1822
|
* one CONFIG_SCSI_SGIWD93 is enoughThomas Bogendoerfer1998-09-161-8/+0
|
* restored DaveM's playground; we are using NCR53C9x.c for our game.Thomas Bogendoerfer1998-09-162-580/+967
|
* removed duplicate config option for MIPS_JAZZThomas Bogendoerfer1998-08-281-3/+0
|
* fixed merging bugsThomas Bogendoerfer1998-08-263-321/+1
|
* THIS IS OLD STUFF, I ALREADY REMOVED IT.Thomas Bogendoerfer1998-08-262-680/+0
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-2595-11906/+20718
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-3010-48/+104
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* now NCR53C9x is used for the FAS216 on jazz boardsThomas Bogendoerfer1998-05-124-140/+142
|
* removed changes to esp. now esp is the sparc only driver from 2.1.99Thomas Bogendoerfer1998-05-126-1391/+1014
|
* 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