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
*
Use the presence of ctlr->dmainit instead of r_res1 to find out when to
sos
2005-06-09
1
-1
/
+1
*
Cleanup comments
sos
2005-05-13
1
-1
/
+1
*
Reshape the dma code to be a bit more flexible so it can cope with
sos
2005-05-03
1
-7
/
+19
*
Update on the last commit, the dma* funciton needs to be called with
sos
2005-05-01
1
-2
/
+2
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-19
/
+24
*
Rearrange the way the reset code is called.
sos
2005-04-28
1
-0
/
+2
*
Cosmetics
sos
2005-04-25
1
-5
/
+2
*
Fix the bug that caused SATA disks on VIA etc to fail attach.
sos
2005-04-11
1
-2
/
+0
*
Use the ata_suspend/resume functions instaead of the bus_generic ones.
sos
2005-04-10
1
-2
/
+2
*
Generalise the SATA PHY handling code so it wont be duplicated for
sos
2005-04-08
1
-2
/
+10
*
Add support for controllers that doesn't have the usual taskfile
sos
2005-04-06
1
-14
/
+14
*
Add firstshot support for Acer Labs Inc SATA parts
sos
2005-04-05
1
-11
/
+13
*
Change the ata_* methods to use a channel device instead of a
sos
2005-03-31
1
-52
/
+52
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-67
/
+90
*
Add support for the ITE IT8212F controller.
sos
2004-12-08
1
-5
/
+10
*
Fix the PC98 lockups on boot.
sos
2004-10-06
1
-2
/
+3
*
Rearrange the order of I/O's in dma-start/stop, some chipsets are very
sos
2004-09-26
1
-2
/
+2
*
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
[next]