| Commit message (Expand) | Author | Age | Files | Lines |
* | Mask off the upper bits of the resource before using it as an index | imp | 2005-01-20 | 1 | -3/+10 |
* | MFp4: overhaul of resource allocation | imp | 2005-01-19 | 4 | -158/+134 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 3 | -21/+15 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -1/+7 |
* | Properly wither the geom container on detach. This will allow one to | imp | 2004-11-21 | 1 | -0/+5 |
* | Add the last missing bits to make this unloadable: Two wakeups and | phk | 2004-11-08 | 1 | -3/+11 |
* | Remove a duplicate code. | nyan | 2004-10-30 | 1 | -1/+0 |
* | Now that filesystems respect and understand GEOM access counts, refuse | phk | 2004-10-29 | 1 | -2/+0 |
* | Properly handle failure to allocate isadma bounce buffer | phk | 2004-10-22 | 1 | -2/+6 |
* | Remove unused variable. Pointy hat candidate. | njl | 2004-10-15 | 1 | -1/+0 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 1 | -2/+0 |
* | Fix off-by-one error in fd_native_types that results in a panic on boot | peadar | 2004-10-10 | 1 | -0/+1 |
* | Yet another case of resources: | imp | 2004-10-05 | 1 | -4/+4 |
* | Only fall back to probing the floppy drives via hints if there is a failure | jhb | 2004-09-29 | 1 | -5/+9 |
* | Use the floppy drive unit number to name the /dev entry, not the | phk | 2004-09-25 | 1 | -1/+1 |
* | Few (trailing) whitespace and spelling fixes. | joerg | 2004-09-24 | 1 | -6/+6 |
* | Protect fdc->flags within the worker thread, too. | joerg | 2004-09-24 | 1 | -1/+6 |
* | Lock the flags field with the mutex. | phk | 2004-09-24 | 1 | -8/+25 |
* | Implement terminating the worker thread when the driver is about to | joerg | 2004-09-23 | 2 | -3/+23 |
* | das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5 | imp | 2004-09-20 | 1 | -4/+14 |
* | The long dead hand of the past has pushed forward useless bits in this | imp | 2004-09-17 | 4 | -28/+4 |
* | Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yet | njl | 2004-09-17 | 1 | -37/+54 |
* | default: case shouldn't set an error yet either. | imp | 2004-09-16 | 1 | -1/+0 |
* | Reserve the DMA memory at attach time, rather than at use. While | imp | 2004-09-16 | 1 | -15/+12 |
* | For the moment, treat failures to attach floppy drives as non-fatal | imp | 2004-09-16 | 1 | -2/+0 |
* | Use bus_setup_intr in preference to BUS_SETUP_INTR. | imp | 2004-09-14 | 1 | -1/+1 |
* | Checkpoint the fdc resource changes: | imp | 2004-09-14 | 4 | -121/+121 |
* | When ISA_PNP_PROBE is called, it will return 0 when it finds a device, | imp | 2004-08-31 | 1 | -2/+1 |
* | Fix _FDI drive type probing. The new fd child is not an ACPI device while | njl | 2004-08-30 | 1 | -3/+10 |
* | Fix _FDE probing by using the buffer contents instead of the buffer | njl | 2004-08-30 | 1 | -8/+25 |
* | Hide a printf under bootverbose. | phk | 2004-08-27 | 1 | -1/+3 |
* | Attempt to make the probe for hardware more specific. | phk | 2004-08-21 | 1 | -3/+22 |
* | Remove a check that is too strict. With BIOSen that specify an IO/ctl port | njl | 2004-08-20 | 1 | -4/+0 |
* | Remove unused file. | phk | 2004-08-20 | 1 | -67/+0 |
* | Rewrite of the floppy driver to make it MPsafe & GEOM friendly: | phk | 2004-08-20 | 5 | -1883/+1357 |
* | Remove confused comment. | phk | 2004-08-14 | 1 | -4/+0 |
* | Fix ACPI floppy enumeration for three types of divergent behavior. | njl | 2004-07-28 | 1 | -40/+90 |
* | Correct typo. | nyan | 2004-07-17 | 1 | -1/+1 |
* | Remove duplicate include. | nyan | 2004-07-17 | 1 | -1/+0 |
* | Be consistant with probe | imp | 2004-07-16 | 1 | -2/+1 |
* | Clean up resources properly if attach fails. Always reset ISA drives on | njl | 2004-07-15 | 2 | -15/+31 |
* | Re-work for fdc_acpi. Expose fdc_add_child() and move the static | njl | 2004-07-15 | 2 | -27/+36 |
* | Add an ACPI floppy drive attachment that probes via the _FDE and _FDI | njl | 2004-07-15 | 1 | -0/+260 |
* | Add a comment separator. | njl | 2004-07-14 | 1 | -1/+1 |
* | Remove fdc_alloc_resources, which should have happened in last commit. | imp | 2004-07-14 | 2 | -143/+2 |
* | Fix the pccard attachment to have a chance of working. | imp | 2004-07-14 | 2 | -32/+214 |
* | Set fdc_dev in attach | imp | 2004-07-13 | 1 | -0/+1 |
* | Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead | imp | 2004-07-13 | 3 | -0/+5 |
* | Remove unnecessary softc bzero calls. | njl | 2004-07-12 | 2 | -2/+0 |
* | Update in preparation for adding the ACPI attachment. | njl | 2004-07-12 | 4 | -68/+94 |