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-isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-2
/
+2
*
Provide a default setmode method.
sos
2005-04-28
1
-12
/
+0
*
Cosmetics
sos
2005-04-25
1
-6
/
+4
*
Add a ata_setmode method so we dont panic on setmode.
sos
2005-04-13
1
-0
/
+14
*
Add support for controllers that doesn't have the usual taskfile
sos
2005-04-06
1
-12
/
+14
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-24
/
+11
*
Fix the PC98 lockups on boot.
sos
2004-10-06
1
-1
/
+2
*
Spring cleanup of macros
sos
2004-04-30
1
-2
/
+2
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
1
-0
/
+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
*
Fix modesetting on ISA only systems.
sos
2003-12-03
1
-1
/
+1
*
Unify prototypes.
sos
2003-08-25
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
-4
/
+5
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-4
/
+21
*
Always set the setmode funcptr.
sos
2003-03-03
1
-0
/
+9
*
Removed the ISA only hooks here, no longer needed..
sos
2003-02-25
1
-51
/
+0
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-9
/
+4
*
Add support for the PC98 platform to the ATA driver.
sos
2002-12-03
1
-1
/
+14
*
Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>
phk
2002-09-20
1
-3
/
+0
*
remove #includes of <sys/bio.h> where not needed.
phk
2002-09-14
1
-1
/
+0
*
Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without
peter
2002-07-21
1
-3
/
+5
*
Fix the breakage of tagged queueing that the busdma integration
sos
2002-04-18
1
-1
/
+1
*
Make the ATA driver compile & work on the sparc64 platform.
sos
2002-04-05
1
-10
/
+17
*
Major update of the ATA RAID code, part 1:
sos
2002-02-04
1
-12
/
+12
*
Overhaul to minimize stack usage, in some places >2K was used
sos
2001-09-20
1
-1
/
+1
*
Add bandaid to get ISA only systems to link.
sos
2001-03-24
1
-0
/
+44
*
Split out the ata probes in seperate files for each bus type.
sos
2001-03-06
1
-0
/
+102