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
/
rp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-188
/
+107
*
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
1
-34
/
+30
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-1
/
+1
*
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
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Use tty layer generic code instead of local copy.
phk
2004-10-04
1
-525
/
+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
1
-16
/
+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
1
-21
/
+26
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
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
*
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
1
-1
/
+3
*
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
1
-3
/
+3
*
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
1
-1
/
+1
*
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
1
-4
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)
tanimura
2000-08-21
1
-5
/
+6
*
- Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)
tanimura
2000-06-12
1
-26
/
+4
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
1
-582
/
+298
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-3
/
+8
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-29
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-33
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-8
/
+1
[next]