summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym
Commit message (Expand)AuthorAgeFilesLines
* Fix various compilation warnings for gcc-4.2.mjacob2007-06-231-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* Fix typo in comment.thomas2007-03-051-3/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-5/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-116/+0
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-042-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-2/+0
* FreeBSD has had endian conversion macros for a long time. Axe the customscottl2005-12-051-46/+2
* Use a compile-time detection of 64-bit addressing so that thisru2005-12-041-11/+8
* Fix -Wundef.ru2005-12-041-8/+11
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-10/+0
* eliminate double free when sym_cam_attach failssam2005-03-261-2/+7
* Use BUS_PROBE_DEFAULTimp2005-03-061-1/+2
* avoid null ptr derefsam2005-02-251-3/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-066-6/+6
* Attempt to fix Symbios driver on amd64. The private memory allocationse2005-01-011-0/+10
* Make it depend on PCI as well.mjacob2004-09-101-0/+1
* Make sym depend, as a module, on cam.mjacob2004-09-101-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-8/+8
* unifdef old interface support out to prevent false positives.imp2003-12-071-524/+0
* 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
OpenPOWER on IntegriCloud