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
/
aic7xxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove redundant yyparse declarations
bapt
2012-12-05
1
-1
/
+0
*
Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it
dim
2012-11-14
1
-1
/
+1
*
In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize the
dim
2012-08-06
1
-0
/
+1
*
Remove variables which are initialized but never used thereafter
eadler
2012-08-05
1
-3
/
+0
*
Fix an issue that caused the kernel to panic inside CTL when trying
ken
2012-06-26
4
-18
/
+16
*
Fix build of aicasm when CC=clang. This was due to a side-effect of the
dim
2012-06-04
1
-2
/
+1
*
Make aicasm compile without warnings if -Wpointer-sign is enabled.
dim
2012-06-04
1
-1
/
+1
*
Follow non-BSD case when GNU/Hurd is detected.
rmh
2012-03-25
1
-1
/
+1
*
Remove comments about creating DMA tags as children of the DMA tags of their
jmallett
2012-03-12
4
-4
/
+0
*
Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no
dim
2011-12-16
2
-0
/
+4
*
Improve portability #defines for compiling aicasm on other systems.
emaste
2011-07-15
8
-31
/
+5
*
Remove support for the Intel C Compiler from the build infrastructure.
dim
2011-04-19
1
-5
/
+0
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Allocate the DMA memory shared between the host and the controller as
marius
2011-03-12
2
-6
/
+11
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
2
-2
/
+2
*
Revert r213765. This is required because our build infrastructure uses
rpaulo
2010-10-14
2
-2
/
+0
*
Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror
rpaulo
2010-10-13
2
-0
/
+2
*
For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
rpaulo
2010-08-17
1
-1
/
+1
*
Correct logic bug in aicasm's undefined register bit access detection code.
gibbs
2010-07-14
3
-5
/
+12
*
Document the usfs driver and the NO_SYSCTL_DESCR option, and update the comme...
brucec
2010-02-08
1
-0
/
+4
*
Spell "Hz" correctly wherever it is user-visible.
gavin
2010-01-12
1
-4
/
+4
*
Disable K&R style function definitions for WARNS=6.
ed
2009-12-31
1
-1
/
+1
*
Add missing `void' keywords.
ed
2009-12-30
4
-10
/
+10
*
Add sysctls in ahd(4) in order to keep track of different classes of
attilio
2009-11-13
5
-2
/
+197
*
Add support for Adaptec 39320LPE adapters.
brueffer
2009-10-30
1
-0
/
+7
*
Add a missing free() call.
brueffer
2009-10-21
1
-0
/
+2
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
2
-5
/
+8
*
Re-enable WARNS=6 after my universe test.
delphij
2009-06-02
1
-0
/
+1
*
Initialize the match structure. This is unnecessary but gcc insists to
delphij
2009-06-01
1
-2
/
+1
*
Revert the WARNS change for now, need some time to fix the real problem.
delphij
2009-06-01
1
-1
/
+0
*
Mark as WARNS=6.
delphij
2009-06-01
1
-0
/
+1
*
Code cleanups to make this WARNS=6 clean.
delphij
2009-06-01
7
-45
/
+56
*
remove now-redunant cardbus attachment.
imp
2009-03-09
2
-2
/
+0
*
Make ddb command registration dynamic so modules can extend
sam
2008-09-15
1
-1
/
+1
*
Only print sense data diagnostics if debugging is enabled with the
gibbs
2008-02-17
1
-6
/
+12
*
Remove superfluous setting of the transport_version field of our
gibbs
2008-02-17
1
-1
/
+0
*
Advertise to CAM the ability of 790X controllers to negotiate information
gibbs
2008-02-17
1
-2
/
+3
*
fix up some code for older systems changed by accident in the last commit
julian
2007-10-21
1
-1
/
+6
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
2
-3
/
+3
*
Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.
scottl
2007-07-31
2
-4
/
+0
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
2
-3
/
+4
*
Up until now, the free SCB pool received only a small initial allocation,
scottl
2007-04-19
5
-18
/
+24
*
Basic MPSAFE locking for the AHC and AHD drivers.
scottl
2007-04-17
13
-336
/
+72
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
2
-3
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
2
-2
/
+2
*
Correct typos containing my login name (plus one more in expr.y).
ceri
2007-02-18
1
-1
/
+1
*
- Change the PCI-X registers constants to be relative to the PCI-X PCI
jhb
2007-01-19
2
-7
/
+17
*
Fix a group of typos:
yar
2006-12-29
3
-3
/
+3
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
4
-367
/
+0
*
Coverity: initialize some variables before potential use.
mjacob
2006-09-05
1
-0
/
+2
[next]