summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert previous change for ncrreg.h. The header really lives inmarcel2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Changed the type of the variable `qidx' from u_int8_t to int,robert2003-07-271-2/+3
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-20/+1
* Use __FBSDID().obrien2003-06-111-1/+4
* Remove embededded ID string which was meant to provide informationse2003-06-091-6/+0
* Remove unused variable.phk2003-05-311-2/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Be consistent about functions being static.phk2002-10-161-8/+8
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-6/+6
* s/adress/address/kris2001-07-231-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-8/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* 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
OpenPOWER on IntegriCloud