cvs commit: src/sys/dev/ata atapi-cam.c

2007-05-15 Thread Thomas Quinot
thomas 2007-05-15 16:19:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata atapi-cam.c Log: MFC rev. 1.53: (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commands as some combinations of chipset, controller

cvs commit: src/sys/dev/ata atapi-cam.c

2007-05-03 Thread Thomas Quinot
thomas 2007-05-03 09:38:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata atapi-cam.c Log: MFC rev. 1.52: (atapi_cb): Fix test for the presence of sense data. An incorrect condition was being tested, which would result in a system

cvs commit: src/sys/dev/ata atapi-cam.c

2007-05-02 Thread Scott Long
scottl 2007-05-02 15:30:25 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: MPSAFE atapi-cam Revision ChangesPath 1.54 +23 -28src/sys/dev/ata/atapi-cam.c ___ cvs-all@freebsd.org

cvs commit: src/sys/dev/ata atapi-cam.c

2007-04-30 Thread Thomas Quinot
thomas 2007-04-30 09:26:43 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_cb): Fix test for the presence of sense data. An incorrect condition was being tested, which would result in a system hang in some configurations. PR:

cvs commit: src/sys/dev/ata atapi-cam.c

2007-04-30 Thread Thomas Quinot
thomas 2007-04-30 09:33:57 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commands as some combinations of chipset, controller and target do not behave correctly when

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-04-03 Thread Andre Albsmeier
On Thu, 29-Mar-2007 at 20:08:32 +, Thomas Quinot wrote: thomas 2007-03-29 20:08:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata atapi-cam.c Log: MFC rev. 1.48: (reinit_bus): When the ATAPI bus is reset, do not schedule

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-04-03 Thread Thomas Quinot
* Andre Albsmeier, 2007-04-03 : Can this be responsible for a newly seen acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 in dmesg? The relevant part of dmesg is: This could definitely be due to this part of the change: (atapi_action): Improve error reporting

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-04-03 Thread Andre Albsmeier
On Tue, 03-Apr-2007 at 14:03:13 +0200, Thomas Quinot wrote: * Andre Albsmeier, 2007-04-03 : Can this be responsible for a newly seen acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 in dmesg? The relevant part of dmesg is: This could definitely be due

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-04-03 Thread Niclas Zeising
On 4/3/07, Andre Albsmeier [EMAIL PROTECTED] wrote: On Tue, 03-Apr-2007 at 14:03:13 +0200, Thomas Quinot wrote: * Andre Albsmeier, 2007-04-03 : Can this be responsible for a newly seen acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 in dmesg? The relevant

cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-29 Thread Thomas Quinot
thomas 2007-03-29 20:08:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata atapi-cam.c Log: MFC rev. 1.48: (reinit_bus): When the ATAPI bus is reset, do not schedule an automated CAM rescan if the ATAPI device entries have not

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-14 Thread Thomas Quinot
* Kip Macy, 2007-03-14 : Could you fix the build? Sorry for the breakage. I must have mixed STABLE and CURRENT sources when I checked this. Thanks kevlo for fixing it. /me takes pointy hat... Thomas. ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-13 Thread Thomas Quinot
thomas 2007-03-13 20:38:16 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (reinit_bus): When the ATAPI bus is reset, do not schedule an automated CAM rescan if the ATAPI device entries have not changed. The ATAPI bus may be reset for a

cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-13 Thread Thomas Quinot
thomas 2007-03-13 20:42:49 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_action): Improve error reporting by removing ATA_R_QUIET flag from ATAPI requests. If CAM debugging is enabled, also mark ATAPI requests with ATA_R_DEBUG

cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-13 Thread Kevin Lo
kevlo 2007-03-14 01:59:00 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: Make it compile Revision ChangesPath 1.50 +1 -1 src/sys/dev/ata/atapi-cam.c ___ cvs-all@freebsd.org

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-13 Thread Kip Macy
oops, nm On 3/13/07, Kip Macy [EMAIL PROTECTED] wrote: Could you fix the build? On 3/13/07, Thomas Quinot [EMAIL PROTECTED] wrote: thomas 2007-03-13 20:42:49 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_action): Improve error

Re: cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-13 Thread Kip Macy
Could you fix the build? On 3/13/07, Thomas Quinot [EMAIL PROTECTED] wrote: thomas 2007-03-13 20:42:49 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_action): Improve error reporting by removing ATA_R_QUIET flag from ATAPI requests.

cvs commit: src/sys/dev/ata atapi-cam.c

2007-03-06 Thread Thomas Quinot
thomas 2007-03-06 16:56:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata atapi-cam.c Log: MFC rev. 1.47: (cam_rescan): Do not reference ccb-ccb_h.path in CAM_DEBUG call before it is initialized; use path instead. PR: kern/103602

cvs commit: src/sys/dev/ata atapi-cam.c

2007-02-27 Thread Thomas Quinot
thomas 2007-02-27 09:00:51 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (cam_rescan): Do not reference ccb-ccb_h.path in CAM_DEBUG call before it is initialized; use path instead. This change fixes a panic when using atapicam in