| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround some ACPI BIOSen which break the IO port into multiple | njl | 2004-02-15 | 1 | -1/+35 |
* | Look at the equipment list for amd64 as well as i386 for autodetecting | peter | 2003-10-23 | 1 | -2/+2 |
* | Eliminate use bio_blkno. | phk | 2003-10-18 | 1 | -16/+10 |
* | Pick up softc from dev_t rathern than through newbus gymnastics. | phk | 2003-09-17 | 1 | -11/+12 |
* | Since it is static these days, there is no reason to uppercase the | phk | 2003-09-17 | 1 | -4/+4 |
* | Disable the use of cloning use in floppy and CD drivers. | phk | 2003-09-11 | 1 | -6/+6 |
* | Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES. | phk | 2003-09-05 | 1 | -3/+19 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 1 | -3/+2 |
* | Force media autodetection if the device has lost its parameter table. | yar | 2003-06-16 | 1 | -1/+7 |
* | If in non-blocking mode, return EAGAIN instead of ENXIO | yar | 2003-06-16 | 1 | -1/+4 |
* | Always set bio_resid properly in fdstrategy(), | yar | 2003-06-15 | 1 | -3/+2 |
* | Check whether the floppy type pointer has been set before trying | yar | 2003-06-15 | 1 | -0/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+0 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+1 |
* | Fix a malloc() with no legal modeflag. | phk | 2003-03-17 | 1 | -1/+1 |
* | Call devstat_start_transaction_bio() instead of devstat_start_transaction() | phk | 2003-03-15 | 1 | -1/+1 |
* | Allocate the devstat structure with devstat_new_entry(). | phk | 2003-03-08 | 1 | -6/+6 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+9 |
* | Bail out of fd_clone() if the parsed unit number doesn't match our | joerg | 2003-01-11 | 1 | -0/+3 |
* | Remove calls to cdevsw_add(), they are dreprecated on this branch now. | phk | 2002-12-28 | 1 | -6/+0 |
* | Capitalize the first letter of device descriptions | mux | 2002-11-11 | 1 | -2/+2 |
* | Fix a probably rare and inconsequential memory leak. | phk | 2002-10-02 | 1 | -1/+3 |
* | Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE. | phk | 2002-09-30 | 1 | -40/+9 |
* | Prefix private BIO commands with "FD" so people get a hint that they | phk | 2002-09-30 | 1 | -11/+11 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -4/+4 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 1 | -2/+3 |
* | Suitably shrink a comment so it applies again. | phk | 2002-09-15 | 1 | -5/+2 |
* | Fix a bug were a struct bio was freed and certain members subsequently | phk | 2002-09-13 | 1 | -4/+3 |
* | Pass the physical instead of the logical block number in | joerg | 2002-09-12 | 1 | -1/+1 |
* | After some comments from bde, rewrite the loops to avoid turning the | joerg | 2002-05-14 | 1 | -43/+29 |
* | style(9) changes before further editing that region: | joerg | 2002-05-13 | 1 | -6/+7 |
* | Hide the fd autoselection messages behind the bootverbose case so they | joerg | 2002-05-12 | 1 | -3/+5 |
* | Increase the PIO timeout to approximately the value it used to have | joerg | 2002-05-12 | 2 | -15/+38 |
* | Change the PIO loops from a hard counter into a loop that calls DELAY() | joerg | 2002-05-10 | 2 | -8/+26 |
* | When reading a UFS-style label from a floppy, don't attempt to use a | joerg | 2002-04-02 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -4/+4 |
* | Push BIO_FORMAT into a local hack inside the floppy drivers where | phk | 2002-03-26 | 1 | -0/+2 |
* | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | phk | 2002-02-22 | 1 | -4/+2 |
* | Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it | joerg | 2001-12-18 | 1 | -2/+8 |
* | Remove PC98 code. This file is not used by PC98. | nyan | 2001-12-16 | 1 | -17/+0 |
* | Long promised major enhancement set for the floppy disk driver: | joerg | 2001-12-15 | 2 | -282/+496 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | Add ACPI attachments. | msmith | 2001-08-30 | 1 | -0/+1 |
* | Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it. | joerg | 2001-07-14 | 1 | -0/+17 |
* | Yet another large non-function change. | joerg | 2001-07-14 | 1 | -142/+271 |
* | Log when the user is turning debugging on/off. | joerg | 2001-07-09 | 1 | -5/+9 |
* | Hmpf, remove two variables that got unused by rev 1.214. | joerg | 2001-07-09 | 1 | -2/+1 |
* | Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds | joerg | 2001-07-09 | 1 | -1/+1 |
* | Remove parts of rev 1.211 again: do not delete our children iff they | joerg | 2001-07-09 | 1 | -7/+0 |