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
/
aic7xxx_osm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r303891, r303892:
pfg
2016-09-08
1
-1
/
+1
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-58
/
+16
*
Fix an issue that caused the kernel to panic inside CTL when trying
ken
2012-06-26
1
-4
/
+4
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-2
/
+3
*
Basic MPSAFE locking for the AHC and AHD drivers.
scottl
2007-04-17
1
-51
/
+12
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-2
/
+3
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-184
/
+0
*
Coverity: initialize some variables before potential use.
mjacob
2006-09-05
1
-0
/
+2
*
Fix -Wundef.
ru
2005-12-04
1
-2
/
+2
*
Correct bug that caused the completed "recovery" scb to have its
gibbs
2005-09-22
1
-1
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add an ISA attachement to the aic7xxx driver to handle 284X controllers.
gibbs
2004-08-17
1
-25
/
+58
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
ahc_eisa.c:
gibbs
2003-12-17
1
-330
/
+49
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-17
/
+1
*
Sync perforce IDs.
gibbs
2003-06-10
1
-1
/
+1
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-2
/
+2
*
aic7xxx.c:
gibbs
2003-05-03
1
-2
/
+2
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-2
/
+2
*
- Temporary fix so this compiles with 64 bit bus_addr_t.
jake
2003-03-30
1
-1
/
+2
*
Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGS
scottl
2002-11-30
1
-5
/
+6
*
Sync perforce IDs for changes first committed to FreeBSD and then
gibbs
2002-09-26
1
-1
/
+1
*
The ahc driver should only have one devclass, not one for each bus
scottl
2002-09-22
1
-0
/
+2
*
Enable card interrupts from the OSM.
gibbs
2002-08-31
1
-9
/
+22
*
Major update to the aic7xxx driver:
gibbs
2002-04-24
1
-33
/
+36
*
ahc_pci.c:
gibbs
2001-07-18
1
-7
/
+12
*
ahc_eisa.c:
gibbs
2001-05-15
1
-7
/
+47
*
aic7770.c:
gibbs
2001-03-29
1
-36
/
+45
*
This is an MFC candidate.
gibbs
2001-03-11
1
-14
/
+11
*
aic7xxx.c:
gibbs
2001-02-21
1
-2
/
+6
*
Set the interrupt-harvesting bit for those hardware items that I
markm
2001-02-18
1
-1
/
+1
*
Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easily
gibbs
2001-02-17
1
-2
/
+4
*
Update Copyright notices for new year. (should have been in last commit).
gibbs
2001-01-27
1
-1
/
+1
*
ahc_eisa.c:
gibbs
2001-01-22
1
-12
/
+24
*
Index our "DMA safe" sense buffers by SCB rather than hscb.
gibbs
2001-01-09
1
-1
/
+1
*
ahc_eisa.c:
gibbs
2000-12-20
1
-32
/
+52
*
Sync Perforce IDs, add tranceiver state change support, and correct
gibbs
2000-11-10
1
-1
/
+2
*
aic7xxx.c:
gibbs
2000-11-06
1
-9
/
+1
*
aic7xxx.c:
gibbs
2000-10-31
1
-33
/
+47
*
Add the use of M_ZERO to some malloc calls.
dwmalone
2000-10-29
1
-3
/
+2
*
Store a pointer to our softc in the kernel's SCB structure. In the
gibbs
2000-10-11
1
-11
/
+7
*
Close a race condition that doesn't really exist in -current. When
gibbs
2000-10-09
1
-1
/
+1
*
Clean up error recovery code:
gibbs
2000-10-09
1
-9
/
+30
*
Correct corruption of the qinfifo in ahc_search_qinififo() for all
gibbs
2000-10-08
1
-30
/
+31
*
Fix single character typo in legacy transfer settings function
gibbs
2000-10-06
1
-1
/
+1
*
Bring in a slew of fixes that were supposed to be in the last commit.
gibbs
2000-10-06
1
-34
/
+44
*
Convert the driver to use a single DMA for fetching new commands instead
gibbs
2000-10-05
1
-5
/
+13
*
ahc_set_transaction_status() takes an SCB. This makes it difficult to
gibbs
2000-10-01
1
-1
/
+1
[next]