aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Perform a hard reset on cards when the command fails. This should helpWarner Losh1998-09-301-2/+2
* Several minor cleanups, inspired by bug reports and the old driver:Warner Losh1998-09-291-10/+67
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-293-34/+37
* fix handling more than one cardsAndrey A. Chernov1998-09-281-2/+3
* Correct calculation of revive blocksizeGreg Lehey1998-09-281-2/+2
* Get include paths rightGreg Lehey1998-09-281-2/+2
* Merge changes from i386/isa/sio.c up to revision 1.215.Doug Rabson1998-09-261-46/+42
* Add hooks so that the alpha can detect which disk has the root partition.Doug Rabson1998-09-261-0/+3
* Underlying ,v files were copied and detagged. Re-commit old versionsPeter Wemm1998-09-262-167/+334
* Cosmetic changes:Kazutaka YOKOTA1998-09-262-23/+21
* - Use `u_long cmd' ioctl arg.Kazutaka YOKOTA1998-09-263-17/+9
* Cosmetic change: adjust copyright notice.Kazutaka YOKOTA1998-09-252-34/+28
* Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.Peter Wemm1998-09-241-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidPeter Wemm1998-09-241-7/+15
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hBruce Evans1998-09-242-6/+2
* Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA1998-09-234-58/+201
* dpt.h:Justin T. Gibbs1998-09-222-18/+16
* Correct twin channel operation.Justin T. Gibbs1998-09-211-1/+5
* Remove unused variables and functions.Justin T. Gibbs1998-09-201-74/+46
* - program counter was previously an index in the microsequence, now pcNicolas Souchu1998-09-201-26/+18
* - port of vpo code to CAMNicolas Souchu1998-09-207-210/+356
* Drop the maximum SG count to 32 from 1024. We can't make use of all ofJustin T. Gibbs1998-09-202-22/+28
* On wide cards with firmware revisions < 5.06L, we have to infer thatJustin T. Gibbs1998-09-201-1/+17
* Correct a bug in the timeout handler. When queuing a BDR response toJustin T. Gibbs1998-09-201-133/+146
* Correct compilation with option DIAGNOSTIC set.Justin T. Gibbs1998-09-203-168/+173
* Bump request queue size up to full amount (now that we haveMatt Jacob1998-09-181-1/+1
* Don't interpret SCB index 254 as a target mode completion when not inJustin T. Gibbs1998-09-181-2/+3
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driverMatt Jacob1998-09-183-22/+19
* per bde (who is right about this) that an inlined fucntion with constMatt Jacob1998-09-172-21/+25
* Cleanliness. Don't leave defined a const char array that's only usedMatt Jacob1998-09-171-2/+4
* A major amount of cleaning up:Matt Jacob1998-09-171-44/+32
* Clean up a comment. Make the default debugging level contingent upon CAMDEBUG.Matt Jacob1998-09-171-8/+4
* Remove commented out and no longer pertinent EAGAIN message. Redo CMD_COMPLETEMatt Jacob1998-09-171-11/+6
* ISP_DMASETUP now returns a value to be possibly punted to outer layers.Matt Jacob1998-09-171-13/+25
* Roll revision, clean up a comment.Matt Jacob1998-09-171-8/+1
* Fix the sreensavers so the work again with the new syscons & friends.Søren Schmidt1998-09-176-33/+45
* MF22: Robert Swindells' patch for correct probing of more AMD cards.Jordan K. Hubbard1998-09-172-36/+76
* Two patches from the HARP people:Poul-Henning Kamp1998-09-179-57/+58
* Use %p with (void *) casts to print pointers with printf.Justin T. Gibbs1998-09-173-16/+16
* Fix the (unported) resource shortage case- I'd done a xpt_freeze_simqMatt Jacob1998-09-162-4/+15
* Alpha port related fixes from Doug Rabson.Matt Jacob1998-09-161-17/+33
* alpha port fixes from Doug.Matt Jacob1998-09-162-5/+5
* Some workarounds for a common DEC pci-pci bridge found on alphas.Doug Rabson1998-09-161-5/+9
* Port de driver to alpha.Doug Rabson1998-09-161-3/+37
* Import base vinum lkm sourcesGreg Lehey1998-09-1623-0/+8235
* Fix printf format bugs.Justin T. Gibbs1998-09-163-31/+37
* Fix compile warnings.Matt Jacob1998-09-161-4/+4
* fix reported compile error flying blind- I do not have the new compiler yetMatt Jacob1998-09-151-2/+2
* Nuke uninitialized varible fd from retrier(). Change the devstat codeJustin T. Gibbs1998-09-151-3/+2
* Correct printf format bugs.Justin T. Gibbs1998-09-152-9/+10