summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Staticize.eivind1998-02-091-3/+3
* Make FAILSAFE a new-style option.eivind1998-02-041-2/+3
* Fix size of start queue to 32 entries, independent of the defaultse1997-12-021-3/+3
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Update for new callout interface.gibbs1997-09-211-4/+5
* Treat "reservation conflict" status similar to "busy".se1997-09-101-4/+6
* Remove scaling of tp->period, since the value is assumed to be inse1997-09-091-12/+2
* Prepare for 64bit programming environment (e.g. Alpha):se1997-08-311-32/+32
* Remove debug printf() that had been ommited by accident.se1997-08-311-3/+2
* Fix problem with early revision 53c825a and 53c875 chips, whichse1997-08-311-5/+3
* Some cleanup and a fix for an assumed chip bug:se1997-08-231-93/+90
* Minor corrections to the code added in rev. 1.100 and 1.101:se1997-08-231-4/+4
* Removed unused #includes.bde1997-08-021-6/+2
* Fix problem caused by a chunk of the previous patch having beense1997-07-291-3/+3
* Add support for loading the SCRIPTS microcode into the on-chip RAMse1997-07-281-598/+795
* Add Ultra-SCSI support and enable more features for advancedse1997-07-251-209/+689
* Fix "unexpected phase change" interrupt handler: Do not access these1997-07-181-7/+10
* Add device IDs for new Symbios SCSI chips (53c875J,885,895,896), whichse1997-06-111-97/+56
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-11/+7
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
* Fix typo..sos1997-01-061-3/+3
* Fix NetBSD pr kern/3067, which also applies to FreeBSD:se1997-01-051-3/+3
* Don't redefine SCSI_NCR_DFLT_TAGS even in if FAILSAFE is defined.bde1996-12-231-4/+6
* Improve negotiation messages:se1996-12-211-8/+8
* Fix "opt_ncr.h" changes:se1996-12-161-7/+9
* Fix typose1996-12-151-3/+3
* Include "opt_ncr.h" for option settings.se1996-12-151-3/+5
* Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drivesse1996-12-151-5/+2
* General cleanup and new features for 53c875 based cards, especially these1996-12-141-78/+213
* Close PR#2198:jkh1996-12-131-2/+4
* Only access the specific interrupt status registers if required.se1996-11-081-4/+4
* Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),se1996-10-141-4/+4
* Fix previous commit: The INB/OUTB macros require np->vaddr to bese1996-10-121-10/+10
* Improve support of SCSI cards based on the 53c860 and 53c875.se1996-10-111-66/+121
* The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered apst1996-10-101-5/+2
* Preserve volatility in casts of np->reg. Cosmetic.bde1996-09-071-5/+5
* Remove devconf, it never grew up to be of any use.phk1996-09-061-3/+2
* Put back the initialization of the time constants of the SCSI and Sync.se1996-08-271-4/+13
* Set clock prescale based on BIOS supplied value instead of trying tose1996-08-261-7/+16
* Send out a period of "0" if negotiating asynchronous transfers (offset = 0).se1996-08-051-5/+14
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+3
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-4/+4
* removed:phk1996-05-021-6/+6
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-5/+5
* ncr.c:gibbs1996-03-311-4/+9
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-191-3/+4
* If FAILSAFE is defined, then:se1996-03-111-2/+8
* Do WIDE negotiation before sync. transfer speed negotiation,se1996-03-111-15/+17
OpenPOWER on IntegriCloud