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-chipset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+4
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-183
/
+304
*
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
-46
/
+114
*
Prevent probing the secondary channel on CMD646 controllers if the
grehan
2003-06-27
1
-0
/
+6
*
Add support for the HighPoint HPT302 & HPT371
sos
2003-06-19
1
-0
/
+2
*
Fix the setup of old Promise controllers, clocks was not setup right
sos
2003-06-07
1
-14
/
+21
*
Unbork the chip locating code.
sos
2003-05-19
1
-8
/
+3
*
Support the ICH5 SATA part.
sos
2003-05-18
1
-44
/
+72
*
Fix typo (that even got cut/pasted 2 times)
sos
2003-05-12
1
-3
/
+3
*
Add a couble new Intel PCI id's
sos
2003-05-10
1
-0
/
+2
*
Add PCI ID's for the Intel ICH5 (82801EB) chipset.
jhb
2003-05-06
1
-0
/
+1
*
Add the pdc20268r as candidate for the TX test.
sos
2003-05-03
1
-1
/
+1
*
Dont try to call detached interrupt routine.
sos
2003-05-02
1
-2
/
+3
*
I'm pleased to announce that Promise is now supporting the FreeBSD
sos
2003-05-01
1
-7
/
+144
*
Cosmetics.
sos
2003-04-16
1
-2
/
+2
*
Spell 55 with two '5's
sos
2003-04-10
1
-2
/
+2
*
Add a few more older SiS ID's.
sos
2003-04-10
1
-34
/
+40
*
Third round of updates to the ATA driver.
sos
2003-04-07
1
-21
/
+36
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-68
/
+79
*
Fix the cable detection and properly find the host bridge on
sos
2003-03-16
1
-22
/
+22
*
Correct the last commit, only look for subfunctions on the same PCI slot.
sos
2003-03-12
1
-4
/
+4
*
Cleanup the probe code a bit.
sos
2003-03-12
1
-23
/
+24
*
Dont use r_bmio on Cyrix chips if not set from BIOS.
sos
2003-03-10
1
-2
/
+5
*
Minor cleanup of the Promise code.
sos
2003-03-03
1
-17
/
+19
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Fix support for HPT controllers they where always left in PIO mode.
sos
2003-03-01
1
-1
/
+1
*
Only use function 1 not 0 on cypress chips.
sos
2003-02-27
1
-1
/
+3
*
Fix UDMA modes setup on CMD chips.
sos
2003-02-27
1
-1
/
+1
*
Fix a reversed test for ATAPI_DEVICE in the Promise setup code.
sos
2003-02-26
1
-4
/
+3
*
Fix support for Acer chips. The UDMA enable regs wasn't set properly.
sos
2003-02-25
1
-26
/
+12
*
Fix support for the old CMD 646 chips, interrupt setup was wrong.
sos
2003-02-25
1
-10
/
+13
*
Fix chipset setup problem on older ALI chips.
sos
2003-02-23
1
-9
/
+14
*
Fix timeout when using UDMA speeds, bad chip setup.
sos
2003-02-23
1
-3
/
+0
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-0
/
+1887