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
/
asc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
In ascpoll, return revents, not 0.
jlemon
2001-03-01
1
-1
/
+1
*
Use selrecord() instead of doing the work ourselves.
jhb
2001-01-24
1
-6
/
+1
*
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
-1
/
+13
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.
phk
2000-03-13
1
-3
/
+3
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-3
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-28
/
+8
*
Simplify cdevsw registration.
phk
1999-05-31
1
-19
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-3
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.
bde
1999-01-27
1
-1
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
*
Fixed printf format errors.
bde
1998-08-12
1
-50
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+4
*
Update select -> poll in drivers.
peter
1997-09-14
1
-24
/
+23
*
YAMF22
jkh
1997-04-14
1
-15
/
+72
*
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
*
Apply a similar fix as in gsc.c rev 1.23.
joerg
1996-12-30
1
-2
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-24
/
+1
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-2
/
+1
*
Declared `unittab' as static. It was bogusly shared between the asc and
bde
1996-04-13
1
-2
/
+4
*
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
-20
/
+14
*
Fixed allocation of DMA buffers. The DMA bounce buffers were sometimes
bde
1996-01-27
1
-45
/
+54
*
Fixed renaming of private DEBUG macro. The previous revision missed
bde
1996-01-13
1
-2
/
+2
*
Renamed private DEBUG macro to avoid warnings when DEBUG is an option.
bde
1995-12-22
1
-9
/
+9
*
One less magic number.
bde
1995-12-16
1
-2
/
+2
*
Removed duplicated #includes of <sys/conf.h>
bde
1995-12-15
1
-2
/
+1
*
Staticize and cleanup.
phk
1995-12-10
1
-15
/
+11
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-51
/
+54
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
1
-3
/
+2
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-18
/
+29
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-1
/
+33
*
Added devfs nodes for other devices.. (didn't read the docs correctly)
julian
1995-09-08
1
-1
/
+10
*
added ID strings so we know what version we have...
julian
1995-09-08
1
-0
/
+3
*
Declare `geomtab' as static. It was bogusly shared between the asc and
bde
1995-09-08
1
-1
/
+1
*
3 out of 5 new devsw functions had benign type mismatches.
bde
1995-09-08
1
-5
/
+5
*
Submitted by: Luigi Rizzo (luigi@iet.unipi.it)
julian
1995-09-08
1
-0
/
+850