summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Fix the acpi attachment to always start the worker thread.jhb2016-05-041-3/+2
* s/struct device */device_t/gadrian2016-05-041-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Adjust the fdc worker thread startup to work when APs are started earlier.jhb2016-04-216-11/+28
* Don't wakeup the fdc worker thread once a second when idle.jhb2016-04-051-1/+1
* Add raw RX-50 support. These are 400k single sided disks with 80imp2016-03-101-0/+1
* Stop assuming that bio_cmd is a bit field.imp2016-03-101-14/+20
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-2/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+1
* Merge the PC98 fdc(4) driver into the MI driver. While here, replacejhb2014-09-253-8/+433
* Reimplement the FDOPT_NOERROR feature that was kicked out in r134081.joerg2013-08-261-5/+18
* Do not use "Enable Implied Seek" on enhanced floppy controllers. Thisjoerg2013-08-241-8/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* - Don't pass geom and provider names as format strings.jh2012-11-201-2/+2
* Replace `inline static' by `static inline'.ed2011-12-131-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Remove duplicate header includeskevlo2011-06-281-2/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).jkim2010-05-301-1/+3
* Remove _FDE quirk handling as these quirks are automatically repairedjkim2009-12-141-57/+4
* Make isa_dma functions MPSAFE by introducing its own private lock. Theserdivacky2009-11-091-6/+0
* fdc(4) module unload fixes:jh2009-11-031-3/+14
* Don't ignore the return value of g_modevent() in fdc_modevent().jh2009-10-271-2/+1
* Orphaning provider with EXDEV seems weird; perhaps the author meanttrasz2009-10-101-1/+1
* With the fdc control device disappearing some 5 years ago, it is nojoerg2009-06-241-4/+0
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Eliminate an unused variable reported by coverityimp2008-11-231-4/+2
* - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].jkim2008-11-151-63/+86
* The wakeup() line from the rev. 1.319 is wrong and reintroduceskib2008-01-111-2/+1
* Fix unload of the fdc.ko:kib2008-01-111-1/+8
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Always protect the kthread flags with the lock and close a race withjhb2007-02-271-2/+1
* Use tsleep() rather than msleep() with a NULL mtx parameter.jhb2007-02-231-9/+9
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+14
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+4
* Fix style nits. No md5 changes in .o's. ;-)jkim2006-09-081-2/+2
* Restore Digital Outpur Register (DOR) for enhanced controller after reset.jkim2006-08-291-2/+2
* Assume floppy disk is not inserted when we have exhausted retries. Thisjkim2006-07-121-0/+3
* Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.jkim2006-07-061-8/+24
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sjhb2006-02-231-9/+5
* Remove unused variable.njl2006-02-211-2/+0
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* FDOPT_NORETRY is an option, and must be compared with fd->options,rodrigc2005-08-301-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* If we fail a sanity check for the resources just allocated, make sureimp2005-03-151-1/+3
* Only allocate 1 port for non-zero rids. Either we'll get the properimp2005-03-141-1/+1
* Fix a couple of problems with the probe code when used with pnpbiosimp2005-03-101-9/+23
* Add missing ()phk2005-02-281-3/+3
* Add missing va_end() in fdc_cmd.yongari2005-02-281-2/+5
OpenPOWER on IntegriCloud