summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-2/+2
* - Corrrect mispellings of word usefulgabor2013-04-171-1/+1
* Fix build.glebius2013-02-211-1/+0
* Most other giant locked storage drivers in the tree don't useimp2013-02-211-5/+0
* Kill now-bogus splhigh() -- it is a nopimp2013-02-211-1/+0
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Implement assert() in ncr.c using KASSERT() rather than explicitly testingrwatson2007-05-271-6/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+3
* Catchup with filtersimp2007-02-231-1/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-143/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-9/+173
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-6/+0
* Add back 'n' that went missing in last commitimp2005-02-251-1/+1
* Fix style(9) issues with __P removal.imp2005-02-241-36/+36
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Fix typos from previous commit.scottl2005-01-071-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fix oversight reported by Norikatsu Shigemura for the "sym" driverse2004-09-101-0/+1
* Update for the KDB framework:marcel2004-07-101-1/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-7/+7
* Replace calls to vm_page_alloc_contig() by calls to contigmalloc().alc2004-01-131-7/+6
* 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
OpenPOWER on IntegriCloud