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
...
*
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
*
Don't fiddle with RTS if RTS flow control is off. This gives applications
bde
1996-11-13
2
-34
/
+56
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-2
/
+3
*
Fixed a bug that got introduced when I changed the CY16_RESET and
dg
1996-10-14
2
-6
/
+6
*
Make this compile again for the CyDebug case.
dg
1996-10-14
2
-12
/
+14
*
Change DEVFS device naming convention for cuac*, ttyc*.
dg
1996-10-13
2
-14
/
+26
*
Changes to add support for the PCI version of the Cyclades Cyclom-Y
dg
1996-10-13
4
-270
/
+467
*
Oops, missed a chunk in that last commit.
dg
1996-10-04
2
-6
/
+6
*
Implemented a more sophisticated mechanism for finding the chip iobase
dg
1996-10-04
3
-124
/
+144
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
2
-104
/
+2
*
Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified
bde
1996-07-30
2
-80
/
+64
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-2
/
+10
*
KGDB is dead. It may come back one day if somebody does it.
phk
1996-05-02
2
-26
/
+2
*
Fixed ownerships of callout devices.
bde
1996-03-27
2
-28
/
+26
*
Avoid local sprintfs and other printf'isms.
phk
1996-01-25
2
-40
/
+36
*
Synced with sio.c. This fixed the DEVFS initialization. cy.c is
bde
1995-12-22
2
-184
/
+154
*
Replaced nxreset by noreset (if the reset function gets called, then the
bde
1995-12-10
2
-4
/
+4
*
Replaced nxmmap by nommap (if the mmap function gets called, then the
bde
1995-12-10
2
-4
/
+4
*
Removed new alias d_size_t for d_psize_t.
bde
1995-12-10
2
-4
/
+4
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
2
-4
/
+4
*
Pass 3 of the great devsw changes
julian
1995-12-08
2
-60
/
+76
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
2
-4
/
+2
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
2
-4
/
+4
*
OK, that's it..
julian
1995-11-29
2
-28
/
+48
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
2
-2
/
+66
*
Fixed setting of speed B0 - don't output a bogus divisor of 0 and a
bde
1995-11-26
2
-10
/
+18
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
2
-6
/
+4
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
2
-22
/
+2
*
sio.c:
bde
1995-10-22
2
-38
/
+12
*
Fix probe to work properly with the Cyclades cyclom-16Ye.
dg
1995-10-11
2
-18
/
+26
*
Improve input flow control.
bde
1995-07-31
2
-52
/
+12
*
Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFF
bde
1995-07-29
2
-16
/
+12
*
Always wake up writers after clearing TS_BUSY. This will soon be
bde
1995-07-29
2
-48
/
+10
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-22
2
-16
/
+6
*
Move the inline code for waking up writers to a new function
bde
1995-07-22
2
-34
/
+4
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-21
2
-22
/
+2
*
Rewrite:
bde
1995-07-05
3
-2480
/
+4389
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-16
/
+16
*
CVS:
bde
1995-03-28
2
-8
/
+8
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
2
-2
/
+6
[prev]
[next]