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
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-8
/
+8
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
1
-2
/
+2
*
- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related
marius
2013-04-06
1
-3
/
+2
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Some dmesg cosmetics:
mav
2011-10-24
1
-0
/
+1
*
Add type specific suspend/resume ata channel functions. Add checks to avoid
mav
2009-03-09
1
-2
/
+25
*
Use channel driver's attach/detach routines instead of ata_attach()/
mav
2009-02-19
1
-0
/
+8
*
Implement proper attach/detach routines for ISA driver.
mav
2009-02-18
1
-5
/
+55
*
Add experimental support for SATA Port Multipliers
sos
2008-04-10
1
-1
/
+1
*
Update copyright headers.
sos
2007-02-21
1
-1
/
+1
*
Get rid of the advertising clause in the copyright.
sos
2006-01-05
1
-3
/
+1
*
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