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
...
*
Add PCI ID for the ICH4 ATA100 controller.
jhb
2002-07-19
2
-0
/
+4
*
Use si_iosize_max to tell the upper layers not to use more
sos
2002-06-19
2
-44
/
+18
*
Add yet another (older) Promise chip
sos
2002-06-19
2
-5
/
+10
*
Fix a '<<' that should have been a '>>' in the 48bit case.
sos
2002-06-08
1
-1
/
+1
*
Use %02d in track numbers, so that 1 is 01, much easier for scripts
sos
2002-05-28
1
-1
/
+1
*
Fixed printf format errors which apparently crept in while -Wformat was
bde
2002-05-25
1
-1
/
+1
*
Dont panic if only one disk on a channel can do tagged queueing.
sos
2002-05-23
1
-8
/
+8
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Fix the breakage of tagged queueing that the busdma integration
sos
2002-04-18
5
-27
/
+32
*
Add support for the nVIDIA nForce ATA controller.
sos
2002-04-16
2
-58
/
+50
*
Add a couble more Promise chip ID's.
sos
2002-04-12
1
-1
/
+2
*
Add yet another chip ID for a Promise TX2 chip.
sos
2002-04-11
3
-0
/
+4
*
Only calculate Promise magic if a device is there for info.
sos
2002-04-11
1
-2
/
+2
*
Fix the FreeBSD native ATA RAID code a bit.
sos
2002-04-10
2
-31
/
+34
*
Add yet another ATA133 Promise chip.
sos
2002-04-07
2
-0
/
+3
*
Unlock the channel again if an ata_reinit() fails.
sos
2002-04-05
1
-1
/
+3
*
Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__
sos
2002-04-05
1
-1
/
+1
*
Cleanups.
sos
2002-04-05
2
-12
/
+7
*
Dont allow to detach twice.
sos
2002-04-05
1
-1
/
+2
*
Add forgotten ATA_UNLOCK_CH when getting status from non-existing
sos
2002-04-05
1
-1
/
+3
*
Make the ATA driver compile & work on the sparc64 platform.
sos
2002-04-05
13
-340
/
+658
*
Correct the Northbridge test on the new ATA133 VIA's
sos
2002-04-02
2
-28
/
+28
*
Add get-status to the ATA RAID subsystem.
sos
2002-04-02
3
-1
/
+48
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
1
-5
/
+0
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-45
/
+17
*
ATA100 is allowed on the HPT chips rev >= 3
sos
2002-03-31
1
-1
/
+1
*
Remove debug output in last commit.
sos
2002-03-30
1
-10
/
+0
*
Add support for getting status (fan, temp, 5V and 12V levels) from
sos
2002-03-30
1
-9
/
+152
*
Use the raid lun not the magic when writing Promise config.
sos
2002-03-30
1
-2
/
+1
*
Fix a braino, only update LED's when a device is present.
sos
2002-03-28
1
-2
/
+2
*
OK, the old HighPoint BIOS's are braindead, they have
sos
2002-03-27
1
-2
/
+5
*
Fix support for multi CD changers, it was as broken as my old NEC :)
sos
2002-03-27
1
-16
/
+13
*
Add support for creating/deleting ATA RAID's.
sos
2002-03-27
3
-106
/
+332
*
Misc little cleanups.
sos
2002-03-26
5
-33
/
+27
*
Add AMD 768 support.
sos
2002-03-24
2
-0
/
+5
*
Add some break's after default: in the end of switch statements to
peter
2002-03-19
2
-0
/
+4
*
Cleanup the chipset setup a bit.
sos
2002-03-18
1
-6
/
+12
*
Add support for the ServerWorks CSB5 chips
sos
2002-03-18
2
-5
/
+60
*
Add more functionality to the CDIOCREADSUBCHANNEL ioctl.
sos
2002-03-16
2
-36
/
+30
*
Fix 64bit arch problems.
sos
2002-03-16
2
-5
/
+6
*
Remove useless splXXX set.
sos
2002-03-16
1
-3
/
+0
*
Update to the RAID1 rebuild code.
sos
2002-03-15
2
-21
/
+37
*
Unbreak the probing of some CDROM drives.
sos
2002-03-14
1
-3
/
+3
*
Add new support for locking an ATA channel and use that throughout
sos
2002-03-11
8
-49
/
+70
*
Silence a warning when compile without atapi devices.
sos
2002-03-10
1
-3
/
+4
*
Even more Highpoint RAID support.
sos
2002-03-08
5
-111
/
+117
*
Support newer Highpoint BIOS's extended config.
sos
2002-03-08
2
-23
/
+25
*
cosmetics
sos
2002-03-08
1
-1
/
+1
*
Oops I mixed up the patch for -current & -stable, sorry ....
sos
2002-03-07
1
-4
/
+4
[prev]
[next]