aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()Peter Wemm2000-01-081-53/+46
* Merge most of FDC_YE into the mainline driver.Warner Losh2000-01-062-75/+31
* Make the evil broken pnpbios compensation slightly less evil.Peter Wemm2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.Peter Wemm2000-01-051-83/+134
* Added following modes:KATO Takenori1999-12-281-8/+21
* Add a flag to disable FIFO probing. The code seems to have a chance ofJoerg Wunsch1999-12-211-1/+3
* Add a truely evil workaround (hack!) for some unfortunate BIOSPeter Wemm1999-12-061-6/+23
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* Tidy up a few loose ends in the fifo setup code.Peter Wemm1999-11-181-20/+1
* Add code to support ISA PnP.Doug Rabson1999-11-111-43/+120
* Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thePeter Wemm1999-11-081-1/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().Poul-Henning Kamp1999-09-191-7/+1
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-6/+1
* Removed diskerr()'s unused d_name arg and updated callers. This fixesBruce Evans1999-09-131-1/+1
* 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