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
Commit message (
Expand
)
Author
Age
Files
Lines
*
YAMFsio.c (1.227-1.228: set up input buffering dynamically).
bde
1999-02-04
2
-232
/
+378
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
2
-4
/
+6
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-54
/
+54
*
Use a fast interrupt handler for the PCI version of the cy driver
bde
1999-01-15
1
-2
/
+13
*
Fixed minor style bugs in previous commit.
bde
1999-01-11
1
-12
/
+10
*
Updated for not-so-new version of Cyclom-Y PCI boards (with a custom
bde
1999-01-11
1
-3
/
+19
*
Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially
bde
1999-01-08
2
-2
/
+8
*
Flush the fifos at the correct place in cyopen(). Various things
bde
1998-12-24
2
-62
/
+34
*
Wait for channel commands to complete after issuing the commands.
bde
1998-12-19
2
-30
/
+58
*
Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))
bde
1998-12-17
2
-6
/
+8
*
Fixed handling of BREAK in input. BREAK was not being converted into an
bde
1998-12-17
2
-6
/
+14
*
Oops, this should have been in the previous commit (ensure atomic update
bde
1998-12-17
2
-2
/
+6
*
Implemented sending of BREAKs. This is quite complicated because the
bde
1998-12-17
2
-28
/
+330
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitter
bde
1998-11-28
2
-24
/
+142
*
Merge from sio.c rev.1.163:
bde
1998-11-28
2
-4
/
+4
*
Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTR
bde
1998-11-23
3
-30
/
+48
*
Reduce i/o overheads by not preserving the channel access register in
bde
1998-11-22
2
-226
/
+260
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
2
-2
/
+6
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
2
-8
/
+10
*
Fixed devfs initialization which I broke in the previous commit.
bde
1998-08-20
2
-20
/
+20
*
Enabled dynamically sized tty input buffers (with enough buffering
bde
1998-08-19
2
-18
/
+20
*
Cleaned up previous commit, mainly by moving repetitive calculations
bde
1998-08-13
3
-234
/
+127
*
Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock and
bde
1998-08-13
3
-80
/
+246
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
2
-30
/
+22
*
Fixed sign extension bugs awoken by changing speed_t to an unsigned
bde
1998-07-29
2
-4
/
+8
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
2
-14
/
+14
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
2
-4
/
+4
*
Protect against count of chars received being 0, which causes a panic
dg
1998-03-18
2
-2
/
+6
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
2
-22
/
+4
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
2
-2
/
+4
*
YAMFsio.c (always call ttwwakeup() before returning from comstart()).
bde
1997-12-28
2
-2
/
+4
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
2
-2
/
+6
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
2
-6
/
+6
*
Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't
bde
1997-11-10
2
-4
/
+4
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
2
-10
/
+18
*
Update select -> poll in drivers.
peter
1997-09-14
2
-4
/
+4
*
Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogus
bde
1997-09-03
2
-242
/
+294
*
Removed unused #includes.
bde
1997-09-02
1
-2
/
+1
*
General cleanup of the sub-system locking macros.
fsmp
1997-09-01
2
-6
/
+16
*
Another round of lock pushdown.
fsmp
1997-08-30
2
-66
/
+10
*
Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.
fsmp
1997-08-21
2
-20
/
+2
*
Attempt to make cy.c MP-safe.
fsmp
1997-08-20
2
-2
/
+84
*
Removed unused #includes.
bde
1997-07-20
2
-6
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
2
-4
/
+2
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
2
-4
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
4
-4
/
+4
*
Fixed missing ioport offset from the reading/updating of the PLX
dg
1997-02-05
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
4
-4
/
+4
*
Fixed handling of modem status changes. Only the most common case of
bde
1996-12-05
2
-16
/
+46
[next]