summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-294-6/+0
* Remove unnecessary dpt_free().mdodd2005-04-131-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* remove gratuitous null ptr checksam2005-02-241-2/+1
* o nuke duplicate call of dpt_free when dpt_init failssam2005-02-241-3/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-14/+12
* Adjust $FreeBSD$'s.obrien2004-03-171-2/+1
* Device megapatch 1/6:phk2004-02-211-1/+0
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-244-4/+12
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-014-1/+17
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-20/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+2
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-2/+2
* Remove useless code.mdodd2003-03-291-6/+0
* Don't compile the identify method yet.mdodd2003-03-291-0/+4
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-291-24/+38
* - Track resources in our softc.mdodd2003-03-295-127/+278
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Correct typo.grog2003-01-161-1/+1
* Use bus_addr_t instead of u_int32_t in functions to convert betweenjhb2002-11-061-3/+3
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-3/+3
* Fix a couple of bogus enums.msmith2002-01-081-4/+4
* This file is a 2.2 vintage pre-CAM file of no current value.phk2001-11-061-861/+0
* o dpt_control.c is not compiled into the system (commented out inrwatson2001-11-051-6/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-013-3/+6
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Allow the DPT pci attachment to share IRQ'speter2000-08-261-1/+2
* Fix some warnings. Here are more part-time volatiles - ie: data thatpeter2000-08-071-3/+3
* Use correct register values. This one was in aic7xxx and advansys too.peter2000-05-281-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-7/+7
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-7/+7
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Use correct offset into register window.mdodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.mdodd2000-04-076-457/+431
* Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledpeter2000-01-291-4/+0
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Switch over to the new location in sys/dev/dpt.mdodd1999-10-091-1/+1
* - Implement a simple PIO driven function for retreiving the onboardmdodd1999-10-094-101/+137
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
OpenPOWER on IntegriCloud