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-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DONT PANIC
sos
2004-08-20
1
-1
/
+2
*
Change the order of ata_dmainit/ata_allocate in preparation of
sos
2004-08-12
1
-26
/
+40
*
Try to narrow down the race window on HW that does not have ways to
sos
2004-08-05
1
-0
/
+2
*
Increase robustness of SATA handling.
sos
2004-06-15
1
-46
/
+48
*
Fix Sii3114 support.
sos
2004-05-10
1
-0
/
+1
*
Do at better job at unit numbering.
sos
2004-04-30
1
-9
/
+18
*
Use pci_get_progif to decide if this is one of the primary/secondary
sos
2004-04-27
1
-7
/
+2
*
Try the simplify determining what is ata0 and ata1.
sos
2004-04-24
1
-17
/
+1
*
Make the test for ATA PCI legacy addressing mode more robust.
sos
2004-04-21
1
-11
/
+41
*
Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats on
sos
2004-04-20
1
-3
/
+3
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
1
-52
/
+24
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Add support for detaching PCI controllers.
sos
2004-03-15
1
-24
/
+44
*
Check both PORTEN and MEMEN for enabled HW.
sos
2004-02-21
1
-1
/
+1
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-0
/
+1
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
1
-1
/
+2
*
Add back the national support, this was removed by accident earlier.
sos
2003-12-09
1
-0
/
+4
*
This should allow us to boot with DMA enabled on unknown PCI ATA
sos
2003-10-28
1
-24
/
+46
*
Fix the DMA problem that most severely hit on the DS3112a SATA chip
sos
2003-10-21
1
-7
/
+3
*
Only return valid DMA error bits.
sos
2003-10-20
1
-1
/
+1
*
Cleanup the dma int/alloc/free code.
sos
2003-08-25
1
-10
/
+7
*
There is no detach func for PCI ATA devs.
sos
2003-08-24
1
-1
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-10
/
+7
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Update the SATA support code to work more correctly with
sos
2003-07-02
1
-8
/
+3
*
Fix the setup of old Promise controllers, clocks was not setup right
sos
2003-06-07
1
-1
/
+2
*
Grap the ATA lock on all channels before suspend, this makes certain
sos
2003-05-04
1
-0
/
+1
*
Fix a panic with Cenatek controllers.
sos
2003-04-16
1
-1
/
+2
*
Third round of updates to the ATA driver.
sos
2003-04-07
1
-15
/
+9
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-77
/
+134
*
Properly teardown the interrupt so we wont panic on detach.
sos
2003-02-25
1
-7
/
+13
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-630
/
+118
*
Add support for the ServerWorks CSB6.
sos
2003-01-19
1
-0
/
+6
*
Fix the 48bit access support for the older Promise 66/100 controllers, the
sos
2003-01-19
1
-0
/
+3
*
Dont attach a Promise chip located behind a i960 bridge/chip.
sos
2003-01-08
1
-2
/
+14
*
Add support for the nVidia nForce2 ATA part.
sos
2003-01-08
1
-1
/
+4
*
Add support for the PC98 platform to the ATA driver.
sos
2002-12-03
1
-14
/
+92
*
Fix for the panic when using a Promise TX2.
sos
2002-10-08
1
-16
/
+23
*
Add yet another Promise PCI id.
sos
2002-10-01
1
-0
/
+2
*
Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>
phk
2002-09-20
1
-3
/
+0
*
Add support for the VIA 8235.
sos
2002-09-18
1
-0
/
+2
*
Fix the clockprobe test on the Sil 680
sos
2002-09-16
1
-1
/
+1
*
remove #includes of <sys/bio.h> where not needed.
phk
2002-09-14
1
-1
/
+0
*
Add preliminary mostly untested support for the Silicon Image Sil680 chip.
sos
2002-09-12
1
-0
/
+11
*
Add PCI ID for the ICH4 ATA100 controller.
jhb
2002-07-19
1
-0
/
+3
*
Add yet another (older) Promise chip
sos
2002-06-19
1
-3
/
+6
*
Add support for the nVIDIA nForce ATA controller.
sos
2002-04-16
1
-0
/
+4
*
Add yet another chip ID for a Promise TX2 chip.
sos
2002-04-11
1
-0
/
+2
*
Add yet another ATA133 Promise chip.
sos
2002-04-07
1
-0
/
+2
[next]