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
/
asr
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r274819:
smh
2014-12-21
1
-26
/
+23
*
Re-do r255853. Along with adding back the API/ABI changes from the
scottl
2013-09-25
1
-9
/
+24
*
Revert r255853 pending fixes to build errors in usr.bin/kdump
gjb
2013-09-25
1
-24
/
+9
*
Update the CAM API for FreeBSD 10:
scottl
2013-09-24
1
-9
/
+24
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-3
/
+1
*
Replace homegrown list implementation in sys/dev/asr/asr.c with
dim
2012-04-20
1
-11
/
+11
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Merge from r225950:
marius
2011-10-13
1
-0
/
+14
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case.
brian
2010-11-25
1
-2
/
+2
*
MFp4: Large set of CAM inprovements.
mav
2010-01-28
1
-1
/
+0
*
Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@
imp
2009-05-09
1
-2
/
+0
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
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
-1
/
+2
*
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
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-20
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-4
/
+35
*
Remove stale MAINTAINER
markm
2006-07-09
1
-2
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-5
/
+0
*
Give the asr softc list global a proper name.
scottl
2006-02-12
1
-5
/
+5
*
Squash a couple more invalid long casts.
scottl
2006-02-05
1
-2
/
+2
*
Squash another use of vtophys. Instead of creating separate busdma objects
scottl
2006-02-04
1
-39
/
+42
*
Add the start of busdma infrastructure to this driver. Convert the
scottl
2006-02-04
1
-10
/
+111
*
Now that the U32 type is a really 32-bits wide, eliminate a bunch of other
scottl
2006-02-04
1
-7
/
+7
*
Give correct definitions to some basic types.
scottl
2006-02-04
1
-2
/
+2
*
Fix a possible memory leak in asr_attach.
scottl
2006-02-04
1
-5
/
+12
*
Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years.
scottl
2006-01-14
1
-9
/
+1
*
Replace bogus code with real code.
scottl
2006-01-14
1
-10
/
+4
*
Rename driver_t variables. Use device_printf() instead of homerolled printf.
scottl
2006-01-14
1
-39
/
+39
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-2
/
+2
*
Only create the rdpti alias if the asr device creation succeeds.
scottl
2005-04-29
1
-1
/
+2
*
Make life easier on those trying to use the asr utilities by automatically
scottl
2005-04-01
1
-0
/
+1
*
Bring back some of the ioctl junk that was removed in rev 1.59 as a
cognet
2005-03-17
1
-2
/
+121
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
14
-14
/
+22
*
- Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMP
marius
2004-08-02
1
-11
/
+8
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-7
/
+7
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Update the version history in the driver to note everything that has happened
scottl
2004-05-05
1
-5
/
+10
*
Roto-till the ioctl code. Remove all the groping around in the x86 BIOS
scottl
2004-05-05
1
-109
/
+10
*
Convert the asr driver to use the bus_space API. This does not represent
scottl
2004-05-05
1
-89
/
+151
*
Fix a typo from rev 1.56 that somehow escaped my testing.
scottl
2004-05-04
1
-10
/
+10
*
Remove the static reservation of the asr major number
scottl
2004-05-02
1
-2
/
+0
*
Remove the defAlignLong and getAlignLong macros. I guess that the original
scottl
2004-05-02
1
-103
/
+91
*
Remove the bogus printing of the asr control device major number. Also
scottl
2004-05-02
1
-2
/
+1
*
Correctly test *Reply_Ptr in ASR_resetIOP(). Thanks to dhartmei for pointing
scottl
2004-05-01
1
-1
/
+1
*
Re-indent some silly sub-blocks in asr_attach().
scottl
2004-05-01
1
-147
/
+129
[next]