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
*
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
*
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
[next]