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
/
cy
/
cy_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-1
/
+21
*
Revert the spin mutex for the cy(4) driver.
jhb
2001-02-09
1
-69
/
+152
*
- Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.
jhb
2001-02-09
1
-165
/
+83
*
Added used include of <sys/mutex.h>. The SMP case was broken by
bde
2001-01-30
1
-0
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
- Catch up to new software interrupt code.
jhb
2000-10-25
1
-3
/
+3
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-15
/
+16
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.
bde
2000-10-12
1
-2
/
+0
*
Use schedsofttty() again (SMPng casualty with intentionally wrong fix
bde
2000-10-08
1
-5
/
+1
*
Make LINT link.
phk
2000-09-16
1
-0
/
+4
*
Make LINT compile.
phk
2000-09-16
1
-1
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-53
/
+144
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+10
*
Clean up some more loose ends..
peter
2000-01-23
1
-1
/
+1
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-19
/
+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
-26
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-29
/
+7
*
Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only
bde
1999-06-04
1
-3
/
+5
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Don't call disable_intr() when interrupts are already disabled, since
bde
1999-05-28
1
-3
/
+6
*
Suser() simplification:
phk
1999-04-27
1
-4
/
+4
*
YAMFsio.c (1.227-1.228: set up input buffering dynamically).
bde
1999-02-04
1
-116
/
+189
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-2
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-27
/
+27
*
Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially
bde
1999-01-08
1
-1
/
+4
*
Flush the fifos at the correct place in cyopen(). Various things
bde
1998-12-24
1
-31
/
+17
*
Wait for channel commands to complete after issuing the commands.
bde
1998-12-19
1
-15
/
+29
*
Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))
bde
1998-12-17
1
-3
/
+4
*
Fixed handling of BREAK in input. BREAK was not being converted into an
bde
1998-12-17
1
-3
/
+7
*
Oops, this should have been in the previous commit (ensure atomic update
bde
1998-12-17
1
-1
/
+3
*
Implemented sending of BREAKs. This is quite complicated because the
bde
1998-12-17
1
-14
/
+165
*
Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitter
bde
1998-11-28
1
-12
/
+71
*
Merge from sio.c rev.1.163:
bde
1998-11-28
1
-2
/
+2
*
Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTR
bde
1998-11-23
1
-8
/
+8
*
Reduce i/o overheads by not preserving the channel access register in
bde
1998-11-22
1
-113
/
+130
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-1
/
+3
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-4
/
+5
*
Fixed devfs initialization which I broke in the previous commit.
bde
1998-08-20
1
-10
/
+10
*
Enabled dynamically sized tty input buffers (with enough buffering
bde
1998-08-19
1
-9
/
+10
*
Cleaned up previous commit, mainly by moving repetitive calculations
bde
1998-08-13
1
-113
/
+62
*
Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock and
bde
1998-08-13
1
-39
/
+119
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
1
-15
/
+11
*
Fixed sign extension bugs awoken by changing speed_t to an unsigned
bde
1998-07-29
1
-2
/
+4
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
1
-7
/
+7
[next]