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
/
wt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-7
/
+7
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Move a few ancient minor-number definitions for tapedrives to the
phk
2002-05-14
1
-6
/
+6
*
Don't call cdevsw_add().
phk
2001-11-04
1
-4
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+11
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-14
/
+14
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-3
/
+4
*
Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.
phk
2000-03-13
1
-5
/
+5
*
Remove #if NFOO > 0 (it's not required in most cases) and also where it
peter
2000-01-29
1
-4
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Don't register a bmajor.
phk
1999-09-08
1
-3
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-13
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-20
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+21
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-16
/
+2
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-11
/
+21
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Removed unused (slightly wrong) stub functions.
bde
1998-12-18
1
-21
/
+5
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-10
/
+25
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+3
*
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
phk
1997-12-02
1
-2
/
+2
*
Fixed pedantic syntax error (trailing comma in enum).
bde
1997-08-25
1
-2
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-4
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix a bug in the wt driver that could cause memory corruption.
joerg
1996-12-23
1
-8
/
+16
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-28
/
+1
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
1
-2
/
+2
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-14
/
+3
*
Update drivers to use isa_dma_acquire() and isa_dma_release()
smpatel
1996-04-08
1
-1
/
+5
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-10
/
+7
*
. move out the error and status register def's for wt into
joerg
1996-02-22
1
-22
/
+45
*
Allocate DMA bounce buffers only when requested by drivers. Only the
bde
1996-01-27
1
-1
/
+2
*
MTRETENS for the wt driver. This patch got lost with
joerg
1996-01-08
1
-32
/
+12
*
Renamed private DEBUG macro to avoid warnings when DEBUG is an option.
bde
1995-12-22
1
-16
/
+16
*
Staticize and cleanup.
phk
1995-12-10
1
-2
/
+2
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-3
/
+3
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-37
/
+46
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
[next]