summaryrefslogtreecommitdiff
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0cvs2svn2000-07-261-186/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-131-0/+186
* 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-98/+92
* 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
* Call dpt_intr from our timeout routine to clear any pending commands beforeJustin T. Gibbs1998-10-091-3/+11
* ahc_pci.c:Justin T. Gibbs1998-10-071-2/+2
* Remove a spurious, but benign statement.Justin T. Gibbs1998-10-021-6/+4
* dpt.h:Justin T. Gibbs1998-09-222-18/+16
* Drop the maximum SG count to 32 from 1024. We can't make use of all ofJustin T. Gibbs1998-09-202-22/+28
* Correct printf format bugs.Justin T. Gibbs1998-09-151-4/+5
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-156-3704/+3138
* Fix an spl protection botch.Justin T. Gibbs1998-08-261-3/+3
* Fixed printf format and spelling errors. Didn't fix relatedBruce Evans1998-08-161-3/+3
* Hide compiler warnings for casting from a long to a pointer of aBruce Evans1998-08-101-2/+2
* MF22: Shut this thing up by default.Jordan K. Hubbard1998-08-091-2/+2
* Fix some things Simon had broken, basically making LINT compile again.Eivind Eklund1998-08-061-9/+3
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-053-159/+294
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-132-20/+20
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-023-12/+11
* Include "eisa.h" and only provide code if NEISA > 0.Justin T. Gibbs1998-05-171-1/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Add EISA support for DPT driversJulian Elischer1998-03-114-9/+569
* Fixed a syntax error. Strange but correct code was broken by recentBruce Evans1998-02-251-2/+2