aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
* -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
* 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