summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-2832-32/+32
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-233-11/+4
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-2/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-7/+8
* Fix short timeout problems with the pt(4) driver:ken1999-08-201-3/+66
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-2/+2
* Bump CAM version number.gibbs1999-08-161-2/+2
* Checkpoint work on handling error conditions.gibbs1999-08-162-73/+514
* xpt_release_devq now takes a count.gibbs1999-08-161-2/+3
* Implement the guts of the XPT_ABORT function code.gibbs1999-08-161-31/+111
* Add another flag for debugging just peripheral drivers. The whole debugginggibbs1999-08-161-6/+13
* Add another command characteristic flag for commands that are queuedgibbs1999-08-161-11/+15
* Put in a limit (8) for lun width- do not exceed probing this unless a devicemjacob1999-08-161-3/+9
* Fix a long standing bug in the camq teardown code.gibbs1999-08-161-3/+3
* Move initialization of announce_buf up to makemjacob1999-08-151-2/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-142-23/+7
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.jmg1999-07-111-2/+8
* Fix my complete botch. I hope. Tested this timemjacob1999-07-071-5/+5
* suggestions from bde to clean up last checkin slightymjacob1999-07-061-4/+4
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* int/long printf format problems on the Alpha.peter1999-07-011-4/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Quirk Tandberg 4100 like Tandberg 4200.mjacob1999-06-241-1/+5
* Quirk NOLUNS cabletron device.mjacob1999-06-201-16/+15
* Simplify cdevsw registration.phk1999-05-318-30/+16
* This commit should be a extensive NO-OP:phk1999-05-308-174/+167
* Add TDC 3800 to quirk list for fixed mode device.mjacob1999-05-251-1/+5
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.gibbs1999-05-252-3/+7
* Fix the read/write permission checks in cam_periph_mapmem(). If we'reken1999-05-251-4/+4
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillgibbs1999-05-233-13/+30
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-228-55/+46
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbgibbs1999-05-224-114/+280
* Make xpt_path_comp work on wildcarded paths again.gibbs1999-05-181-7/+7
* Quirk this drive- all luns show up the same.mjacob1999-05-111-1/+11
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* Quirk NOLUNS CALIPER CP150.mjacob1999-05-111-1/+11
* Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2mjacob1999-05-111-3/+38
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-098-42/+76
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-076-86/+17
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-068-114/+204
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* Release bus entries in the EDT when a path is released.gibbs1999-04-231-4/+14
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-3/+1
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* cam_periph.c:gibbs1999-04-194-48/+67
* Make WangTek 51000 a fixed block device.mjacob1999-04-181-1/+5
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-2/+2
OpenPOWER on IntegriCloud