aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3718/+3152
* 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
* Removed unused #includes.Bruce Evans1998-02-203-32/+3
* Staticize. (Diffs by me & and Simon in cooperation.)Eivind Eklund1998-02-103-36/+36
* Add #include "opt_devfs.h".Eivind Eklund1998-02-091-1/+2
* Add Simon Shapiro's DPT driverJulian Elischer1998-01-264-0/+5321