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
/
rp
Commit message (
Expand
)
Author
Age
Files
Lines
*
These checks against BUSY aren't needed: the newbus layer does this
imp
2009-09-05
1
-8
/
+0
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-4
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+4
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Start to convert this over to the new tty layer. These changes allow
ambrisko
2009-04-27
3
-188
/
+125
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-1
/
+1
*
Initialize DWBuf[3].
peter
2007-07-05
1
-0
/
+1
*
Fix Rocketport so that it does not crash the system when a device pointer
remko
2007-06-26
1
-2
/
+12
*
- Make rp(4) 64-bit- and endian-clean as well as work on strict alignment
marius
2006-11-20
3
-74
/
+70
*
The UPCI 32 rp(4) card uses BAR 2 like the UPCI 80 card.
jhb
2006-01-25
1
-0
/
+2
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
4
-5
/
+5
*
Fix support for multiple RocketPort cards in the same machine by including
jhb
2005-11-08
1
-1
/
+1
*
we know it is called rpclose() so call it directly.
phk
2005-10-16
1
-1
/
+1
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
- Use pci_get_device() and pci_get_vendor() when we only want one part
jhb
2005-03-25
1
-3
/
+11
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
4
-4
/
+4
*
Use tty layer generic code instead of local copy.
phk
2004-10-04
2
-538
/
+110
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
2
-17
/
+4
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
1
-0
/
+4
*
Prevent the rp driver from panic'ing on first access and make at
gallatin
2004-06-21
3
-29
/
+33
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-6
/
+6
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-2
/
+2
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-21
/
+4
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-10
/
+10
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-10
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-1
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
2
-0
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-2
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
3
-5
/
+10
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Undo single-intance inlining which is way above the comfort limit for GCC.
phk
2003-07-23
1
-3
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+9
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Fix data corruption caused by last byte in oddly sized transfers being read
tegge
2002-10-20
1
-2
/
+3
*
Be consistent about functions being static.
phk
2002-10-16
3
-5
/
+5
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Remove __P.
alfred
2002-03-20
1
-5
/
+5
*
#include "opt_compat.h" so that the support for old ioctls can actually
bde
2002-02-15
1
-0
/
+6
*
Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries to
gallatin
2001-11-05
2
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+10
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
3
-14
/
+8
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
2
-2
/
+0
[next]