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
*
Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()
peter
2000-01-08
1
-54
/
+47
*
Merge most of FDC_YE into the mainline driver.
imp
2000-01-06
1
-75
/
+26
*
Make the evil broken pnpbios compensation slightly less evil.
peter
2000-01-05
1
-15
/
+20
*
Patch up some of the evilness left over from the early newbus porting.
peter
2000-01-05
1
-83
/
+134
*
Added following modes:
kato
1999-12-28
1
-8
/
+21
*
Add a flag to disable FIFO probing. The code seems to have a chance of
joerg
1999-12-21
1
-1
/
+3
*
Add a truely evil workaround (hack!) for some unfortunate BIOS
peter
1999-12-06
1
-6
/
+23
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+2
*
Tidy up a few loose ends in the fifo setup code.
peter
1999-11-18
1
-20
/
+1
*
Add code to support ISA PnP.
dfr
1999-11-11
1
-43
/
+120
*
Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since the
peter
1999-11-08
1
-1
/
+2
*
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
1
-1
/
+1
*
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
1
-11
/
+16
*
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
[next]