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
/
dev
/
fdc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed reset handling for motor off resets. I first fixed this together
bde
1999-05-11
1
-2
/
+3
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-5
/
+3
*
GC unused #define id_physid id_scsiid
peter
1999-05-08
1
-7
/
+1
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-17
/
+2
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-2
/
+1
*
Disable FDC_YE - it's broken at present (breaking LINT) and awaiting some
peter
1999-05-02
1
-17
/
+26
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-521
/
+618
*
Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.
peter
1999-04-06
1
-3
/
+3
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
1
-2
/
+3
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-11
/
+3
*
Fixed corruption of the fd buffer queue. Once upon a time, the active
bde
1999-01-15
1
-6
/
+13
*
Pre 3.0 branch cleanup casualty #6: ft
phk
1998-12-27
1
-82
/
+2
*
Fixed LINT breakage in previous commit. Option FDC_YE enabled a
bde
1998-12-14
1
-6
/
+6
*
Add support for the YE-Data external PCMCIA floppy driver. This
imp
1998-12-12
1
-7
/
+360
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+1
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Nuke uninitialized varible fd from retrier(). Change the devstat code
gibbs
1998-09-15
1
-3
/
+2
*
Update system to new device statistics code.
gibbs
1998-09-15
1
-20
/
+30
*
Remove the SLICE code.
sos
1998-09-14
1
-245
/
+1
*
Fixed error handling:
bde
1998-07-29
1
-56
/
+61
*
Fixed error handling after a seek error that can't happen. When the
bde
1998-07-18
1
-1
/
+3
*
The ioctl request arg is unsigned long, so don't attempt to pass it
bde
1998-07-15
1
-2
/
+2
*
SLICE probing becomes asynchronous. It can now be triggered by
julian
1998-07-13
1
-6
/
+3
*
Don't pretend to support ix86's with 7-bit ints by using longs just to
bde
1998-07-11
1
-4
/
+4
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-8
/
+27
*
Fix some more ioctls which I missed becausese they were hidden by options
dfr
1998-06-07
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
There is no dump routine for fd so give it an explicit NULL entry
julian
1998-05-06
1
-2
/
+3
*
Add dump support to the DEVFS/slice code.
julian
1998-05-06
1
-3
/
+3
*
close() is no longer a SLICE method.
julian
1998-04-22
1
-4
/
+10
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-17
/
+269
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+2
*
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
phk
1997-12-02
1
-5
/
+5
*
Introduce a device flags value of 0x1 to always pretend a 1.44 MB
joerg
1997-10-19
1
-2
/
+15
*
Fix a call to timeout that wasn't properly saving it's callout handle.
gibbs
1997-09-23
1
-2
/
+2
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-13
/
+17
*
Enable the FIFO on enhanced floppy controllers. This reduces the
tegge
1997-09-17
1
-1
/
+56
*
Make FDC_DEBUG a supported option.
joerg
1997-09-16
1
-10
/
+21
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+1
*
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
2
-2
/
+2
*
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
2
-2
/
+2
*
Disabled half-baked disk statistics support. It didn't actually generate
bde
1996-12-18
1
-1
/
+7
[prev]
[next]