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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-8
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-1
/
+0
*
Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn't
peter
2004-05-16
1
-4
/
+0
*
Adjust pathnames for the move from i386/isa to dev/cy.
bde
2004-05-01
1
-6
/
+8
*
Removed bits related to isa configuration. These have been moved to
bde
2004-05-01
1
-108
/
+0
*
Converted the isa probe and attach to new-bus so that this driver works
bde
2004-04-05
1
-45
/
+81
*
Moved initialization of the lock from the (isa) probe function to the
bde
2004-04-05
1
-6
/
+6
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-3
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Fixed breakage of the pci case of the cy driver by the new interrupt
bde
2003-12-02
1
-31
/
+32
*
Restored the call to schedsofttty() (now spelled swi_sched(...)) again.
bde
2003-11-16
1
-14
/
+19
*
Localized the cy driver's locking.
bde
2003-11-16
1
-23
/
+20
*
MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).
bde
2003-09-27
1
-23
/
+12
*
Quick fix for bitrot in locking in the SMP case. cd_getreg() and
bde
2003-09-27
1
-4
/
+24
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
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
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-23
/
+22
*
Remove __P.
alfred
2002-03-20
1
-25
/
+25
*
Initialize a variable bogusly to avoid a gcc bug that causes a spurious
bde
2002-02-26
1
-0
/
+3
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-10
/
+10
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-71
/
+56
*
Call to cdevsw_add() no longer needed.
phk
2001-11-04
1
-1
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+10
*
Fixed minor numbers when there is more than one cy card.
bde
2001-08-13
1
-6
/
+15
*
Use ttymalloc() instead of a static array of `struct tty'. This will
bde
2001-08-13
1
-15
/
+2
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+4
*
Typo fix. s/criticale_t/critical_t/
peter
2001-03-28
1
-1
/
+1
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-99
/
+78
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
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
[next]