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-cbus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add type specific suspend/resume ata channel functions. Add checks to avoid
mav
2009-03-09
1
-2
/
+24
*
Fix pc98 build error due to missing variable.
mav
2009-02-20
1
-0
/
+1
*
Use channel driver's attach/detach routines instead of ata_attach()/
mav
2009-02-19
1
-1
/
+16
*
DEVICE_PROBE(9) claims that we must not initialize softc on probe stage.
mav
2009-02-14
1
-18
/
+27
*
Add experimental support for SATA Port Multipliers
sos
2008-04-10
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-3
/
+7
*
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
-10
/
+0
*
Cosmetics
sos
2005-04-25
1
-15
/
+11
*
Add a ata_setmode method so we dont panic on setmode.
sos
2005-04-13
1
-1
/
+10
*
Add support for controllers that doesn't have the usual taskfile
sos
2005-04-06
1
-16
/
+18
*
Change the ata_* methods to use a channel device instead of a
sos
2005-03-31
1
-53
/
+54
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-45
/
+43
*
Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.
sos
2004-10-07
1
-1
/
+1
*
Fix the PC98 lockups on boot.
sos
2004-10-06
1
-17
/
+42
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
Add support for the Promise command sequencer present on all modern Promise
sos
2004-04-13
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
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
-2
/
+3
*
Unify prototypes.
sos
2003-08-25
1
-6
/
+5
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-0
/
+1
*
Second round of updates to the ATA driver.
sos
2003-03-29
1
-25
/
+42
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-34
/
+75
*
Dont probe PnP devices.
sos
2003-01-09
1
-0
/
+4
*
This should be the way PC98 ATA disks are seen geometry wise.
sos
2002-12-17
1
-1
/
+1
*
Add support for the PC98 platform to the ATA driver.
sos
2002-12-03
1
-0
/
+263