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
*
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
*
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
2
-26
/
+7
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
5
-794
/
+1349
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-3
/
+8
*
Add $FreeBSD$
peter
2000-05-01
2
-0
/
+4
*
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]