]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
For every "promiscuous mode enabled" message printed for an interface,
[FreeBSD/FreeBSD.git] / sys / cam /
1999-08-28 phkWe don't need to pass the diskname argument all over...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-24 bdeCast pointers to uintptr_t instead of casting them...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-23 bdeUse devtoname() to print dev_t's instead of casting...
1999-08-21 msmithImplement a new generic mechanism for attaching handler...
1999-08-20 kenFix short timeout problems with the pt(4) driver:
1999-08-17 billfWelcome devtoname(), to most likely be used when printi...
1999-08-16 gibbsBump CAM version number.
1999-08-16 gibbsCheckpoint work on handling error conditions.
1999-08-16 gibbsxpt_release_devq now takes a count.
1999-08-16 gibbsImplement the guts of the XPT_ABORT function code.
1999-08-16 gibbsAdd another flag for debugging just peripheral drivers...
1999-08-16 gibbsAdd another command characteristic flag for commands...
1999-08-16 mjacobPut in a limit (8) for lun width- do not exceed probing...
1999-08-16 gibbsFix a long standing bug in the camq teardown code.
1999-08-15 mjacobMove initialization of announce_buf up to make
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 phkSpring cleaning around strategy and disklabels/slices:
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-11 jmgdisable tag queing for the MICROP 4421-07 drive. It...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-07 mjacobFix my complete botch. I hope. Tested this time
1999-07-06 mjacobsuggestions from bde to clean up last checkin slighty
1999-07-03 mjacobMake the change similar to that suggested by Nick Hibma...
1999-07-03 peterA minor tweak to shut up gcc (on the Alpha) for two...
1999-07-01 peterint/long printf format problems on the Alpha.
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-24 mjacobQuirk Tandberg 4100 like Tandberg 4200.
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-20 mjacobQuirk NOLUNS cabletron device.
1999-05-31 phkSimplify cdevsw registration.
1999-05-30 phkThis commit should be a extensive NO-OP:
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-25 mjacobAdd TDC 3800 to quirk list for fixed mode device.
1999-05-25 gibbsRun xpt_action at splsoftcam() so that it cannot be...
1999-05-25 kenFix the read/write permission checks in cam_periph_mapm...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-23 gibbsRely on the statistics in XPT_GDEV_STATS instead of...
1999-05-22 gibbsAdd a default async handler funstion to cam_periph...
1999-05-22 gibbsAdd the XPT_PATH_STATS and XPT_GDEV_STATS function...
1999-05-18 gibbsMake xpt_path_comp work on wildcarded paths again.
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-11 mjacobQuirk this drive- all luns show up the same.
1999-05-11 mjacobAdd a SA_FLAG_COMP_SUPP flag (to quirk compression as
1999-05-11 mjacobQuirk NOLUNS CALIPER CP150.
1999-05-11 mjacobMake clear that the DATA COMPRESSION page is a SCSI...
1999-05-09 kenAdd a facility in the CAM error handling code to retry...
1999-05-07 phkIntroduce two functions: physread() and physwrite...
1999-05-06 kenAdd a number of interrelated CAM feature enhancements...
1999-05-04 gibbsDon't touch a path after we've free'd it.
1999-05-02 markmThis commit was generated by cvs2svn to compensate...
1999-05-02 dfrThis commit was generated by cvs2svn to compensate...
1999-05-02 obrienThis commit was generated by cvs2svn to compensate...
1999-04-23 gibbsRelease bus entries in the EDT when a path is released.
1999-04-21 peterStage 1 of a cleanup of the i386 interrupt registration...
1999-04-19 gibbsUse macros for accessing the head of the heap so that...
1999-04-19 gibbscam_periph.c:
1999-04-18 mjacobMake WangTek 51000 a fixed block device.
1999-04-17 peterWell folks, this is it - The second stage of the remova...
1999-04-07 gibbsRemove camq_regen(). We already perform modular compar...
1999-04-07 gibbsRemove camq_regen(). We already perform modular compar...
1999-04-07 msmithThis commit was generated by cvs2svn to compensate...
1999-04-06 peterUse PHOLD/PRELE rather than P_PHYSIO.
1999-03-22 obrienThis commit was generated by cvs2svn to compensate...
1999-03-18 peterThis commit was generated by cvs2svn to compensate...
1999-03-15 obrienThis commit was generated by cvs2svn to compensate...
1999-03-14 markmThis commit was generated by cvs2svn to compensate...
1999-03-14 kenDisable tagged queueing for the IBM DCAS drives. These...
1999-03-11 jkhPeople who wanted the "tagged opening" message can...
1999-03-07 kenThe 4 gig version of the Seagate Medalist Pro seems...
1999-03-05 gibbsImplement the control device for the "targ" target...
1999-03-05 gibbsSilence errors.
1999-03-05 gibbsSilence complaints about synchronize cache requests...
1999-03-05 gibbsxpt_done has no reason to take a volatile ccb *.
1999-03-05 gibbsProtect access to the EDT with splcam() to protect...
1999-03-05 gibbsAdd constants and macros for dealing with XPT opcode...
1999-03-01 impThis commit was generated by cvs2svn to compensate...
1999-03-01 mjacob+Match against T4000* for HP QIC quirks (not T4000S...
1999-02-28 impThis commit was generated by cvs2svn to compensate...
1999-02-28 obrienThis commit was generated by cvs2svn to compensate...
1999-02-26 kenAdd a quirk entry for the Seagate Medalist Pro 6 gig...
1999-02-21 rnordierThis commit was generated by cvs2svn to compensate...
1999-02-18 kenFix sync rate and transfer rate printouts in xpt_announ...
1999-02-11 obrienThis commit was generated by cvs2svn to compensate...
1999-02-11 gibbsCompletely set information in the transaction descripti...
next