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
...
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
2
-20
/
+20
*
Modify the critical section API as follows:
jhb
2001-12-18
2
-142
/
+112
*
Call to cdevsw_add() no longer needed.
phk
2001-11-04
2
-2
/
+0
*
KSE Milestone 2
julian
2001-09-12
2
-20
/
+20
*
Fixed minor numbers when there is more than one cy card.
bde
2001-08-13
2
-12
/
+30
*
Use ttymalloc() instead of a static array of `struct tty'. This will
bde
2001-08-13
2
-30
/
+4
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
2
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-4
/
+8
*
Typo fix. s/criticale_t/critical_t/
peter
2001-03-28
2
-2
/
+2
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
2
-198
/
+156
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
2
-2
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
2
-4
/
+6
*
RIP <machine/lock.h>.
markm
2001-02-11
2
-2
/
+42
*
Revert the spin mutex for the cy(4) driver.
jhb
2001-02-09
2
-138
/
+304
*
- Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.
jhb
2001-02-09
2
-330
/
+166
*
Converted to new-bus.
bde
2001-02-01
1
-57
/
+85
*
Added used include of <sys/mutex.h>. The SMP case was broken by
bde
2001-01-30
2
-0
/
+2
*
Disable cy - it is now completely broken and needs non-trivial work.
peter
2001-01-25
1
-5
/
+0
*
Special case for compiling LINT - just give a warning and continue on.
peter
2001-01-17
1
-0
/
+5
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-4
/
+2
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
- Catch up to new software interrupt code.
jhb
2000-10-25
2
-6
/
+6
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
2
-30
/
+32
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.
bde
2000-10-12
2
-4
/
+0
*
Use schedsofttty() again (SMPng casualty with intentionally wrong fix
bde
2000-10-08
2
-10
/
+2
*
Make LINT link.
phk
2000-09-16
2
-0
/
+8
*
Make LINT compile.
phk
2000-09-16
2
-2
/
+2
*
Make LINT compile again.
phk
2000-09-16
1
-0
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
2
-106
/
+288
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
2
-2
/
+20
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+4
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
Clean up some more loose ends..
peter
2000-01-23
2
-2
/
+2
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
2
-38
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
2
-10
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
2
-52
/
+20
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
2
-58
/
+14
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-6
/
+1
*
Really fix cy-driver-related panics when SMP is configured. Rev.1.88 only
bde
1999-06-04
2
-6
/
+10
*
Simplify cdevsw registration.
phk
1999-05-31
2
-8
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
2
-14
/
+42
*
Don't call disable_intr() when interrupts are already disabled, since
bde
1999-05-28
2
-6
/
+12
*
Detect PCI device IDs for latest boards. Simplified the ID comparisons.
bde
1999-05-10
1
-5
/
+4
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Make this compile with CY_PCI_FASTINTR again.
peter
1999-05-02
1
-2
/
+5
*
Suser() simplification:
phk
1999-04-27
2
-8
/
+8
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Added missing newline to "no ports found!" message.
alex
1999-04-15
1
-2
/
+2
[prev]
[next]