URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [scsi/] [ChangeLog.ncr53c8xx] - Rev 1765
Compare with Previous | Blame | View Log
Sun Dec 13 18:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.1e- Same work-around as for the 53c876 rev <= 0x15 for 53c896 rev 1:Disable overlapped arbitration. This will not make differencesince the chip has on-chip RAM.Thu Nov 26 22:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.1d- The SISL RAID change requires now remap_pci_mem() stuff to becompiled for __i386__ when normal IOs are used.- Minor spelling fixes in doc files.Sat Nov 21 18:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.1c- Ignore chips that are driven by SISL RAID (DAC 960).Change sent by Leonard Zubkoff and slightly reworked.- Still a buglet in the tags initial settings that needed to be fixed.It was not possible to disable TGQ at system startup for devicesthat claim TGQ support. The driver used at least 2 for the queuedepth but did'nt keep track of user settings for tags depth lowerthan 2.Wed Nov 11 10:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.1b- The driver was unhappy when configured with default_tags > MAX_TAGSHopefully doubly-fixed.- Update the Configure.help driver section that speaks of TAGS.Wed Oct 21 21:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.1a- Changes from Eddie Dost for Sparc and Alpha:ioremap/iounmap support for Sparc.pcivtophys changed to bus_dvma_to_phys.- Add the 53c876 description to the chip table. This is only usefullfor printing the right name of the controller.- DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).- Add additionnal checking of INQUIRY data:Check INQUIRY data received length is at least 7. Byte 7 ofinquiry data contains device features bits and the driver mightbe confused by garbage. Also check peripheral qualifier.- Cleanup of the SCSI tasks management:Remove the special case for 32 tags. Now the driver only uses thescheme that allows up to 64 tags per LUN.Merge some code from the 896 driver.Use a 1,3,5,...MAXTAGS*2+1 tag numbering. Previous driver coulduse any tag number from 1 to 253 and some non conformant devicesmight have problems with large tag numbers.- 'no_sync' changed to 'no_disc' in the README file. This is an oldand trivial mistake that seems to demonstrate the README file isnot often read. :)Sun Oct 4 14:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0i- Cosmetic changes for sparc (but not for the driver) that needs__irq_itoa() to be used for printed IRQ value to be understandable.- Some problems with the driver that didn't occur using driver 2.5fwere due to a SCSI selection problem triggered by a clearlydocumented feature that in fact seems not to work: (53C8XX chipsare claimed by the manuals to be able to execute SCSI scripts justafter abitration while the SCSI core is performing SCSI selection).This optimization is broken and has been removed.- Some broken scsi devices are confused when a negotiation is startedon a LUN that does not correspond to a real device. According toSCSI specs, this is a device firmware bug. This has been workedaround by only starting negotiation if the LUN has previously beused for at least 1 successful SCSI command.- The 'last message sent' printed out on M_REJECT message receptionwas read from the SFBR i/o register after the previous message hadbeen sent.This was not correct and affects all previous driver versions andthe original FreeBSD one as well. The SCSI scripts has been fixedso that it now provides the right information to the C code.Sat Jul 18 13:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0g- Preliminary fixes for Big Endian (sent by Eddie C. Dost).Big Endian architectures should work again with the driver.Eddie's patch has been partially applied since current 2.1.109does not have all the Sparc changes of the vger tree.- Use of BITS_PER_LONG instead of (~0UL == 0xffffffffUL) has fixedthe problem observed when the driver was compiled using EGCS orPGCC.Mon Jul 13 20:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0f- Some spelling fixes.- linux/config.h misplaced in ncr53c8xx.h- MODULE_PARM stuff added for linux 2.1.- check INQUIRY response data format is exactly 2.- use BITS_PER_LONG if defined.Sun Jun 28 12:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0e- Some cleanup, spelling fixes, version checks, documentationschanges, etc ...Sat Jun 20 20:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0c- Add a boot setup option that allows to set up device queue depthsat boot-up. This option is very usefull since Linux does notallow to change scsi device queue depth once the system has beenbooted up.Sun Jun 15 23:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0a- Support for up to 64 TAGS per LUN.- Rewrite the TARGET vs LUN capabilities management.CmdQueue is now handled as a LUN capability as it shall be.This also fixes a bug triggered when disabling tagged commandqueuing for a device that had this feature enabled.- Remove the ncr_opennings() stuff that was useless under Linuxand hard to understand to me.- Add "setverbose" procfs driver command. It allows to tuneverbose level after boot-up. Setting this level to zero, forexample avoid flooding the syslog file.- Add KERN_XXX to some printk's.Tue Jun 10 23:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 3.0- Linux config changes for 2.0.34:Remove NVRAM detection config option. This option is now enabledby default but can be disabled by editing the driver header file.Add a PROFILE config option.- Update Configure.help- Add calls to new function mdelay() for milli-seconds delay ifkernel version >= 2.1.105.- Replace all printf(s) by printk(s). After all, the ncr53c8xx isa driver for Linux.- Perform auto-sense on COMMAND TERMINATED. Not sure it is usefull.- Some other minor changes.Tue Jun 4 23:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6n- Code cleanup and simplification:Remove kernel 1.2.X and 1.3.X support.Remove the _old_ target capabilities table.Remove the error recovery code that have'nt been really usefull.Use a single alignment boundary (CACHE_LINE_SIZE) for datastructures.- Several aggressive SCRIPTS optimizations and changes:Reselect SCRIPTS code rewritten.Support for selection/reselection without ATN.And some others.- Miscallaneous changes in the C code:Count actual number of CCB queued to the controller (future use).Lots of other minor changes.Wed May 13 20:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6m- Problem of missed SCSI bus reset with the 53C895 fixed byRichard Waltham. The 53C895 needs about 650 us for the busmode to settle. Delays used while resetting the controllerand the bus have been adjusted. Thanks Richard!- Some simplification for 64 bit arch done ccb address testing.- Add a check of the MSG_OUT phase after Selection with ATN.- The new tagged queue stuff seems ok, so some informationnalmessage have been conditionned by verbose >= 3.- Donnot reset if a SBMC interrupt reports the same bus mode.- Print out the whole driver set-up. Some options were missing andthe print statement was misplaced for modules.- Ignore a SCSI parity interrupt if the chip is not connected tothe SCSI bus.Sat May 1 16:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6l- Add CCB done queue support for Alpha and perhaps some otherarchitectures.- Add some barriers to enforce memory ordering for x86 andAlpha architectures.- Fix something that looks like an old bug in the nego SIRinterrupt code in case of negotiation failure.Sat Apr 25 21:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6k- Remove all accesses to the on-chip RAM from the C code:Use SCRIPTS to load the on-chip RAM.Use SCRIPTS to repair the start queue on selection timeout.Use the copy of script in main memory to calculate the chipcontext on phase mismatch.- The above allows now to use the on-chip RAM without requiringto get access to the on-chip RAM from the C code. This makeson-chip RAM useable for linux-1.2.13 and for Linux-Alpha forinstance.- Some simplifications and cleanups in the SCRIPTS and C code.- Buglet fixed in parity error recovery SCRIPTS (never tested).- Minor updates in README.ncr53c8xx.Wed Apr 15 21:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6j- Incorporate changes from linux-2.1.95 ncr53c8xx driver version.- Add SMP support for linux-2.1.95 and above.- Fix a bug when QUEUE FULL is returned and no commands aredisconnected. This happens with Atlas I / L912 and may happenwith Atlas II / LXY4.- Nail another one on CHECK condition when requeuing the commandfor auto-sense.- Call scsi_done() for all completed commands after interrupthandling.- Increase the done queue to 24 entries.Sat Apr 4 20:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6i- CTEST0 is used by the 53C885 for Power Management andpriority setting between the 2 functions.Use SDID instead as actual target number. Just have had tooverwrite it with SSID on reselection.- Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.64 segments are moved from on-chip RAM scripts.If more segments, a script in main memory is used for theadditionnal segments.- Since the SCRIPTS processor continues SCRIPTS execution afterhaving won arbitration, do some stuff prior to testing any SCSIphase on reselection. This should have the vertue to processscripts in parallel with the SCSI core performing selection.- Increase the done queue to 12 entries.Sun Mar 29 12:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6h- Some fixes.Tue Mar 26 23:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6g- New done queue. 8 entries by default (6 always useable).Can be increased if needed.- Resources management using doubly linked queues.- New auto-sense and QUEUE FULL handling that does not need tostall the NCR queue any more.- New CCB starvation avoiding algorithm.- Prepare CCBs for SCSI commands that cannot be queued, instead ofinserting these commands into the waiting list. The waiting listis now only used while resetting and when memory for CCBs is notyet available?Sun Feb 8 22:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6f- Some fixes in order to really support the 53C895, at least withFAST-20 devices.- Heavy changes in the target/lun resources management to allowthe scripts to jump directly to the CCB on reselection insteadof walking on the lun CCBs list. Up to 32 tags per lun are nowsupported without script processor and PCI traffic overhead.Sun Jan 11 22:00 1998 Gerard Roudier (groudier@club-internet.fr)* revision 2.6d- new (different ?) implementation of the start queue:Use a simple CALL to a launch script in the CCB.- implement a minimal done queue (1 entry :-) ).this avoid scanning all CCBs on INT FLY (Only scan all CCBs, onoverflow). Hit ratio is better than 99.9 % on my system, so noneed to have a larger done queue.- generalization of the restart of CCB on special condition asAbort, QUEUE FULL, CHECK CONDITION.This has been called 'silly scheduler'.- make all the profiling code conditionned by a config option.This spare some PCI traffic and C code when this feature is notneeded.- handle more cleanly the situation where direction is unknown.The pointers patching is now performed by the SCRIPTS processor.- remove some useless scripts instructions.Ported from driver 2.5 series:------------------------------- Use FAST-5 instead of SLOW for slow scsi devices according tonew SPI-2 draft.- Make some changes in order to accomodate with 875 rev <= 3device errata listing 397. Minor consequences are:. Leave use of PCI Write and Invalidate under user control.Now, by default the driver does not enable PCI MWI and option'specf:y' is required in order to enable this feature.. Memory Read Line is not enabled for 875 and 875-like chips.. Programmed burst length set to 64 DWORDS (instead of 128).(Note: SYMBIOS uses 32 DWORDS for the SDMS BIOS)- Add 'buschk' boot option.This option enables checking of SCSI BUS data lines after SCSIRESET (set by default). (Submitted by Richard Waltham).- Update the README file.- Dispatch CONDITION MET and RESERVATION CONFLICT scsi statusas OK driver status.- Update the README file and the Symbios NVRAM format definitionwith removable media flags values (available with SDMS 4.09).- Several PCI configuration registers fix-ups for powerpc.(Patch sent by Cort).
