summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)se1995-08-131-3/+3
* Put back second case of CC handler in NCR script.se1995-07-071-3/+6
* Changes to support some CDROM drives and the Quantum Grand-Prixse1995-06-281-42/+69
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Include <stddef.h> for standard definition of offsetof() instead ofse1995-03-311-12/+4
* Set request sense data size from xp->req_sense_length if != 0.se1995-03-221-16/+24
* Remove use of unitialised variable xp->req_sense_length.se1995-03-221-3/+2
* Major cleanup: Stylistic changes, 386BSD specific code removed.se1995-03-211-336/+217
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-171-3/+5
* Make ncr.c compile again (PRINT_ADDR() had been patchedse1995-03-161-3/+3
* Conditionalise debug message.se1995-03-151-3/+3
* Reduce burst length to 4 DWORDs for now, since there seem tose1995-03-031-4/+5
* Delete bogus semicolon in macro definition.se1995-02-271-3/+3
* Make people happy, who claim to better know how "interupt"se1995-02-251-37/+46
* Cleanup for compatibility with another OS.se1995-02-221-43/+47
* Improve diagnostics:se1995-02-171-6/+35
* For the sake of people, who like to move pci_configure()se1995-02-151-14/+9
* ncr.c:se1995-02-141-9/+43
* Verify that NCR was mapped to uncached address.se1995-02-141-3/+33
* YFfix.phk1995-02-141-2/+3
OpenPOWER on IntegriCloud