| Commit message (Expand) | Author | Age | Files | Lines |
* | In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(), | dim | 2013-12-25 | 1 | -21/+0 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -12/+6 |
* | - Flag sym(4) as supporting unmapped I/O; all necessary conversion actually | marius | 2013-06-05 | 1 | -3/+2 |
* | Handle/mark/nuke unused arguments. | marius | 2013-06-05 | 1 | -49/+49 |
* | CAM_DEV_QFREEZE handling should only be done on request submission but | marius | 2013-06-04 | 1 | -14/+3 |
* | Don't try and negotiate sync mode if either period or offset are zero. | mjacob | 2013-02-25 | 1 | -17/+24 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -43/+7 |
* | Use better arm memory barrier | imp | 2013-01-11 | 1 | -1/+2 |
* | Clang complains about the comparision of fak < 0 always being | imp | 2013-01-10 | 1 | -1/+0 |
* | Add memory barrier macros for ARM | gonzo | 2012-12-13 | 1 | -0/+2 |
* | Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for user | marius | 2012-07-19 | 1 | -2/+2 |
* | Fix a braino in r236469; the number of DMA tags required for handling | marius | 2012-06-14 | 2 | -8/+6 |
* | Take advantage of nitems(). | marius | 2012-06-02 | 1 | -4/+1 |
* | Remove extraneous empty lines. | marius | 2012-05-26 | 1 | -32/+0 |
* | - When creating the DMA tag for user data, don't ask for more segments | marius | 2012-05-26 | 2 | -39/+29 |
* | Merge from r225950: | marius | 2011-10-07 | 1 | -5/+9 |
* | 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 |