summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym
Commit message (Expand)AuthorAgeFilesLines
...
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-4/+4
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Remove extraneous semicolons. They are already provided bydds2003-08-051-4/+4
* Mega busdma API commit.scottl2003-07-011-2/+6
* Add amd64 support.peter2003-06-261-1/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-22/+1
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-3/+3
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-7/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-4/+4
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Be consistent about functions being static.phk2002-10-161-6/+6
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Fix some gcc-3.1+ warnings:peter2002-03-191-0/+2
* Comment tokens after #undef <macroname> and #endif.jhb2001-12-131-4/+4
* Submitted by:David E. O'Briengroudier2001-11-241-4/+4
* MFC after: 0 daysgroudier2001-11-117-8/+8
* s/adress/address/kris2001-07-231-1/+1
* Submitted by: Chip Salzenberg <chip@perlsupport.com>.groudier2001-07-011-2/+5
* Correctly initialize free_ccbq so that if we fail to attach (as ismjacob2001-04-091-9/+8
* Add #if'ed support for the future option CAM_NEW_TRAN_CODE.groudier2001-03-241-57/+236
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-2/+3
* Fix:groudier2001-02-111-10/+32
* A couple of chip errata work-arounds refined:groudier2001-01-281-3/+3
* Remove unneeded include of <pci.h>alex2000-12-071-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-4/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* PR: kern/20895groudier2000-09-032-26/+46
* - Various comment fixes and additions.groudier2000-07-022-267/+62
* - Fix a harmless compilation warning on Alpha.groudier2000-06-263-19/+62
* Fix a problem of user settings from TEKRAM NVRAMgroudier2000-06-131-6/+10
* - Use `bus space' primitives for IO and MMIO insteadgroudier2000-06-081-88/+195
* - Make the NVRAM debug code compile and work.groudier2000-05-283-38/+65
* Work-around a couple of C1010 quirks:groudier2000-05-073-40/+93
* Add missing $FreeBSD$peter2000-05-011-0/+2
* Phase mismatch handling from SCRIPTS had beengroudier2000-04-301-3/+3
* This new version adds support for early NCR chips.groudier2000-04-296-2116/+4517
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Second patch that prepares for the addition of thegroudier2000-04-161-301/+303
* First patch that prepares for the adding of multi-firmwaregroudier2000-04-151-313/+233
* This new driver version uses the DMA mapping interfacegroudier2000-04-022-322/+1023
* Simplifications:groudier2000-02-132-584/+281
* - Fix an issue that paniced the machine in data overrungroudier2000-01-281-3/+13
* - Add year 2000 copyright to driver files.groudier2000-01-083-20/+58
* - Add device entry for the next generation of C1010 devicegroudier2000-01-012-64/+97
* Go ahead and take these off the vendor branch as Gerard Roudier is nowobrien1999-12-303-0/+8
* * The C1010 stepping B0 (Rev 1) tested OK for DT transfers without the U3ENobrien1999-12-163-229/+311
* Update to the 0.12.0-19991127 patch + my header path & doc changes.obrien1999-11-282-29/+98
* Adjust `sym' include file path to match where `sym' landed in our tree.obrien1999-11-281-6/+7
OpenPOWER on IntegriCloud