| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r256893: | mav | 2014-01-05 | 1 | -1/+3 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -61/+16 |
* | Add locking to the bt(4) driver and mark it MPSAFE. | jhb | 2012-10-15 | 1 | -93/+102 |
* | Correct double "the the" | eadler | 2012-09-14 | 1 | -1/+1 |
* | Remove some always-true comparisons. | jhb | 2011-01-18 | 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 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+3 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -59/+0 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -8/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove merge conflict that I didn't notice as it was in the middle of a | obrien | 2003-08-25 | 1 | -5/+0 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+6 |
* | Fixed wrong function names in the error message that was translated to | bde | 2003-07-26 | 1 | -3/+3 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -0/+10 |
* | Add /* FALLTHROUGH */ | phk | 2003-05-31 | 1 | -0/+7 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -2/+2 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -2/+2 |
* | Clean up argument comments for bus_dma_tag_create() calls. | mdodd | 2003-03-29 | 1 | -32/+51 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -4/+0 |
* | Add some band-aid casts to quiet warnings. This driver still assumes | jhb | 2002-11-06 | 1 | -1/+1 |
* | Remove #if 0'ed abuse of NPCI | peter | 2002-07-21 | 1 | -3/+0 |
* | Use ANSI C string contatenation instead of a multi-line string literal. | jhb | 2001-12-13 | 1 | -4/+4 |
* | Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation. | mjacob | 2001-07-04 | 1 | -11/+115 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -1/+1 |
* | Classify all EISA cards with major firmware revions '2' as 742As. | gibbs | 2000-11-13 | 1 | -3/+9 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Fix typo (accessable --> accessible). | alex | 2000-06-14 | 1 | -1/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | - Point the right bits at the new location of the bus front ends. | mdodd | 1999-10-09 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 1 | -5/+5 |
* | Poll for interrupts in bt_cmd in case they are masked. A completing | gibbs | 1999-05-23 | 1 | -4/+14 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+3 |
* | Add a number of interrelated CAM feature enhancements and bug fixes. | ken | 1999-05-06 | 1 | -2/+3 |
* | Remove bt_softcs. It is no longer used. | imp | 1999-05-05 | 1 | -3/+1 |
* | bt.c: | gibbs | 1999-04-23 | 1 | -7/+15 |
* | Check bus_setup_intr() as a seatbelt... | peter | 1999-04-18 | 1 | -2/+7 |
* | Implement an EISA new-bus framework. The old driver probe mechanism | peter | 1999-04-18 | 1 | -88/+75 |
* | Improve bt_cmd() so that it has a better chance of working when there | gibbs | 1999-04-07 | 1 | -59/+82 |
* | Add bt_port_probe() a routine shared by the EISA and ISA probe code to | gibbs | 1999-03-08 | 1 | -3/+66 |
* | Remove unsued variable. | gibbs | 1998-12-11 | 1 | -9/+12 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -5/+5 |
* | Move a diagnostic behind "if (bootverbose)". | gibbs | 1998-11-13 | 1 | -5/+7 |
* | Noop Commit - Change was in last revision. | gibbs | 1998-11-10 | 1 | -1/+1 |
* | Fix probes when a port address is specified. | gibbs | 1998-11-10 | 1 | -23/+98 |
* | Do not disable the ISA compatibility window if it is the same value as | gibbs | 1998-10-30 | 1 | -1/+7 |
* | -Wunused cleanup. | gibbs | 1998-10-15 | 1 | -4/+2 |
* | Honor CAM_TAG_ACTION_NONE. | gibbs | 1998-10-15 | 1 | -3/+4 |