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-cd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the bio field instead of the driver field as intended.
sos
2005-08-17
1
-2
/
+2
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
1
-2
/
+1
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-22
/
+4
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-46
/
+27
*
Move the creation of ata_channel child devices to the channel code.
sos
2005-04-15
1
-28
/
+8
*
Change the ata_* methods to use a channel device instead of a
sos
2005-03-31
1
-3
/
+3
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-690
/
+616
*
Boot away another stackgap (one of the lest ones in linuxlator/i386) by
sobomax
2005-01-30
1
-2
/
+11
*
Pass the file->flags down to geom ioctl handlers.
phk
2004-12-12
1
-2
/
+2
*
Properly check malloc returns.
sos
2004-08-24
1
-10
/
+19
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-3
/
+4
*
Add firmware revision to probe printf.
sos
2004-08-05
1
-1
/
+2
*
Use the right ordering of args on mtx_init(). No functional changes
sos
2004-06-22
1
-1
/
+1
*
Call the detach function with g_waitfor_event() so that it can access
green
2004-06-21
1
-1
/
+8
*
When waiting for drive to become ready, reinit the request params as they
sos
2004-06-01
1
-7
/
+8
*
Fix getting progress data for some device in yet another way.
sos
2004-03-02
1
-22
/
+36
*
Remember to mtx_destroy mutexes.
sos
2004-03-01
1
-0
/
+1
*
Dont alloc size 0 buffers.
sos
2004-02-21
1
-3
/
+5
*
Use the biotask functionality in GEOM to put finished requests on
sos
2004-01-28
1
-1
/
+1
*
Fix breakage on timeout/retries. The bug cause a sema to be leaked so
sos
2004-01-19
1
-1
/
+1
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-2
/
+2
*
Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.
sos
2004-01-12
1
-3
/
+3
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
1
-2
/
+2
*
Try a little harder to catch when fixate finishes.
sos
2003-12-07
1
-2
/
+4
*
Be less noisy when GEOM probes around during boot if drive contains
sos
2003-11-24
1
-0
/
+5
*
Work around the problem that some CDROM drives might return different
sos
2003-11-18
1
-3
/
+5
*
Centralise mode setting. Instead of doing it in all subdrivers, do
sos
2003-11-11
1
-7
/
+0
*
Fix typo in breaking up requests to size limit.
sos
2003-11-09
1
-1
/
+1
*
Better attempt at fooling GEOM into working with burnable media.
sos
2003-11-07
1
-1
/
+1
*
Fix burning of CD's that got broken by the GEOM'ification.
sos
2003-11-02
1
-9
/
+5
*
GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.
sos
2003-11-01
1
-172
/
+125
*
No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.
phk
2003-10-18
1
-1
/
+0
*
Redo the code that handles eject/close.
sos
2003-10-12
1
-23
/
+22
*
Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.
tmm
2003-09-22
1
-5
/
+5
*
Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partition
phk
2003-09-21
1
-3
/
+8
*
Properly cast longs to off_t so we dont loose precision.
sos
2003-09-16
1
-1
/
+1
*
Disable the use of cloning use in floppy and CD drivers.
phk
2003-09-11
1
-3
/
+3
*
Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl's
sos
2003-09-11
1
-0
/
+9
*
Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.
phk
2003-09-05
1
-0
/
+6
*
cosmetics
sos
2003-09-02
1
-2
/
+2
*
Unify prototypes.
sos
2003-08-25
1
-12
/
+14
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-272
/
+290
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-8
/
+3
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction().
phk
2003-03-15
1
-1
/
+1
*
Remove the check for more than one open if one is a write op.
sos
2003-03-13
1
-5
/
+0
*
Dont free the stats struct, this has been changed by the new stat code.
sos
2003-03-13
1
-2
/
+0
*
Allocate the devstat structure with devstat_new_entry().
phk
2003-03-08
1
-7
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+9
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-4
/
+4
[next]