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
/
gsc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+12
*
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
-2
/
+2
*
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
/
+3
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-27
/
+7
*
Simplify cdevsw registration.
phk
1999-05-31
1
-18
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+21
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Fix compiler warnings.
archie
1998-12-04
1
-81
/
+85
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-0
/
+1
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-1
/
+0
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
Apparently, someone changed the gsc driver to allocate one big buffer
joerg
1996-12-30
1
-1
/
+0
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-1
/
+0
*
Declared `unittab' as static. It was bogusly shared between the asc and
bde
1996-04-13
1
-1
/
+3
*
Update drivers to use isa_dma_acquire() and isa_dma_release()
smpatel
1996-04-08
1
-0
/
+5
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-16
/
+13
*
Fixed allocation of DMA buffers. The DMA bounce buffers were sometimes
bde
1996-01-27
1
-39
/
+44
*
Fixed renaming of private DEBUG macro. The previous revision missed
bde
1996-01-13
1
-8
/
+8
*
Renamed private DEBUG macro to avoid warnings when DEBUG is an option.
bde
1995-12-22
1
-1
/
+1
*
Return the i/o size, not a truth value, in the probe.
bde
1995-12-16
1
-1
/
+1
*
Removed duplicated #includes of <sys/conf.h>
bde
1995-12-15
1
-1
/
+0
*
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
-35
/
+60
*
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
-14
/
+24
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-0
/
+32
*
Declare `geomtab' as static. It was bogusly shared between the asc and
bde
1995-09-08
1
-1
/
+1
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-3
/
+3
*
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
-34
/
+34
*
Replace all remaining instances of `i386/include' by `machine' and fix
bde
1995-02-26
1
-17
/
+17
*
Add a MIN macro.
jkh
1995-01-09
1
-0
/
+2
*
Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
jkh
1995-01-07
1
-0
/
+774