| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build. | glebius | 2013-02-21 | 1 | -1/+0 |
* | Most other giant locked storage drivers in the tree don't use | imp | 2013-02-21 | 1 | -5/+0 |
* | Kill now-bogus splhigh() -- it is a nop | imp | 2013-02-21 | 1 | -1/+0 |
* | Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the | jhb | 2013-01-28 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 1 | -1/+0 |
* | Implement assert() in ncr.c using KASSERT() rather than explicitly testing | rwatson | 2007-05-27 | 1 | -6/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+3 |
* | Catchup with filters | imp | 2007-02-23 | 1 | -1/+1 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -143/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -9/+173 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -6/+0 |
* | Add back 'n' that went missing in last commit | imp | 2005-02-25 | 1 | -1/+1 |
* | Fix style(9) issues with __P removal. | imp | 2005-02-24 | 1 | -36/+36 |
* | Return BUS_PROBE_DEFAULT instead of 0. | imp | 2005-02-24 | 1 | -1/+1 |
* | Fix typos from previous commit. | scottl | 2005-01-07 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Fix oversight reported by Norikatsu Shigemura for the "sym" driver | se | 2004-09-10 | 1 | -0/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -7/+7 |
* | Replace calls to vm_page_alloc_contig() by calls to contigmalloc(). | alc | 2004-01-13 | 1 | -7/+6 |
* | Revert previous change for ncrreg.h. The header really lives in | marcel | 2003-08-23 | 1 | -1/+1 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -3/+3 |
* | Changed the type of the variable `qidx' from u_int8_t to int, | robert | 2003-07-27 | 1 | -2/+3 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -20/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+4 |
* | Remove embededded ID string which was meant to provide information | se | 2003-06-09 | 1 | -6/+0 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -8/+8 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -6/+6 |
* | s/adress/address/ | kris | 2001-07-23 | 1 | -1/+1 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -8/+3 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -2/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | ncr.c is no longer a COMPAT_OLDPCI device - remove the warning. | peter | 2000-05-28 | 1 | -4/+0 |
* | Update to use newbus and busspace. | dfr | 2000-05-27 | 1 | -158/+121 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Ahhrggg. Put the test for the compat shims AFTER the file that includes | imp | 2000-03-27 | 1 | -4/+4 |
* | Per conversations in -current, add #error to these drivers when you don't | imp | 2000-03-27 | 1 | -0/+4 |
* | Add 53C895A and 53C1510D device description to the ncr chip table. | groudier | 2000-01-23 | 1 | -0/+8 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -8/+8 |
* | Remove calls to alpha_register_pci_scsi(). After Mike's recent boot | gallatin | 1999-11-05 | 1 | -4/+0 |