summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* aic7870.c, ncr.c:gibbs1996-03-101-10/+6
* Restore two lines that were erronously deleted with the removal ofse1996-02-191-2/+4
* Make SIMPLE TAG messages the default.se1996-02-181-47/+34
* Slight modification of ncr_setmaxtags: set usrtags=0 for drivesse1996-01-311-17/+16
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-7/+4
* Change default value of MAX_LUN from 1 to 8.se1996-01-181-3/+3
* Back out patch 1.53. The problem report that had made me commit thisse1996-01-151-3/+3
* Disable handshake timeout. Some devices don't send an ACK for severalse1996-01-151-3/+3
* Make the NCR driver on the boot floppy kernel not negotiate synch. SCSIse1996-01-151-3/+3
* Add back initialization of "ncrp[unit]" since ncrcontrol relies on it.se1996-01-101-2/+3
* Add back nncr and ncrp for now. ncrcontrol relies on them.se1996-01-091-4/+7
* Write the cahesize and latency timer values back into configurationgibbs1996-01-071-11/+4
* Preserve SIGP bit when clearing INTF condition.se1995-12-281-3/+3
* Completed function declarations and/or added prototypes and/or addedbde1995-12-161-19/+7
* Another mega commit to staticize things.phk1995-12-141-10/+11
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+4
* Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips,se1995-09-211-3/+19
* Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addressesse1995-09-111-89/+70
* Put back p_script component into NCR control block.se1995-09-111-3/+11
* Don't use vtophys() for constant addresses, cache the translations inse1995-09-081-22/+65
* Applied patches that make the driver compile on NetBSD again.se1995-09-081-30/+83
* Add support for 16 targets on WIDE SCSI bus.se1995-09-071-106/+103
* The NCR script has grown beyond one page (4KB). Since malloc() returnsse1995-09-051-74/+101
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+16
* Print more information in case of unspecific error condition.se1995-08-151-15/+41
OpenPOWER on IntegriCloud