aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvscvs2svn1997-05-191-2/+2
* YAMFC (rev.1.91: don't redefine SCSI_NCR_DFLT_TAGS).Bruce Evans1997-03-011-4/+6
* Merge in 1.93 from main branch: Fix typo ...Stefan Eßer1997-01-061-3/+3
* Fix NetBSD pr kern/3067, which also applies to FreeBSD:Stefan Eßer1997-01-051-3/+3
* Partial merge from -current:Stefan Eßer1996-12-211-16/+24
* Merge in some -current changes:Stefan Eßer1996-12-211-59/+32
* Merge from -currentPoul-Henning Kamp1996-11-091-4/+4
* Move the initialization of np->ns_sync and ns_async out of ncr_getclock(),Stefan Eßer1996-10-141-4/+4
* Fix previous commit: The INB/OUTB macros require np->vaddr to beStefan Eßer1996-10-121-10/+10
* Improve support of SCSI cards based on the 53c860 and 53c875.Stefan Eßer1996-10-111-66/+121
* The recent change to clock.h to include opt_cpu.h (bug!!!) uncovered aPaul Traina1996-10-101-5/+2
* Preserve volatility in casts of np->reg. Cosmetic.Bruce Evans1996-09-071-5/+5
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-3/+2
* Put back the initialization of the time constants of the SCSI and Sync.Stefan Eßer1996-08-271-4/+13
* Set clock prescale based on BIOS supplied value instead of trying toStefan Eßer1996-08-261-7/+16
* Send out a period of "0" if negotiating asynchronous transfers (offset = 0).Stefan Eßer1996-08-051-5/+14
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+3
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-4/+4
* removed:Poul-Henning Kamp1996-05-021-6/+6
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-5/+5
* ncr.c:Justin T. Gibbs1996-03-311-4/+9
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-3/+4
* If FAILSAFE is defined, then:Stefan Eßer1996-03-111-2/+8
* Do WIDE negotiation before sync. transfer speed negotiation,Stefan Eßer1996-03-111-15/+17
* aic7870.c, ncr.c:Justin T. Gibbs1996-03-101-10/+6
* Restore two lines that were erronously deleted with the removal ofStefan Eßer1996-02-191-2/+4
* Make SIMPLE TAG messages the default.Stefan Eßer1996-02-181-47/+34
* Slight modification of ncr_setmaxtags: set usrtags=0 for drivesStefan Eßer1996-01-311-17/+16
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-7/+4
* Change default value of MAX_LUN from 1 to 8.Stefan Eßer1996-01-181-3/+3
* Back out patch 1.53. The problem report that had made me commit thisStefan Eßer1996-01-151-3/+3
* Disable handshake timeout. Some devices don't send an ACK for severalStefan Eßer1996-01-151-3/+3
* Make the NCR driver on the boot floppy kernel not negotiate synch. SCSIStefan Eßer1996-01-151-3/+3
* Add back initialization of "ncrp[unit]" since ncrcontrol relies on it.Stefan Eßer1996-01-101-2/+3
* Add back nncr and ncrp for now. ncrcontrol relies on them.Stefan Eßer1996-01-091-4/+7
* Write the cahesize and latency timer values back into configurationJustin T. Gibbs1996-01-071-11/+4
* Preserve SIGP bit when clearing INTF condition.Stefan Eßer1995-12-281-3/+3
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-161-19/+7
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-10/+11
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+4
* Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips,Stefan Eßer1995-09-211-3/+19
* Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addressesStefan Eßer1995-09-111-89/+70
* Put back p_script component into NCR control block.Stefan Eßer1995-09-111-3/+11
* Don't use vtophys() for constant addresses, cache the translations inStefan Eßer1995-09-081-22/+65
* Applied patches that make the driver compile on NetBSD again.Stefan Eßer1995-09-081-30/+83
* Add support for 16 targets on WIDE SCSI bus.Stefan Eßer1995-09-071-106/+103
* The NCR script has grown beyond one page (4KB). Since malloc() returnsStefan Eßer1995-09-051-74/+101
* Remove hard coded assumption that SCSI busses have 7 targets.Justin T. Gibbs1995-08-231-2/+16
* Print more information in case of unspecific error condition.Stefan Eßer1995-08-151-15/+41
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)Stefan Eßer1995-08-131-3/+3