summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.peter2000-05-281-4/+0
* Update to use newbus and busspace.dfr2000-05-271-158/+121
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Add 53C895A and 53C1510D device description to the ncr chip table.groudier2000-01-231-0/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-8/+8
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-051-4/+0
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().peter1999-07-011-2/+3
* Kill option FAILSAFE.des1999-06-151-3/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-4/+3
* Fix a memory leak and a double free that could happen in certain errorken1999-05-211-5/+4
* Really support Ultra-2 chips. Symbios redefined a register thatse1999-05-091-33/+11
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-22/+40
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+13
* Silence -Wtrigraph.hoek1998-12-301-3/+3
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-6/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-2/+3
* FIxed printf format errors (an new one that is only detected on systemsbde1998-09-291-6/+6
* Add hooks so that the alpha can detect which disk has the root partition.dfr1998-09-261-2/+6
* Don't set script to vaddr2 on the alpha - it can't access scripts in devicedfr1998-09-261-2/+6
* A fix from Justin for the NCR bug that caused panics on 875 (and possiblyken1998-09-221-3/+3
* Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c.gibbs1998-09-221-23/+25
* Alpha patches for the NCR driver from Doug Rabson. I've tested these on anken1998-09-201-54/+136
* Set QUIRK_NOMSG for all devices as was the case in the non-CAM versiongibbs1998-09-181-3/+3
* Really correct ncr_freeze_devq now. We scan backwards from the currentgibbs1998-09-171-11/+26
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-5/+5
* Fix a regression that caused the script to spam itself by copying somethinggibbs1998-09-161-17/+49
* Fix a bug in ncr_freeze_devq() which is called when we see a queuegibbs1998-09-161-5/+10
* Correct printf format bugs.gibbs1998-09-151-6/+8
* Convert ISP pci front end to CAM/bus space/dma.gibbs1998-09-151-1647/+1073
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* Avoid some casts of pointers to integers (of possibly different sizes).bde1998-07-141-7/+7
* Remove unused member reselet from struct tstamp.se1998-07-121-3/+2
* Fix size of time stamps (had been time_t before the variable "time" wasse1998-07-121-26/+29
* Fixed printf format errors.bde1998-07-111-8/+9
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-4/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-34/+33
* 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
OpenPOWER on IntegriCloud