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
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Two more devstat_end_transaction() -> devstat_end_transaction_buf().
phk
1999-09-19
1
-7
/
+1
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-6
/
+1
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
1
-1
/
+1
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-3
/
+0
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-1
/
+1
*
Cosmetic tweak. Collect the fdc methods together and apart from the fd
peter
1999-09-03
1
-44
/
+53
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+1
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-1
/
+0
*
Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().
phk
1999-08-28
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Add PHK's make_dev() into more places where DEVFS used to be
julian
1999-08-27
1
-1
/
+14
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-119
/
+1
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-5
/
+4
*
Revert rev 1.149. Bruce convinced me that the problem already disappeared
joerg
1999-07-29
1
-5
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-3
/
+8
*
Hack to work around a NULL pointer dereferencation that can be triggered
joerg
1999-07-21
1
-1
/
+5
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+6
*
* Change include file locations.
dfr
1999-05-31
2
-13
/
+18
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-8
/
+23
*
No support for pnp yet.
dfr
1999-05-30
1
-2
/
+5
*
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
[next]