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
/
zs
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use swi_remove() to teardown swi handlers rather than
jhb
2005-10-26
1
-1
/
+1
*
Catch up with interrupt-thread changes.
grehan
2005-10-25
1
-1
/
+1
*
Make ttyconsolemode() call ttsetwater() so that drivers don't have to.
phk
2005-10-16
1
-1
/
+0
*
The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Remove
marius
2005-02-27
1
-337
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Fix a typo so that this compiles again.
jhb
2004-10-20
1
-1
/
+1
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-15
/
+2
*
Use tty->t_sc to find out softc.
phk
2004-09-18
1
-4
/
+5
*
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
2
-70
/
+17
*
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 routines for BREAK and modem control ioctls.
phk
2004-06-25
1
-54
/
+25
*
Catchup to now-required <sys/module.h> for PowerPC
grehan
2004-06-25
1
-0
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-4
/
+4
*
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
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
2
-8
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-14
/
+14
*
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
3
-5
/
+9
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
2
-2
/
+2
*
Fix a signedness problem in zstty_cncheckc(): when no character is ready,
tmm
2003-07-05
1
-1
/
+1
*
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
*
Munge the zs sbus attachment to work with fhc. This is a bit of a hack,
jake
2003-02-19
1
-13
/
+113
*
MacIO frontend for the zs driver.
benno
2003-02-01
1
-0
/
+296
*
Set the termios speed based on the tty speed. This allows consoles to work at
benno
2003-01-29
1
-1
/
+1
*
Allow defaulting the console to ttya when it sets to screen and keyboard
jake
2003-01-26
1
-5
/
+8
*
Reset the channel in attach if its not the console.
jake
2003-01-11
1
-0
/
+7
*
Split this into bus specific front end(s), so that it can be used by ppc.
jake
2003-01-08
4
-279
/
+398
*
Use bus_space_subregion to add offsets to bus handles instead of doing
jake
2003-01-08
1
-2
/
+4
*
- This damnable chip only has 1 status register for both ports, so the bit
jake
2003-01-02
1
-9
/
+37
*
Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.
jake
2003-01-01
2
-0
/
+1629