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
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-7
/
+7
*
Avoid GCC optimizations from injecting a call to memset(?) in order
marcel
2005-06-11
1
-1
/
+2
*
Enable SATA hotplug support.
sos
2005-06-10
1
-0
/
+4
*
Fix the long standing problem with poor transferrates on Intel ICHH type
sos
2005-06-09
1
-2
/
+3
*
Fix the register offset for the ATAPI count register thats used to
sos
2005-06-09
1
-2
/
+2
*
Use the presence of ctlr->dmainit instead of r_res1 to find out when to
sos
2005-06-09
1
-1
/
+1
*
Add support for the Intel 31244.
sos
2005-06-08
2
-81
/
+255
*
Apply the usual woodoo for 64bitness.
sos
2005-06-06
1
-2
/
+2
*
Add support for nVidia's software RAID "MediaShield".
sos
2005-06-06
2
-7
/
+257
*
Make nVidia SATA hotplug support DTRT.
sos
2005-06-05
1
-26
/
+27
*
Unbreak the ICH6 AHCI support in !48Bit mode.
sos
2005-06-05
1
-2
/
+7
*
Make certain the the 48bit flag is reset if we dont translate LBA.
sos
2005-05-17
1
-2
/
+2
*
longer used (contents added to sys/ata.h)
sos
2005-05-16
1
-130
/
+0
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
11
-425
/
+398
*
Cleanup comments
sos
2005-05-13
5
-22
/
+11
*
Fix more ATAPI breakage.
sos
2005-05-13
1
-3
/
+9
*
Add new Intel PCI ID's for the ICH7 chips (untested).
sos
2005-05-11
2
-2
/
+13
*
Add support for AHCI compliant ATA devices.
sos
2005-05-11
2
-14
/
+463
*
Add back one line that got deleted in the last commit.
sos
2005-05-11
1
-2
/
+4
*
Fix ATAPI DMA. We need to set the proper flags for DMA modes.
sos
2005-05-11
1
-1
/
+3
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
8
-329
/
+289
*
Always attach a subdisk even if no valid metadata found.
sos
2005-05-02
1
-1
/
+2
*
Update on the last commit, the dma* funciton needs to be called with
sos
2005-05-01
4
-19
/
+19
*
Go back to the old way of finding the Promise metadata, the new way was
sos
2005-05-01
1
-1
/
+1
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
19
-583
/
+601
*
Now that probing is working in the new fashion, we need to go back to
sos
2005-04-29
4
-193
/
+165
*
Provide a default setmode method.
sos
2005-04-28
4
-36
/
+9
*
Rearrange the way the reset code is called.
sos
2005-04-28
6
-14
/
+18
*
Fix a bug introduced in r1.89 thats caused leak of requests, and possibly
sos
2005-04-26
1
-1
/
+1
*
Cosmetics
sos
2005-04-25
4
-38
/
+26
*
Only try to allocate and use the SATA resource if they are enabled
sos
2005-04-25
1
-44
/
+40
*
Rehash the timeout code to make it more simple.
sos
2005-04-21
4
-169
/
+118
*
When a rebuild is done, properly mark the arrays as functional again.
sos
2005-04-20
1
-1
/
+17
*
Properly hook in devices found by SATA connect events.
sos
2005-04-20
3
-4
/
+3
*
CFA (Compact Flash) devices has a special config ID that fails the
sos
2005-04-19
2
-1
/
+3
*
Fix indentation problem in the last commit
sos
2005-04-19
1
-16
/
+18
*
Add a named reference-count KPI to hold off mounting of the root filesystem.
phk
2005-04-18
1
-0
/
+3
*
Add uma zone for composite ops.
sos
2005-04-18
3
-19
/
+42
*
Adjust the RAID type pickup code for the VIA, we dont actually care
sos
2005-04-18
2
-8
/
+18
*
Add one more Promise SATAII/150 chip id.
sos
2005-04-17
2
-0
/
+2
*
Spell ATA_NFORCE4_S2 correctly.
sos
2005-04-16
1
-1
/
+1
*
Make things compile again with ATA_STATIC_ID.
sos
2005-04-15
1
-2
/
+2
*
Move the creation of ata_channel child devices to the channel code.
sos
2005-04-15
7
-178
/
+134
*
Read back the real taskfile register values when in 48BIT mode.
sos
2005-04-14
2
-6
/
+23
*
Add a ata_setmode method so we dont panic on setmode.
sos
2005-04-13
3
-4
/
+40
*
On amd64 int64_t != long long.
sos
2005-04-12
1
-1
/
+2
*
Better use the right name for the VIA software RAID.
sos
2005-04-12
2
-3
/
+3
*
Add support for VIA Tech metadata as used on thier SATA parts.
sos
2005-04-12
2
-42
/
+235
*
Fix the same silly alloc mistake for nVidia and SiS as with VIA in
sos
2005-04-11
1
-4
/
+6
*
Fix the bug that caused SATA disks on VIA etc to fail attach.
sos
2005-04-11
2
-4
/
+3
[next]