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
/
isa
/
fd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Disabled half-baked disk statistics support. It didn't actually generate
bde
1996-12-18
1
-1
/
+7
*
Fix the broken EOF handling in the floppy driver. The most obvious
joerg
1996-11-02
1
-28
/
+36
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-112
/
+1
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-13
/
+3
*
Staticized a few variables.
bde
1996-07-12
1
-4
/
+7
*
Typo.
phk
1996-05-03
1
-2
/
+2
*
Move from the old buf.b_actf to the new TAILQ(buf.b_act).
phk
1996-05-03
1
-17
/
+12
*
Update drivers to use isa_dma_acquire() and isa_dma_release()
smpatel
1996-04-08
1
-1
/
+3
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Fixed devfs device names and numbers.
bde
1996-04-07
1
-35
/
+71
*
changed from using dev_link() to devfs_link()
scrappy
1996-04-02
1
-3
/
+3
*
Fetch the (dummy) READY CHANGED condition interrupt stati that
joerg
1996-03-31
1
-1
/
+8
*
Fixed group of some more disk devices.
bde
1996-03-29
1
-9
/
+9
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-8
/
+9
*
Don't turn off the motor on active drives. The motor timeout may
bde
1996-02-25
1
-1
/
+12
*
First attempt at creating devfs entries for sliced devices. Doesn't
bde
1996-01-27
1
-9
/
+12
*
Allocate DMA bounce buffers only when requested by drivers. Only the
bde
1996-01-27
1
-1
/
+2
*
Replaced nxdump by nodump (if the dump function gets called, then the
bde
1995-12-10
1
-2
/
+2
*
Staticize and cleanup.
phk
1995-12-10
1
-8
/
+8
*
clean a few DEVFS things..
julian
1995-12-09
1
-8
/
+8
*
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
-34
/
+41
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-1
/
+36
*
Mega commit for sysctl.
phk
1995-11-20
1
-13
/
+4
*
Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for
bde
1995-11-18
1
-14
/
+2
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
1
-2
/
+1
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-5
/
+1
*
Remove unused functions and variables, make things static, and other cleanups.
phk
1995-10-28
1
-3
/
+2
*
BIOS manufacturers don't seem to have a unique idea about 2.88 MB
joerg
1995-10-09
1
-1
/
+2
*
Hide the "input/output timeout" messages behind the bootverbose case.
joerg
1995-10-04
1
-9
/
+13
*
Remove transitory labelling code. Labels are now handled by essentially
bde
1995-09-16
1
-4
/
+5
*
devfs changes..
julian
1995-09-03
1
-4
/
+7
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-21
/
+21
*
Fix -Wformat warnings, still need to do something about %b and pointer
rgrimes
1995-05-09
1
-3
/
+3
*
Restructured the floppy tape probe.
joerg
1995-05-06
1
-6
/
+2
*
Reviewed by: no-one yet, but non-intrusive
julian
1995-04-20
1
-1
/
+29
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
1
-6
/
+26
*
Correct recalibrate/seek code at attach time so that we do not get
rgrimes
1995-04-06
1
-4
/
+11
*
Terminate all probe/diagnostic/error messages correctly with a \n.
rgrimes
1995-03-26
1
-27
/
+26
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+14
*
Finally get rid of this bothering ``biodone: buffer already done''
joerg
1995-03-12
1
-3
/
+12
*
Declare all the args of Fdopen() and fdclose().
bde
1995-02-26
1
-15
/
+14
*
Back out my previous change and disable the floppy tape controller again
jkh
1995-01-27
1
-1
/
+4
*
Enable floppy-tape controller by default again. Flags no longer has any
jkh
1995-01-17
1
-5
/
+2
[next]