summaryrefslogtreecommitdiff
path: root/sys/dev/sym
AgeCommit message (Expand)Author
2008-10-14Use xpt_register_async() in order to remove code duplication.Marius Strobl
2008-08-07Allow 53C1010 without NVRAM to negotiate Ultra-3.Marius Strobl
2008-05-15- Const'ify firmware and lookup-tables.Marius Strobl
2008-04-24- Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9)Marius Strobl
2008-04-24- Use NULL instead of 0 for pointers.Marius Strobl
2007-07-20Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the sameStefan Eßer
2007-06-23Fix various compilation warnings for gcc-4.2.Matt Jacob
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-03-05Fix typo in comment.Thomas Quinot
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-21Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-08-04Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2005-12-05FreeBSD has had endian conversion macros for a long time. Axe the customScott Long
2005-12-04Use a compile-time detection of 64-bit addressing so that thisRuslan Ermilov
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-26eliminate double free when sym_cam_attach failsSam Leffler
2005-03-06Use BUS_PROBE_DEFAULTWarner Losh
2005-02-25avoid null ptr derefSam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2005-01-01Attempt to fix Symbios driver on amd64. The private memory allocationStefan Eßer
2004-09-10Make it depend on PCI as well.Matt Jacob
2004-09-10Make sym depend, as a module, on cam.Matt Jacob
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2003-12-07unifdef old interface support out to prevent false positives.Warner Losh
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-08-05Remove extraneous semicolons. They are already provided byDiomidis Spinellis
2003-07-01Mega busdma API commit.Scott Long
2003-06-26Add amd64 support.Peter Wemm
2003-06-14Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2003-02-02Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-11-09Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-04-26Move the new byte order function prototypes from <sys/param.h> toMike Barcroft
2002-03-19Fix some gcc-3.1+ warnings:Peter Wemm
2001-12-13Comment tokens after #undef <macroname> and #endif.John Baldwin
2001-11-24Submitted by:David E. O'BrienGerard Roudier
2001-11-11MFC after: 0 daysGerard Roudier
2001-07-23s/adress/address/Kris Kennaway
2001-07-01Submitted by: Chip Salzenberg <chip@perlsupport.com>.Gerard Roudier
2001-04-09Correctly initialize free_ccbq so that if we fail to attach (as isMatt Jacob
2001-03-24Add #if'ed support for the future option CAM_NEW_TRAN_CODE.Gerard Roudier