aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-3/+0
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-1/+1
* Cosmetic tweak. Collect the fdc methods together and apart from the fdPeter Wemm1999-09-031-44/+53
* Revert a bunch of contraversial changes by PHK. AfterJulian Elischer1999-09-031-0/+1
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-1/+0
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().Poul-Henning Kamp1999-08-281-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add PHK's make_dev() into more places where DEVFS used to beJulian Elischer1999-08-271-1/+14
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-119/+1
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-5/+4
* Revert rev 1.149. Bruce convinced me that the problem already disappearedJoerg Wunsch1999-07-291-5/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-3/+8
* Hack to work around a NULL pointer dereferencation that can be triggeredJoerg Wunsch1999-07-211-1/+5
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-2/+6
* * Change include file locations.Doug Rabson1999-05-312-13/+18
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-8/+23
* No support for pnp yet.Doug Rabson1999-05-301-2/+5
* Fixed reset handling for motor off resets. I first fixed this togetherBruce Evans1999-05-111-2/+3
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-5/+3
* GC unused #define id_physid id_scsiidPeter Wemm1999-05-081-7/+1
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-17/+2
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-2/+1
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somePeter Wemm1999-05-021-17/+26
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-519/+616
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.Peter Wemm1999-04-061-3/+3
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-2/+3
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
* Fixed corruption of the fd buffer queue. Once upon a time, the activeBruce Evans1999-01-151-6/+13
* Pre 3.0 branch cleanup casualty #6: ftPoul-Henning Kamp1998-12-271-82/+2
* Fixed LINT breakage in previous commit. Option FDC_YE enabled aBruce Evans1998-12-141-6/+6
* Add support for the YE-Data external PCMCIA floppy driver. ThisWarner Losh1998-12-121-7/+360
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Nuke uninitialized varible fd from retrier(). Change the devstat codeJustin T. Gibbs1998-09-151-3/+2
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-20/+30
* Remove the SLICE code.Søren Schmidt1998-09-141-245/+1
* Fixed error handling:Bruce Evans1998-07-291-56/+61
* Fixed error handling after a seek error that can't happen. When theBruce Evans1998-07-181-1/+3
* The ioctl request arg is unsigned long, so don't attempt to pass itBruce Evans1998-07-151-2/+2
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-131-6/+3
* Don't pretend to support ix86's with 7-bit ints by using longs just toBruce Evans1998-07-111-4/+4
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-8/+27
* Fix some more ioctls which I missed becausese they were hidden by optionsDoug Rabson1998-06-071-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* There is no dump routine for fd so give it an explicit NULL entryJulian Elischer1998-05-061-2/+3