aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt/dpt_control.c
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+3
* Conver the DPT driver to CAM. The dpt_control interface is not yetJustin T. Gibbs1998-09-151-29/+4
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-051-46/+51
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-2/+2
* 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-021-3/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Removed unused #includes.Bruce Evans1998-02-201-12/+1
* Staticize. (Diffs by me & and Simon in cooperation.)Eivind Eklund1998-02-101-12/+12
* Add Simon Shapiro's DPT driverJulian Elischer1998-01-261-0/+883