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
/
ata-all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-1134
/
+447
*
Add string for SATA150
sos
2003-05-18
1
-0
/
+1
*
Grap the ATA lock on all channels before suspend, this makes certain
sos
2003-05-04
1
-0
/
+13
*
Fix locking on reinit.
sos
2003-05-03
1
-4
/
+16
*
Add flushing of devices on shutdown.
sos
2003-05-02
1
-4
/
+38
*
Add ioctl to add a spare disk to a RAID array.
sos
2003-05-02
1
-0
/
+3
*
Third round of updates to the ATA driver.
sos
2003-04-07
1
-1
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+1
*
Fix ATA_DEBUG case breakage.
sos
2003-03-30
1
-1
/
+1
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-146
/
+103
*
- Add a new ioctl to get the maximum number of ATA channels.
mux
2003-03-22
1
-0
/
+5
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Dont hang the channel on enclosures without sensors.
sos
2003-03-12
1
-16
/
+17
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Revert the probe code change.
sos
2003-02-25
1
-2
/
+2
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-96
/
+102
*
Fix crash dumps on ata and scsi.
alfred
2003-02-14
1
-1
/
+2
*
Update the code that deals with disk enclosures:
sos
2003-01-27
1
-62
/
+121
*
Small change to the previous commit, zero out the 48BIT flag in ata_command
sos
2003-01-19
1
-0
/
+1
*
Fix the 48bit access support for the older Promise 66/100 controllers, the
sos
2003-01-19
1
-0
/
+1
*
Fix linking problem when atadisk is not use in ata-all.c
sos
2002-12-06
1
-0
/
+2
*
Add support for the PC98 platform to the ATA driver.
sos
2002-12-03
1
-17
/
+53
*
In ata_reinit, when ata_getparam fails for a new device (indicating that
thomas
2002-12-01
1
-4
/
+5
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
1
-2
/
+3
*
Use some long long casts to quiet warnings in debug printf's on alpha.
jhb
2002-11-06
1
-1
/
+1
*
Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUS
thomas
2002-10-22
1
-12
/
+4
*
Misc cleanups.
sos
2002-10-01
1
-1
/
+1
*
Rearrange where to get the ATAPI magic sequence.
sos
2002-09-12
1
-6
/
+8
*
Add the ability to use ATAPI devices via CAM.
sos
2002-08-09
1
-10
/
+34
*
Byteswap the serial #
sos
2002-07-31
1
-0
/
+3
*
Update the tags handling a bit, which makes support for the
sos
2002-07-22
1
-34
/
+15
*
Fix a '<<' that should have been a '>>' in the 48bit case.
sos
2002-06-08
1
-1
/
+1
*
Fix the FreeBSD native ATA RAID code a bit.
sos
2002-04-10
1
-1
/
+1
*
Unlock the channel again if an ata_reinit() fails.
sos
2002-04-05
1
-1
/
+3
*
Dont allow to detach twice.
sos
2002-04-05
1
-1
/
+2
*
Add forgotten ATA_UNLOCK_CH when getting status from non-existing
sos
2002-04-05
1
-1
/
+3
*
Make the ATA driver compile & work on the sparc64 platform.
sos
2002-04-05
1
-1
/
+2
*
Add get-status to the ATA RAID subsystem.
sos
2002-04-02
1
-0
/
+3
*
Remove debug output in last commit.
sos
2002-03-30
1
-10
/
+0
*
Add support for getting status (fan, temp, 5V and 12V levels) from
sos
2002-03-30
1
-9
/
+152
*
Add support for creating/deleting ATA RAID's.
sos
2002-03-27
1
-4
/
+10
*
Misc little cleanups.
sos
2002-03-26
1
-11
/
+7
*
Add some break's after default: in the end of switch statements to
peter
2002-03-19
1
-0
/
+2
*
Unbreak the probing of some CDROM drives.
sos
2002-03-14
1
-3
/
+3
*
Add new support for locking an ATA channel and use that throughout
sos
2002-03-11
1
-24
/
+22
*
Silence a warning when compile without atapi devices.
sos
2002-03-10
1
-3
/
+4
*
Even more Highpoint RAID support.
sos
2002-03-08
1
-1
/
+1
[next]