summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Use rman_get_start in preference to reaching into the rman structure.imp2004-05-271-1/+1
* Update to reflect new location in the tree. This has been repo copiedimp2004-05-171-1/+1
* Fixed breakage of the formatting operation in rev.1.266. The wrongbde2004-04-251-2/+9
* Remove advertising clause from University of California Regent'simp2004-04-072-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-9/+7
* Remove unused FDNUMTOUNIT() macrophk2004-02-291-2/+0
* Make mode setting with fdcontrol(8) stick.phk2004-02-251-182/+61
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Workaround some ACPI BIOSen which break the IO port into multiplenjl2004-02-151-1/+35
* Look at the equipment list for amd64 as well as i386 for autodetectingpeter2003-10-231-2/+2
* Eliminate use bio_blkno.phk2003-10-181-16/+10
* Pick up softc from dev_t rathern than through newbus gymnastics.phk2003-09-171-11/+12
* Since it is static these days, there is no reason to uppercase thephk2003-09-171-4/+4
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-111-6/+6
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-051-3/+19
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-3/+2
* Force media autodetection if the device has lost its parameter table.yar2003-06-161-1/+7
* If in non-blocking mode, return EAGAIN instead of ENXIOyar2003-06-161-1/+4
* Always set bio_resid properly in fdstrategy(),yar2003-06-151-3/+2
* Check whether the floppy type pointer has been set before tryingyar2003-06-151-0/+4
* Use __FBSDID().obrien2003-06-111-1/+3
* Remove unused variable.phk2003-05-311-2/+0
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* Fix a malloc() with no legal modeflag.phk2003-03-171-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-6/+6
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Bail out of fd_clone() if the parsed unit number doesn't match ourjoerg2003-01-111-0/+3
* Remove calls to cdevsw_add(), they are dreprecated on this branch now.phk2002-12-281-6/+0
* Capitalize the first letter of device descriptionsmux2002-11-111-2/+2
* Fix a probably rare and inconsequential memory leak.phk2002-10-021-1/+3
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.phk2002-09-301-40/+9
* Prefix private BIO commands with "FD" so people get a hint that theyphk2002-09-301-11/+11
* Be consistent about "static" functions: if the function is markedphk2002-09-281-4/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-2/+3
* Suitably shrink a comment so it applies again.phk2002-09-151-5/+2
* Fix a bug were a struct bio was freed and certain members subsequentlyphk2002-09-131-4/+3
* Pass the physical instead of the logical block number injoerg2002-09-121-1/+1
* After some comments from bde, rewrite the loops to avoid turning thejoerg2002-05-141-43/+29
* style(9) changes before further editing that region:joerg2002-05-131-6/+7
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-121-3/+5
* Increase the PIO timeout to approximately the value it used to havejoerg2002-05-122-15/+38
* Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-102-8/+26
* When reading a UFS-style label from a floppy, don't attempt to use ajoerg2002-04-021-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-0/+2
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-221-4/+2
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itjoerg2001-12-181-2/+8
* Remove PC98 code. This file is not used by PC98.nyan2001-12-161-17/+0
OpenPOWER on IntegriCloud