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
/
sab
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
2
-2
/
+2
*
Use generic tty code instead of local copies.
phk
2004-10-12
1
-118
/
+48
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-9
/
+12
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-2
/
+2
*
Update for the KDB framework:
marcel
2004-07-10
1
-6
/
+5
*
Fix build: the return type for t_break changed from int to void.
mp
2004-07-01
1
-3
/
+2
*
Use generic modem control and BREAK ioctl handling. This eliminated
phk
2004-06-25
1
-91
/
+34
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Implement the BREAK_TO_DEBUGGER option for sab(4).
joerg
2004-06-08
1
-0
/
+11
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-4
/
+4
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-6
/
+2
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-4
/
+0
*
Fix wrong check.
pjd
2004-02-05
1
-1
/
+1
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
OK, I messed up /dev/console with what I had hoped would be compat
phk
2003-09-26
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
1
-1
/
+1
*
Match "serial" as well as "se".
jake
2003-03-31
1
-1
/
+2
*
Note that MAJOR_AUTO is now the default if d_maj is not initialized. This
phk
2003-03-09
1
-1
/
+0
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
Use MAJOR_AUTO. GC statically assigned majors.
jake
2003-02-28
1
-3
/
+1
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-4
/
+4
*
Add the sabtty children devices as unordered. Use the unit numbr of
jake
2003-01-27
1
-5
/
+4
*
Allow defaulting the console to ttya when it sets to screen and keyboard
jake
2003-01-26
1
-5
/
+8
*
Use bus_space_subregion to add offsets to bus handles instead of doing
jake
2003-01-08
1
-2
/
+4
*
Sync with zs.
jake
2003-01-05
1
-239
/
+179
*
Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.
jake
2002-12-30
1
-0
/
+2
*
Setup a default tty mode even if the device is not the console. Don't
jake
2002-11-18
1
-10
/
+4
*
Remove some unnecessary code. Make the device description nicer. Add a
jake
2002-11-18
1
-66
/
+31
*
- Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way to
jake
2002-11-17
1
-21
/
+103
*
Make this driver work a whole lot better.
jake
2002-09-08
1
-141
/
+169
*
Ported to FreeBSD.
jake
2002-08-04
1
-582
/
+487
*
Add Jason L. Wright's driver for the SAB82532 serial chip, found in many
jake
2002-08-04
2
-0
/
+1684