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
/
amrvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Essentially revert r239912. The amr_periodic function hadn't been armed in
scottl
2012-08-31
1
-1
/
+0
*
Use callout(9) rather than timeout(9). Note that the periodic timer in
jhb
2012-08-30
1
-1
/
+1
*
Fix clang warning on empty statement.
mdf
2010-07-28
1
-2
/
+2
*
Move the CAM passthrough code into a true module so that it doesn't have to be
scottl
2008-11-03
1
-7
/
+2
*
Many improvements that have been collected over time:
scottl
2008-01-24
1
-16
/
+26
*
Rewrite the DMA code paths from being an impenitrable maze of special cases
scottl
2007-12-12
1
-6
/
+18
*
Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int
ambrisko
2006-05-03
1
-2
/
+0
*
After further review and discussion, partially revert the previous commit.
scottl
2006-04-08
1
-1
/
+0
*
Close a pesky race where after checking the BUSY flag in amr_wait_command,
ps
2006-04-08
1
-0
/
+1
*
- Move the command setup from amr_start1 into the card specific submit
ps
2006-02-02
1
-1
/
+1
*
Mega update to the LSI MegaRAID driver:
scottl
2005-12-14
1
-7
/
+28
*
Remove spl markers from AMR.
scottl
2005-11-06
1
-27
/
+0
*
Remove a stale __FreeBSD_version check.
scottl
2005-08-07
1
-5
/
+3
*
Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugs
scottl
2005-01-23
1
-0
/
+2
*
Lock the AMR driver:
scottl
2005-01-16
1
-4
/
+4
*
Free the shared devq last since CAM expects it to be there if
dwhite
2005-01-10
1
-0
/
+1
*
Fix a number of bugs and significantly alter the command execution path to
scottl
2004-12-05
1
-0
/
+2
*
Use a separate flag when doing a kernel coredump when polling for
ps
2004-07-01
1
-0
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-1
/
+1
*
crashdump support.
ps
2003-10-10
1
-0
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-0
/
+1
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
NO_GEOM cleanup:
phk
2003-02-24
1
-1
/
+0
*
Use the standard DISKFLAG_OPEN instead of implementing our own.
phk
2003-02-22
1
-2
/
+0
*
(1) Problem: PANIC when loading/unloading driver
emoore
2002-12-11
1
-1
/
+2
*
amr.c,
emoore
2002-10-30
1
-3
/
+26
*
(1) added LSI Logic copyright, and legal line 3 in license, and string
emoore
2002-10-18
1
-0
/
+8
*
Make FreeBSD "struct disklabel" agnostic, step 311 of 723:
phk
2002-09-20
1
-1
/
+0
*
Staticise the amr devclass.
msmith
2002-01-08
1
-2
/
+0
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-3
/
+3
*
Major update to the AMI MegaRAID driver.
msmith
2000-08-30
1
-98
/
+194
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+3
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-2
/
+2
*
Update to latest working version.
msmith
2000-04-01
1
-0
/
+31
*
Fix detection of the card-ready-for-command state. Use an ultimate
msmith
2000-03-23
1
-2
/
+2
*
Change the queueing model used by the controller to drastically reduce
msmith
1999-10-26
1
-2
/
+2
*
This is a driver for the AMI MegaRAID family of controllers. It all of
msmith
1999-10-07
1
-0
/
+216