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