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
*
MFC r311305 (by asomers):
mav
2017-03-23
1
-3
/
+3
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-2
/
+2
*
sys/dev: extend use of the howmany() macro when available.
pfg
2016-04-26
1
-1
/
+1
*
Don't assume that bio_cmd is a bitfield.
imp
2016-03-10
1
-1
/
+1
*
Remove MAXBSIZE use from drivers where it has nothing to do.
mav
2015-03-22
1
-5
/
+8
*
Set but not used variables eliminated.
imp
2014-08-08
1
-6
/
+2
*
Remove ia64.
marcel
2014-07-07
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-1
/
+0
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+1
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-1
/
+0
*
Add missing calls to bus_dmamap_unload() when freeing static DMA
jhb
2014-06-13
1
-2
/
+7
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-22
/
+1
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-4
/
+1
*
Further adjust the workaround in r234501. Rounding all small requests up
jhb
2012-10-05
1
-2
/
+8
*
As a followup to r234501, ensure that the native ioctl path always allocates
jhb
2012-09-19
1
-6
/
+2
*
Essentially revert r239912. The amr_periodic function hadn't been armed in
scottl
2012-08-31
3
-40
/
+0
*
Use callout(9) rather than timeout(9). Note that the periodic timer in
jhb
2012-08-30
3
-4
/
+5
*
The amr(4) firmware contains a rather dubious "feature" where it
jhb
2012-04-20
1
-14
/
+31
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Fix checks for error return from amr_sglist_map() and amr_ccb_map()
kevlo
2012-02-28
1
-2
/
+2
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-3
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Fix clang warning on empty statement.
mdf
2010-07-28
1
-2
/
+2
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Remove spurious `)`
brueffer
2009-10-28
1
-1
/
+1
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+1
*
Add necessary include.
phk
2009-09-08
1
-1
/
+1
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-21
/
+2
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-2
/
+21
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
2
-6
/
+6
*
Move the CAM passthrough code into a true module so that it doesn't have to be
scottl
2008-11-03
3
-33
/
+58
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
While spin-waiting for the mailbox semaphore to update, do flushing reads of
scottl
2008-07-20
1
-1
/
+4
*
Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that was
scottl
2008-02-06
1
-1
/
+0
*
Many improvements that have been collected over time:
scottl
2008-01-24
3
-43
/
+146
*
Rewrite the DMA code paths from being an impenitrable maze of special cases
scottl
2007-12-12
4
-436
/
+260
*
Provide unqiue malloc types instead of using M_DEVBUF.
scottl
2007-12-02
2
-26
/
+29
*
Refactor completion handlers so that they can be combined into a single
scottl
2007-12-02
1
-76
/
+29
*
Make a pass at style.9 compliance
scottl
2007-12-02
1
-440
/
+477
*
Fix a typo that was hidden by AMR_DEBUG.
scottl
2007-12-02
1
-1
/
+1
*
Fix printf format bugs that where hidden by AMR_DEBUG.
scottl
2007-12-02
1
-3
/
+3
*
Turn the CAM passthroug interface to AMR back ON. Adjust the
scottl
2007-11-28
2
-80
/
+68
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-0
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
mjacob
2006-12-11
1
-0
/
+2
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-20
/
+0
[next]