summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
AgeCommit message (Expand)Author
2003-03-29- Track resources in our softc.Matthew N. Dodd
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-16Correct typo.Greg Lehey
2002-11-06Use bus_addr_t instead of u_int32_t in functions to convert betweenJohn Baldwin
2002-10-09Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm
2002-01-08Fix a couple of bogus enums.Mike Smith
2001-11-06This file is a 2.2 vintage pre-CAM file of no current value.Poul-Henning Kamp
2001-11-05o dpt_control.c is not compiled into the system (commented out inRobert Watson
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2001-02-06Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven
2000-10-27Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-08-26Allow the DPT pci attachment to share IRQ'sPeter Wemm
2000-08-07Fix some warnings. Here are more part-time volatiles - ie: data thatPeter Wemm
2000-05-28Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-05-05Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp
2000-04-18Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp
2000-04-07Use correct offset into register window.Matthew N. Dodd
2000-04-07- Convert dpt_pci.c to newbus.Matthew N. Dodd
2000-01-29Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledPeter Wemm
2000-01-14Pre 4.0 tidy up.Peter Wemm
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-10-09Switch over to the new location in sys/dev/dpt.Matthew N. Dodd
1999-10-09- Implement a simple PIO driven function for retreiving the onboardMatthew N. Dodd
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-08-21Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith
1999-08-21Implement a new generic mechanism for attaching handler functions toMike Smith
1999-08-16Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs
1999-08-01Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-13I'm told by the PR author that this page_size increment was inJordan K. Hubbard
1999-05-11During probe, the page lockdown code in dpt_control.c does someJordan K. Hubbard
1999-05-09Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm
1999-05-08Move the declaration of the interrupt type from the driver structureDoug Rabson
1999-05-06Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry
1999-04-24Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm
1999-04-18Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm
1998-12-22Error check is not necessary - this function cannot fail in thisEivind Eklund
1998-12-22Better error checking and more complete struct initialization.Eivind Eklund
1998-12-14 probe function changed from returning char * to const char *.Matthew Dillon
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-12-04Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs
1998-10-15-Wunused cleanup.Justin T. Gibbs