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
/
iir
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
2
-2
/
+0
*
Big update to the iir driver:
scottl
2006-03-01
3
-170
/
+169
*
Convert iir inlines to ANSI C function declarations.
rwatson
2006-01-21
1
-10
/
+4
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-4
/
+0
*
Correct improper permissions on /dev/iir. The earlier permissions
cperciva
2005-05-06
1
-2
/
+2
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-2
/
+2
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-1
/
+5
*
Remove a dead vtophys() reference.
scottl
2005-01-31
1
-6
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
3
-3
/
+3
*
Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.
scottl
2004-09-03
1
-14
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-11
/
+11
*
Update from vendor. This also adds support for newer management tools.
scottl
2004-05-19
3
-27
/
+16
*
Fix the ioctl types for two ioctls. I'm not sure if the switch was my
scottl
2004-03-20
1
-2
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Remove the static major assignment for iir(4).
scottl
2004-02-14
2
-6
/
+1
*
Update email addresses, copyrights, and tweak the management interface.
scottl
2003-09-26
4
-22
/
+47
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
3
-7
/
+9
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Mega busdma API commit.
scottl
2003-07-01
2
-2
/
+7
*
Import latest changes from the vendor. This also is reported to fix the
scottl
2003-04-25
4
-38
/
+116
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-2
/
+2
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+7
*
Fix cdevsw initialization commit to follow canonical format.
phk
2003-03-02
1
-1
/
+1
*
msg
phk
2003-02-26
1
-15
/
+0
*
Remove S_IROTH from the make_dev() lines for iir-related devices. This
rwatson
2002-12-27
1
-2
/
+2
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
1
-2
/
+3
*
Use long long to print out a bus_addr_t again.
jhb
2002-11-06
1
-2
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-2
/
+2
*
Include <sys/ioccom.h> directly, rather than indirectly through
phk
2002-09-20
1
-1
/
+1
*
Don't include <stddef.h> "For offsetof". This is not even wrong in
bde
2002-05-13
1
-2
/
+0
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
3
-0
/
+3
*
Remove __P.
alfred
2002-03-20
2
-23
/
+23
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
1
-4
/
+2
*
Add the 'iir' driver, for the Intel Integrated RAID controllers and
msmith
2002-01-20
4
-0
/
+3577