aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
...
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Correct typo.Greg Lehey2003-01-161-1/+1
* Use bus_addr_t instead of u_int32_t in functions to convert betweenJohn Baldwin2002-11-061-3/+3
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-093-3/+3
* Fix a couple of bogus enums.Mike Smith2002-01-081-4/+4
* This file is a 2.2 vintage pre-CAM file of no current value.Poul-Henning Kamp2001-11-061-861/+0
* o dpt_control.c is not compiled into the system (commented out inRobert Watson2001-11-051-6/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-013-3/+6
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Allow the DPT pci attachment to share IRQ'sPeter Wemm2000-08-261-1/+2
* Fix some warnings. Here are more part-time volatiles - ie: data thatPeter Wemm2000-08-071-3/+3
* Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm2000-05-281-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-7/+7
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-7/+7
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Use correct offset into register window.Matthew N. Dodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-076-457/+431
* Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledPeter Wemm2000-01-291-4/+0
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Switch over to the new location in sys/dev/dpt.Matthew N. Dodd1999-10-091-1/+1
* - Implement a simple PIO driven function for retreiving the onboardMatthew N. Dodd1999-10-094-101/+137
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-11/+2
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-5/+6
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-163-8/+8
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-012-12/+14
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-7/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+22
* I'm told by the PR author that this page_size increment was inJordan K. Hubbard1999-05-131-2/+1
* During probe, the page lockdown code in dpt_control.c does someJordan K. Hubbard1999-05-111-2/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-1/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-99/+93
* Error check is not necessary - this function cannot fail in thisEivind Eklund1998-12-221-8/+4
* Better error checking and more complete struct initialization.Eivind Eklund1998-12-221-5/+13
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+3
* -Wunused cleanup.Justin T. Gibbs1998-10-151-9/+3
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-151-2/+3