summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix some warnings. Here are more part-time volatiles - ie: data thatpeter2000-08-071-3/+3
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* - Convert dpt_pci.c to newbus.mdodd2000-04-071-13/+20
* - Implement a simple PIO driven function for retreiving the onboardmdodd1999-10-091-0/+106
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-5/+6
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-4/+4
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
* Error check is not necessary - this function cannot fail in thiseivind1998-12-221-8/+4
* Better error checking and more complete struct initialization.eivind1998-12-221-5/+13
* -Wunused cleanup.gibbs1998-10-151-9/+3
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-2/+3
* Call dpt_intr from our timeout routine to clear any pending commands beforegibbs1998-10-091-3/+11
* Remove a spurious, but benign statement.gibbs1998-10-021-6/+4
* dpt.h:gibbs1998-09-221-12/+14
* Drop the maximum SG count to 32 from 1024. We can't make use of all ofgibbs1998-09-201-18/+23
* Correct printf format bugs.gibbs1998-09-151-4/+5
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-151-2958/+1637
* Fix an spl protection botch.gibbs1998-08-261-3/+3
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
* Hide compiler warnings for casting from a long to a pointer of abde1998-08-101-2/+2
* Fix some things Simon had broken, basically making LINT compile again.eivind1998-08-061-9/+3
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-051-89/+234
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-18/+18
* o Return error when the controller can't accept commands.eivind1998-06-021-7/+5
* Add EISA support for DPT driversjulian1998-03-111-6/+12
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Removed unused #includes.bde1998-02-201-11/+1
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-101-17/+17
* Add Simon Shapiro's DPT driverjulian1998-01-261-0/+3700
OpenPOWER on IntegriCloud