| Commit message (Expand) | Author | Age | Files | Lines |
* | More spelling fixes. | marius | 2011-04-22 | 2 | -2/+2 |
* | - Correct spelling. [1] | marius | 2011-04-22 | 4 | -17/+13 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 2 | -2/+2 |
* | - On sparc64 obtain the initiator ID from the Open Firmware device tree | marius | 2010-04-27 | 1 | -4/+9 |
* | While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010) | se | 2009-10-31 | 1 | -1/+1 |
* | Use xpt_register_async() in order to remove code duplication. | marius | 2008-10-14 | 1 | -7/+3 |
* | Allow 53C1010 without NVRAM to negotiate Ultra-3. | marius | 2008-08-07 | 1 | -0/+2 |
* | - Const'ify firmware and lookup-tables. | marius | 2008-05-15 | 5 | -53/+53 |
* | - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) | marius | 2008-04-24 | 1 | -118/+155 |
* | - Use NULL instead of 0 for pointers. | marius | 2008-04-24 | 1 | -587/+579 |
* | Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the same | se | 2007-07-20 | 1 | -12/+17 |
* | Fix various compilation warnings for gcc-4.2. | mjacob | 2007-06-23 | 1 | -1/+1 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+1 |
* | Fix typo in comment. | thomas | 2007-03-05 | 1 | -3/+3 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 1 | -5/+1 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -116/+0 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 2 | -2/+2 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -2/+0 |
* | FreeBSD has had endian conversion macros for a long time. Axe the custom | scottl | 2005-12-05 | 1 | -46/+2 |
* | Use a compile-time detection of 64-bit addressing so that this | ru | 2005-12-04 | 1 | -11/+8 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -8/+11 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -10/+0 |
* | eliminate double free when sym_cam_attach fails | sam | 2005-03-26 | 1 | -2/+7 |
* | Use BUS_PROBE_DEFAULT | imp | 2005-03-06 | 1 | -1/+2 |
* | avoid null ptr deref | sam | 2005-02-25 | 1 | -3/+4 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 6 | -6/+6 |
* | Attempt to fix Symbios driver on amd64. The private memory allocation | se | 2005-01-01 | 1 | -0/+10 |
* | Make it depend on PCI as well. | mjacob | 2004-09-10 | 1 | -0/+1 |
* | Make sym depend, as a module, on cam. | mjacob | 2004-09-10 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -8/+8 |
* | unifdef old interface support out to prevent false positives. | imp | 2003-12-07 | 1 | -524/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Remove extraneous semicolons. They are already provided by | dds | 2003-08-05 | 1 | -4/+4 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -2/+6 |
* | Add amd64 support. | peter | 2003-06-26 | 1 | -1/+1 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -22/+1 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -3/+3 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -7/+0 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -4/+4 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -2/+2 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -6/+6 |
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 1 | -0/+1 |
* | Fix some gcc-3.1+ warnings: | peter | 2002-03-19 | 1 | -0/+2 |
* | Comment tokens after #undef <macroname> and #endif. | jhb | 2001-12-13 | 1 | -4/+4 |
* | Submitted by:David E. O'Brien | groudier | 2001-11-24 | 1 | -4/+4 |