summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.3.40.Ralf Baechle2000-02-1618-327/+526
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-0548-9387/+10185
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-0472-5368/+6158
|
* Fix scatter gather problem in A64 mode. No need of IP27 specific hacksKanoj Sarcar2000-01-311-9/+5
| | | | anymore.
* Put in a hack not to do scatter-gather on IP27s for now. Need to fix.Kanoj Sarcar2000-01-311-0/+4
|
* Get the Qlogic ISP driver functioning in PCI64 mode. Patch being sent toKanoj Sarcar2000-01-311-8/+124
| | | | code maintainers for possible inclusion in 2.3.42.
* Merge with 2.3.27.Ralf Baechle2000-01-29127-3380/+1663
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-8/+8
|
* Cleanup.Ralf Baechle2000-01-272-7/+4
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-279-2329/+1986
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Start using the 2.3.40 qlogic driver with a couple of minor hacks toKanoj Sarcar2000-01-261-93/+169
| | | | work with 2.3.22.
* Merge with Linux 2.3.22.Ralf Baechle2000-01-219-194/+275
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0419-2094/+9748
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-5/+5
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* o R3000 fixesHarald Koerfgen1999-10-123-1106/+969
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with 2.3.19.Ralf Baechle1999-10-09122-21710/+33967
|
* Merge with 2.3.10.Ralf Baechle1999-09-2824-2625/+2974
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-202-2/+2
|
* Merged David Arilie's PMAZ-A driver with dec_espHarald Koerfgen1999-08-122-14/+176
|
* Updates in preperation of EISA support.Andrew R. Baker1999-08-111-6/+11
|
* Support for the 2nd SCSI controller on the Indigo2.Andrew R. Baker1999-08-022-9/+35
|
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-261-0/+22
| | | | Indigo anyone? :-)
* Merge with Linux 2.3.9.Ralf Baechle1999-07-053-2/+4
|
* More merging. Chainsaw style.Ralf Baechle1999-06-241-4/+0
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-222-8/+11
| | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ...
* Cleanup esp junk diffs.Ralf Baechle1999-06-211-53/+22
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-1734-1795/+2959
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-1366-7198/+36427
|
* Various changes to Makefiles and Config.in files to be able to make use of ↵Harald Koerfgen1999-05-012-4/+11
| | | | the new DECstation and Baget stuff :-)
* DECstation updatesHarald Koerfgen1999-04-112-105/+157
|
* added reset code, to get even a busy wd93 back to its feetsThomas Bogendoerfer1999-03-282-1/+32
|
* fix for the lockups after scsi aborts.Thomas Bogendoerfer1999-03-282-1/+4
|
* added workaround for getting passed bogus pointer from wd33c93. This fixesThomas Bogendoerfer1999-03-251-2/+11
| | | | | the reported CDrom problems. But there is still something fishy with broken SCSI devices
* fixed flushing of data before dma.Thomas Bogendoerfer1999-03-241-12/+33
| | | | | added scattering over more HPC3 dma descriptors for buffers bigger than 8192 bytes.
* fixed typoThomas Bogendoerfer1999-02-251-1/+1
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-1570-3556/+14615
|
* 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
|