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
/
ida
/
ida.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve LINT linking issue by renaming ida_init() to ida_setup(). The
hselasky
2016-05-11
1
-1
/
+1
*
Remove MAXBSIZE use from drivers where it has nothing to do.
mav
2015-03-22
1
-1
/
+1
*
Rework the DMA handling in ida(4) and add locking to make this driver
jhb
2012-08-27
1
-137
/
+251
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Test for NULL before use.
mdodd
2005-04-13
1
-12
/
+11
*
Add KASSERT() to warn against NULL deref.
mdodd
2005-04-13
1
-0
/
+1
*
Whitespace cleanup.
mdodd
2005-04-13
1
-17
/
+17
*
Add a callout to dump card status on command queue timeouts.
mdodd
2004-12-14
1
-1
/
+44
*
Reformat arguments bus_dma_tag_create().
mdodd
2004-12-14
1
-15
/
+30
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Add a per controller IOCTL interface.
mdodd
2004-01-15
1
-1
/
+118
*
Insure values of adapter structure members are in correct byte order.
mdodd
2004-01-15
1
-6
/
+7
*
Handle "Bad Command List" errors.
mdodd
2004-01-12
1
-0
/
+3
*
Remove comments that no longer apply.
mdodd
2004-01-12
1
-4
/
+0
*
- Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.
mdodd
2004-01-12
1
-4
/
+16
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Mega busdma API commit.
scottl
2003-07-01
1
-2
/
+4
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-3
/
+3
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-3
/
+3
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+2
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-1
/
+1
*
NO_GEOM cleanup:
phk
2003-02-23
1
-0
/
+1
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
1
-1
/
+2
*
Cast a bus_addr_t to a long long to make printf happy.
jhb
2002-11-06
1
-1
/
+1
*
No need to conditionalize on pci being in the kernel for this
imp
2002-03-20
1
-4
/
+0
*
Add crashdump support.
jlemon
2001-02-26
1
-19
/
+23
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
The DEC version of the Smart controller has its configuration information
jlemon
2000-07-27
1
-7
/
+14
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
- Fix a problem with the cdevsw struct that prevented the kernel from
mdodd
2000-04-22
1
-2
/
+2
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-12
/
+12
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Add support for older EISA compaq cards and newer Smart 4200 cards.
jlemon
2000-03-08
1
-41
/
+57
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-3
/
+3
*
Compaq Smart RAID driver for -current. Based on the original ida.c
jlemon
1999-06-24
1
-0
/
+512