summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify cdevsw registration.phk1999-05-311-7/+2
* This commit should be a extensive NO-OP:phk1999-05-301-6/+22
* I'm told by the PR author that this page_size increment was injkh1999-05-131-2/+1
* During probe, the page lockdown code in dpt_control.c does somejkh1999-05-111-2/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-1/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-99/+93
* 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
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+3
* -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
* ahc_pci.c:gibbs1998-10-071-2/+2
* Remove a spurious, but benign statement.gibbs1998-10-021-6/+4
* dpt.h:gibbs1998-09-222-18/+16
* Drop the maximum SG count to 32 from 1024. We can't make use of all ofgibbs1998-09-202-22/+28
* Correct printf format bugs.gibbs1998-09-151-4/+5
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-156-3718/+3152
* 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
* MF22: Shut this thing up by default.jkh1998-08-091-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-053-159/+294
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-132-20/+20
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* o Return error when the controller can't accept commands.eivind1998-06-023-12/+11
* Include "eisa.h" and only provide code if NEISA > 0.gibbs1998-05-171-1/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Add EISA support for DPT driversjulian1998-03-114-9/+569
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Removed unused #includes.bde1998-02-203-32/+3
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-103-36/+36
* Add #include "opt_devfs.h".eivind1998-02-091-1/+2
* Add Simon Shapiro's DPT driverjulian1998-01-264-0/+5321
OpenPOWER on IntegriCloud