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
/
amr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Chain the bus_dmamap_load() calls when mapping a command with a data CCB
jhb
2006-07-17
1
-24
/
+42
*
Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int
ambrisko
2006-05-03
3
-127
/
+41
*
Reduce the Linux ioctl range to what is needed. I didn't know what
ambrisko
2006-04-14
1
-2
/
+2
*
After further review and discussion, partially revert the previous commit.
scottl
2006-04-08
3
-20
/
+13
*
Close a pesky race where after checking the BUSY flag in amr_wait_command,
ps
2006-04-08
3
-6
/
+21
*
Check the return value of copyin() and return an error if it fails.
jhb
2006-02-23
1
-2
/
+4
*
Use void * for pointer rather than u_int8_t *, since it doesn't
imp
2006-02-04
1
-5
/
+4
*
Enable 64bit SGL's on PERC 4/DC
ps
2006-02-02
1
-1
/
+1
*
- Move the command setup from amr_start1 into the card specific submit
ps
2006-02-02
2
-61
/
+60
*
When the RAID firmware returns a failure, don't hard error the result.
ambrisko
2006-01-26
1
-9
/
+4
*
Add in the Linux IOCTL shim and create the megadev0 device so
ambrisko
2006-01-24
1
-0
/
+191
*
Check the return value of copyin.
scottl
2006-01-14
1
-1
/
+2
*
- Correct amr_enquiry3 structure[1].
jkim
2006-01-13
1
-5
/
+5
*
Don't free the ap object if it was never created.
scottl
2006-01-10
1
-1
/
+2
*
Mega update to the LSI MegaRAID driver:
scottl
2005-12-14
7
-286
/
+950
*
The CAM interface is broken and seems to be causing lockups on boot. It
scottl
2005-11-26
1
-0
/
+13
*
Remove spl markers from AMR.
scottl
2005-11-06
4
-54
/
+6
*
Complete the removal of __FreeBSD_version checks from the amr driver. The
scottl
2005-08-08
5
-114
/
+6
*
Remove a stale __FreeBSD_version check.
scottl
2005-08-07
1
-5
/
+3
*
The presence of a on __FreeBSD_version flagged some code that hasn't been in
scottl
2005-08-07
1
-23
/
+4
*
Print the actual disk device we failed to complete i/o on.
ps
2005-07-29
1
-2
/
+2
*
Don't allow ioctl commands to be interrupted by the user.
ps
2005-07-29
1
-6
/
+4
*
polled commands can read or write, so bus_dmamap_sync properly
ps
2005-06-23
1
-2
/
+16
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-4
/
+0
*
handle potential null ptr
sam
2005-03-31
1
-1
/
+3
*
Fix a null pointer de-ref when passthrough ioctls are issued. This
scottl
2005-03-13
1
-8
/
+11
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Fix the ioctl path by ensuring that amr_start1() gets called for commands
scottl
2005-03-04
1
-18
/
+22
*
Remove some unused variables.
scottl
2005-02-09
1
-2
/
+0
*
Remove the messy locking dance around xpt_done()
scottl
2005-02-09
1
-8
/
+0
*
Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugs
scottl
2005-01-23
4
-8
/
+17
*
Add my copyright for the locking and busdma work.
scottl
2005-01-23
1
-0
/
+1
*
Lock the AMR driver:
scottl
2005-01-16
5
-106
/
+120
*
Free the shared devq last since CAM expects it to be there if
dwhite
2005-01-10
2
-5
/
+11
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
4
-4
/
+4
*
Fix a number of bugs and significantly alter the command execution path to
scottl
2004-12-05
4
-59
/
+168
*
Set up the data flow flag correctly so that bounced buffers have a chance of
scottl
2004-09-14
1
-1
/
+1
*
Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 and
ambrisko
2004-08-16
2
-88
/
+134
*
Add new PCI device ID for PERC4/DI.
ambrisko
2004-08-14
1
-1
/
+3
*
Use a separate flag when doing a kernel coredump when polling for
ps
2004-07-01
2
-3
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-5
/
+5
*
Add missing <sys/module.h> includes
phk
2004-05-30
2
-0
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+3
*
Check that amrd_sc is non-NULL before dereferencing it, not after.
cperciva
2004-02-22
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
2
-14
/
+17
*
Allow amr(4) to get a dynamic major number instead of a static one.
scottl
2004-02-08
1
-3
/
+0
*
crashdump support.
ps
2003-10-10
3
-12
/
+84
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
4
-16
/
+20
[next]