| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NetBSD pr kern/3067, which also applies to FreeBSD: | se | 1997-01-05 | 1 | -3/+3 |
* | Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined. | bde | 1996-12-23 | 1 | -4/+6 |
* | Improve negotiation messages: | se | 1996-12-21 | 1 | -8/+8 |
* | Fix "opt_ncr.h" changes: | se | 1996-12-16 | 1 | -7/+9 |
* | Fix typo | se | 1996-12-15 | 1 | -3/+3 |
* | Include "opt_ncr.h" for option settings. | se | 1996-12-15 | 1 | -3/+5 |
* | Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drives | se | 1996-12-15 | 1 | -5/+2 |
* | General cleanup and new features for 53c875 based cards, especially the | se | 1996-12-14 | 1 | -78/+213 |
* | Close PR#2198: | jkh | 1996-12-13 | 1 | -2/+4 |
* | Only access the specific interrupt status registers if required. | se | 1996-11-08 | 1 | -4/+4 |
* | Move the initialization of np->ns_sync and ns_async out of ncr_getclock(), | se | 1996-10-14 | 1 | -4/+4 |
* | Fix previous commit: The INB/OUTB macros require np->vaddr to be | se | 1996-10-12 | 1 | -10/+10 |
* | Improve support of SCSI cards based on the 53c860 and 53c875. | se | 1996-10-11 | 1 | -66/+121 |
* | The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered a | pst | 1996-10-10 | 1 | -5/+2 |
* | Preserve volatility in casts of np->reg. Cosmetic. | bde | 1996-09-07 | 1 | -5/+5 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -3/+2 |
* | Put back the initialization of the time constants of the SCSI and Sync. | se | 1996-08-27 | 1 | -4/+13 |
* | Set clock prescale based on BIOS supplied value instead of trying to | se | 1996-08-26 | 1 | -7/+16 |
* | Send out a period of "0" if negotiating asynchronous transfers (offset = 0). | se | 1996-08-05 | 1 | -5/+14 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -3/+3 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -4/+4 |
* | removed: | phk | 1996-05-02 | 1 | -6/+6 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 1 | -5/+5 |
* | ncr.c: | gibbs | 1996-03-31 | 1 | -4/+9 |
* | Fixed unsigned longs that should have been vm_offset_t. | bde | 1996-03-19 | 1 | -3/+4 |
* | If FAILSAFE is defined, then: | se | 1996-03-11 | 1 | -2/+8 |
* | Do WIDE negotiation before sync. transfer speed negotiation, | se | 1996-03-11 | 1 | -15/+17 |
* | aic7870.c, ncr.c: | gibbs | 1996-03-10 | 1 | -10/+6 |
* | Restore two lines that were erronously deleted with the removal of | se | 1996-02-19 | 1 | -2/+4 |
* | Make SIMPLE TAG messages the default. | se | 1996-02-18 | 1 | -47/+34 |
* | Slight modification of ncr_setmaxtags: set usrtags=0 for drives | se | 1996-01-31 | 1 | -17/+16 |
* | Make PCI interrupt handlers return void like everybody else does. | se | 1996-01-23 | 1 | -7/+4 |
* | Change default value of MAX_LUN from 1 to 8. | se | 1996-01-18 | 1 | -3/+3 |
* | Back out patch 1.53. The problem report that had made me commit this | se | 1996-01-15 | 1 | -3/+3 |
* | Disable handshake timeout. Some devices don't send an ACK for several | se | 1996-01-15 | 1 | -3/+3 |
* | Make the NCR driver on the boot floppy kernel not negotiate synch. SCSI | se | 1996-01-15 | 1 | -3/+3 |
* | Add back initialization of "ncrp[unit]" since ncrcontrol relies on it. | se | 1996-01-10 | 1 | -2/+3 |
* | Add back nncr and ncrp for now. ncrcontrol relies on them. | se | 1996-01-09 | 1 | -4/+7 |
* | Write the cahesize and latency timer values back into configuration | gibbs | 1996-01-07 | 1 | -11/+4 |
* | Preserve SIGP bit when clearing INTF condition. | se | 1995-12-28 | 1 | -3/+3 |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-16 | 1 | -19/+7 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -10/+11 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -2/+4 |
* | Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips, | se | 1995-09-21 | 1 | -3/+19 |
* | Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addresses | se | 1995-09-11 | 1 | -89/+70 |
* | Put back p_script component into NCR control block. | se | 1995-09-11 | 1 | -3/+11 |
* | Don't use vtophys() for constant addresses, cache the translations in | se | 1995-09-08 | 1 | -22/+65 |
* | Applied patches that make the driver compile on NetBSD again. | se | 1995-09-08 | 1 | -30/+83 |
* | Add support for 16 targets on WIDE SCSI bus. | se | 1995-09-07 | 1 | -106/+103 |
* | The NCR script has grown beyond one page (4KB). Since malloc() returns | se | 1995-09-05 | 1 | -74/+101 |