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
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the disk reports that it support the Compact Flash Association command
phk
2008-01-02
1
-0
/
+9
*
Follow the current fashion of gratuitously stomping into other
phk
2008-01-02
1
-36
/
+14
*
Implement a workaround of the datacorruption problem on serverworks HT1000 ch...
sos
2007-12-13
4
-93
/
+233
*
Fix speed report on Intel SATA chips in compat mode.
sos
2007-12-07
1
-3
/
+52
*
Use device_set_desc_copy in the generic ident as its used on a temp buffer.
sos
2007-11-26
1
-1
/
+1
*
Add preliminary SATA ATAPI support for sii 3132/3124 chips.
sos
2007-11-23
2
-38
/
+81
*
Fix KASSERT messages.
kevlo
2007-11-20
2
-5
/
+5
*
Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste...
sos
2007-11-19
3
-9
/
+0
*
Try to workaound silicon bugs in Promise gen2 (ie TX4) chips
sos
2007-11-19
2
-1
/
+46
*
Fix the problem with certain ATAPI commands on AHCI devices.
sos
2007-11-19
2
-19
/
+58
*
Add generic support for chipsets that say they support AHCI. This should cat...
sos
2007-11-18
4
-129
/
+156
*
Fix the signature matching code on AHCI controllers.
sos
2007-10-26
1
-29
/
+60
*
Update the way we get the mode pages on probe.
sos
2007-10-26
2
-25
/
+23
*
Fix treating some modern chips (mem mapped) as legacy devices.
sos
2007-10-26
1
-1
/
+2
*
Add PCI ID for ICH9 AHCI w/ two adapters.
delphij
2007-10-09
2
-0
/
+2
*
Add support for the VIA 8237S
sos
2007-10-04
3
-1
/
+4
*
Recognize the CS5536 support chip for the AMD Geode LX CPU to enable
phk
2007-10-04
2
-0
/
+2
*
Add PCI IDs for Intel ICH9.
simon
2007-09-10
2
-0
/
+8
*
Expand the data structure returned by the ATA RAID status ioctl to include
jhb
2007-08-13
1
-14
/
+22
*
Add Viking Interworks 256MB as an ata device; this might give
remko
2007-06-26
2
-1
/
+3
*
Add support for the nVidia MCP61 series chipset.
sos
2007-06-25
2
-0
/
+8
*
Include usb_port.h
imp
2007-06-23
1
-0
/
+1
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-1
/
+1
*
Do not attempt to enable AHCI mode on ALi SATA controllers other
bms
2007-06-13
1
-1
/
+4
*
File d_ident field with disk's serial number.
pjd
2007-05-06
1
-0
/
+2
*
MPSAFE atapi-cam
scottl
2007-05-02
1
-28
/
+23
*
(atapi_action, case XPT_SCSI_IO): Enable DMA only for READ and WRITE commands
thomas
2007-04-30
1
-4
/
+19
*
(atapi_cb): Fix test for the presence of sense data. An incorrect condition
thomas
2007-04-30
1
-2
/
+2
*
Use the same timeout parameters for BIO_FLUSH as with the other commands.
roberto
2007-04-26
1
-2
/
+0
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-1
/
+1
*
OK, this is not my day, fix the former fix :/
sos
2007-04-08
1
-2
/
+1
*
Hopefully unbreak the 64bit DMA support this time.
sos
2007-04-08
3
-11
/
+9
*
Dont zero out 64BIT flag on DMA ops.
sos
2007-04-08
1
-2
/
+3
*
Add 64bit addressing support to SiI 3132/3124
sos
2007-04-06
1
-0
/
+2
*
Remove debug gunk.
sos
2007-04-06
1
-1
/
+0
*
Add support for 64bit addressing to AHCI and Marvell controllers.
sos
2007-04-06
5
-15
/
+28
*
Make it compile
kevlo
2007-03-14
1
-1
/
+1
*
(atapi_action): Improve error reporting by removing ATA_R_QUIET flag
thomas
2007-03-13
1
-33
/
+49
*
(reinit_bus): When the ATAPI bus is reset, do not schedule an automated
thomas
2007-03-13
1
-2
/
+10
*
(ata_completed): When REQUEST SENSE is automatically issued after a failed
thomas
2007-03-13
1
-1
/
+1
*
Fix writes on siiprb type chips.
sos
2007-03-12
1
-2
/
+6
*
Fix support for the VIA8237A SATA part.
sos
2007-03-12
1
-1
/
+1
*
Add support for the Silicon Image SiI 3124 and SiI 3132.
sos
2007-03-09
2
-17
/
+353
*
More SATA phy/reset cleanup and simplification.
sos
2007-03-09
1
-194
/
+78
*
Refine ahci_status to be more simple.
sos
2007-03-08
1
-43
/
+29
*
Cleanup the channel/phy reset code.
sos
2007-03-08
2
-129
/
+144
*
Add support for the 3 (PATA) channel on the VIA 6421 chip.
sos
2007-03-01
1
-41
/
+60
*
(cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call before
thomas
2007-02-27
1
-2
/
+2
*
Use 'pause' in several places rather than trying to tsleep() on NULL (which
jhb
2007-02-23
3
-8
/
+8
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
5
-11
/
+19
[next]