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
/
i386
/
isa
/
tw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.
wollman
2001-01-20
1
-1
/
+1
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-2
/
+11
*
Remove #if NFOO > 0 (it's not required in most cases) and also where it
peter
2000-01-29
1
-3
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+3
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-16
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-17
/
+3
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+21
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-3
/
+6
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+2
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Random text after #endif changed to comment.
eivind
1999-04-11
1
-1
/
+1
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+0
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-1
/
+3
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-1
/
+1
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+2
*
Fixed spot in twintr() where tw_control and TWC_SYNC were used instead
stark
1997-10-06
1
-1
/
+1
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-5
/
+8
*
Update select -> poll in drivers.
peter
1997-09-14
1
-12
/
+15
*
Removed more abuses of timeout_func_t.
bde
1997-08-25
1
-2
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+0
*
Submitted by: Rich Murphey (ages ago) and Gene Stark
stark
1997-05-31
1
-56
/
+182
*
Fixed the type of timeout functions and removed casts that hid the
bde
1997-04-20
1
-6
/
+7
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-11
/
+11
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-5
/
+3
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
1
-4
/
+5
*
Staticize and cleanup.
phk
1995-12-10
1
-21
/
+28
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-1
/
+1
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-27
/
+30
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
1
-1
/
+1
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-1
/
+1
*
OK, that's it..
julian
1995-11-29
1
-13
/
+23
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-0
/
+33
*
Remove unused functions and variables, make things static, and other cleanups.
phk
1995-10-28
1
-4
/
+2
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-2
/
+4
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-1
/
+0
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
I noticed that some new -W options had been turned on the kernel compile since
jkh
1995-04-24
1
-16
/
+22
*
Extensive updates to this package.
jkh
1995-04-18
1
-14
/
+3
*
Add tw.c for the X10 driver.
jkh
1994-10-22
1
-0
/
+990