index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
/
atapi-cam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
1
-1
/
+1
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-28
/
+28
*
Move the creation of ata_channel child devices to the channel code.
sos
2005-04-15
1
-14
/
+67
*
Explicity make atapi-cam depend on CAM.
scottl
2005-04-08
1
-0
/
+1
*
Fix a use-after-free problem in atapi_cb(). Add some necessary synchronization
scottl
2005-04-05
1
-4
/
+13
*
Push some faulty debugging aside so LINT compiles.
phk
2005-04-05
1
-1
/
+1
*
Commit ATAPI-CAM for ATAmkIII. Improvements and changes:
scottl
2005-04-05
1
-151
/
+186
*
atapicam(4) is currently off by three orders of magnitude regarding the
green
2004-06-17
1
-2
/
+2
*
Use auto-sense data provided by the lowlevel ATA code.
thomas
2004-03-04
1
-1
/
+10
*
(atapi_cb): Reenable automatic retrieve of sense data on error, making
thomas
2004-02-11
1
-14
/
+21
*
Fixed a memory leak.
ru
2004-01-18
1
-1
/
+3
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-0
/
+1
*
#include sema.h is now required.
sos
2004-01-12
1
-0
/
+1
*
Fix a potential problem with atapi-cam where an incorrect flag is passed
scottl
2003-12-05
1
-1
/
+1
*
Centralise mode setting. Instead of doing it in all subdrivers, do
sos
2003-11-11
1
-5
/
+0
*
Free the ata_request struct after we are done using it. This should stop
scottl
2003-11-09
1
-2
/
+9
*
Enable DMA for ATAPI/CAM input/output operations.
thomas
2003-09-24
1
-3
/
+10
*
(atapi_cb): Reorganize error handling circuitry.
thomas
2003-09-21
1
-17
/
+19
*
(atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.
thomas
2003-09-21
1
-2
/
+8
*
(atapi_action): avoid memory leak in a marginal invalid ccb case.
thomas
2003-09-19
1
-25
/
+30
*
(atapi_action, case XPT_PATH_INQ): Handle properly the case of
thomas
2003-09-11
1
-2
/
+5
*
Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.
thomas
2003-08-28
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-77
/
+151
*
Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to
njl
2003-07-28
1
-1
/
+1
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-19
/
+1
*
In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channel
thomas
2003-05-14
1
-1
/
+8
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Zero cpi->target_sprt since atapi-cam does not support target mode. This
njl
2003-02-27
1
-0
/
+1
*
Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix
ken
2003-02-21
1
-30
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUS
thomas
2002-10-22
1
-14
/
+47
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Change a couple of splcam() calls that do not make sense in atapi-cam
thomas
2002-09-12
1
-3
/
+5
*
printf -> CAM_DEBUG so debugging prints are tunable.
njl
2002-08-28
1
-60
/
+47
*
Use csio pointer instead of dereferencing hcb.
njl
2002-08-28
1
-5
/
+5
*
Fix typo.
sos
2002-08-19
1
-1
/
+1
*
Shut up warning in debug code.
sos
2002-08-12
1
-5
/
+5
*
Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.
scottl
2002-08-10
1
-8
/
+7
*
Minor corrections.
sos
2002-08-10
1
-13
/
+3
*
Add the ability to use ATAPI devices via CAM.
sos
2002-08-09
1
-0
/
+712