aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson2007-05-291-1/+0
* Implement assert() in ncr.c using KASSERT() rather than explicitly testingRobert Watson2007-05-271-6/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+3
* Catchup with filtersWarner Losh2007-02-231-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-143/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-9/+173
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-6/+0
* Add back 'n' that went missing in last commitWarner Losh2005-02-251-1/+1
* Fix style(9) issues with __P removal.Warner Losh2005-02-241-36/+36
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Fix typos from previous commit.Scott Long2005-01-071-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fix oversight reported by Norikatsu Shigemura for the "sym" driverStefan Eßer2004-09-101-0/+1
* Update for the KDB framework:Marcel Moolenaar2004-07-101-1/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-7/+7
* Replace calls to vm_page_alloc_contig() by calls to contigmalloc().Alan Cox2004-01-131-7/+6
* Revert previous change for ncrreg.h. The header really lives inMarcel Moolenaar2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Changed the type of the variable `qidx' from u_int8_t to int,Robert Drehmel2003-07-271-2/+3
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-20/+1
* Use __FBSDID().David E. O'Brien2003-06-111-1/+4
* Remove embededded ID string which was meant to provide informationStefan Eßer2003-06-091-6/+0
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-8/+8
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-6/+6
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-8/+3
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.Peter Wemm2000-05-281-4/+0
* Update to use newbus and busspace.Doug Rabson2000-05-271-158/+121
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Add 53C895A and 53C1510D device description to the ncr chip table.Gerard Roudier2000-01-231-0/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-8/+8
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootAndrew Gallatin1999-11-051-4/+0
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().Peter Wemm1999-07-011-2/+3
* Kill option FAILSAFE.Dag-Erling Smørgrav1999-06-151-3/+2