| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 4 | -6/+0 |
* | Remove unnecessary dpt_free(). | mdodd | 2005-04-13 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | remove gratuitous null ptr check | sam | 2005-02-24 | 1 | -2/+1 |
* | o nuke duplicate call of dpt_free when dpt_init fails | sam | 2005-02-24 | 1 | -3/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -14/+12 |
* | Adjust $FreeBSD$'s. | obrien | 2004-03-17 | 1 | -2/+1 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -1/+0 |
* | - Handle failure of cam_sim_alloc(). | mdodd | 2004-01-17 | 1 | -0/+12 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 4 | -4/+12 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 4 | -1/+17 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 1 | -20/+1 |
* | 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 |
* | Remove useless code. | mdodd | 2003-03-29 | 1 | -6/+0 |
* | Don't compile the identify method yet. | mdodd | 2003-03-29 | 1 | -0/+4 |
* | Clean up argument comments for bus_dma_tag_create() calls. | mdodd | 2003-03-29 | 1 | -24/+38 |
* | - Track resources in our softc. | mdodd | 2003-03-29 | 5 | -127/+278 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Correct typo. | grog | 2003-01-16 | 1 | -1/+1 |
* | Use bus_addr_t instead of u_int32_t in functions to convert between | jhb | 2002-11-06 | 1 | -3/+3 |
* | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | peter | 2002-10-09 | 3 | -3/+3 |
* | Fix a couple of bogus enums. | msmith | 2002-01-08 | 1 | -4/+4 |
* | This file is a 2.2 vintage pre-CAM file of no current value. | phk | 2001-11-06 | 1 | -861/+0 |
* | o dpt_control.c is not compiled into the system (commented out in | rwatson | 2001-11-05 | 1 | -6/+6 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 3 | -3/+6 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -2/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Allow the DPT pci attachment to share IRQ's | peter | 2000-08-26 | 1 | -1/+2 |
* | Fix some warnings. Here are more part-time volatiles - ie: data that | peter | 2000-08-07 | 1 | -3/+3 |
* | Use correct register values. This one was in aic7xxx and advansys too. | peter | 2000-05-28 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -7/+7 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -7/+7 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Use correct offset into register window. | mdodd | 2000-04-07 | 1 | -1/+2 |
* | - Convert dpt_pci.c to newbus. | mdodd | 2000-04-07 | 6 | -457/+431 |
* | Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiled | peter | 2000-01-29 | 1 | -4/+0 |
* | Pre 4.0 tidy up. | peter | 2000-01-14 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Switch over to the new location in sys/dev/dpt. | mdodd | 1999-10-09 | 1 | -1/+1 |
* | - Implement a simple PIO driven function for retreiving the onboard | mdodd | 1999-10-09 | 4 | -101/+137 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 7 | -7/+7 |