aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* fdc(4): Handle errors from fdc_in() properly.Mark Johnston2020-08-271-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-4/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-239/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-211-8/+15
* Don't wakeup the fdc worker thread once a second when idle.John Baldwin2016-04-051-1/+1
* Add raw RX-50 support. These are 400k single sided disks with 80Warner Losh2016-03-101-0/+1
* Stop assuming that bio_cmd is a bit field.Warner Losh2016-03-101-14/+20
* Merge the PC98 fdc(4) driver into the MI driver. While here, replaceJohn Baldwin2014-09-251-8/+249
* Reimplement the FDOPT_NOERROR feature that was kicked out in r134081.Joerg Wunsch2013-08-261-5/+18
* Do not use "Enable Implied Seek" on enhanced floppy controllers. ThisJoerg Wunsch2013-08-241-8/+3
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-2/+2
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky2009-11-091-6/+0
* fdc(4) module unload fixes:Jaakko Heinonen2009-11-031-3/+14
* Don't ignore the return value of g_modevent() in fdc_modevent().Jaakko Heinonen2009-10-271-2/+1
* Orphaning provider with EXDEV seems weird; perhaps the author meantEdward Tomasz Napierala2009-10-101-1/+1
* With the fdc control device disappearing some 5 years ago, it is noJoerg Wunsch2009-06-241-4/+0
* - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].Jung-uk Kim2008-11-151-63/+86
* The wakeup() line from the rev. 1.319 is wrong and reintroducesKonstantin Belousov2008-01-111-2/+1
* Fix unload of the fdc.ko:Konstantin Belousov2008-01-111-1/+8
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Always protect the kthread flags with the lock and close a race withJohn Baldwin2007-02-271-2/+1
* Use tsleep() rather than msleep() with a NULL mtx parameter.John Baldwin2007-02-231-9/+9
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+14
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+4
* Fix style nits. No md5 changes in .o's. ;-)Jung-uk Kim2006-09-081-2/+2
* Restore Digital Outpur Register (DOR) for enhanced controller after reset.Jung-uk Kim2006-08-291-2/+2
* Assume floppy disk is not inserted when we have exhausted retries. ThisJung-uk Kim2006-07-121-0/+3
* Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.Jung-uk Kim2006-07-061-8/+24
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sJohn Baldwin2006-02-231-9/+5
* FDOPT_NORETRY is an option, and must be compared with fd->options,Craig Rodrigues2005-08-301-1/+1
* Add missing ()Poul-Henning Kamp2005-02-281-3/+3
* Add missing va_end() in fdc_cmd.Pyun YongHyeon2005-02-281-2/+5
* MFp4: overhaul of resource allocationWarner Losh2005-01-191-35/+54
* Pass the file->flags down to geom ioctl handlers.Poul-Henning Kamp2004-12-121-1/+7
* Properly wither the geom container on detach. This will allow one toWarner Losh2004-11-211-0/+5
* Add the last missing bits to make this unloadable: Two wakeups andPoul-Henning Kamp2004-11-081-3/+11
* Remove a duplicate code.Yoshihiro Takahashi2004-10-301-1/+0
* Now that filesystems respect and understand GEOM access counts, refusePoul-Henning Kamp2004-10-291-2/+0
* Properly handle failure to allocate isadma bounce bufferPoul-Henning Kamp2004-10-221-2/+6
* Remove unused variable. Pointy hat candidate.Nate Lawson2004-10-151-1/+0
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-2/+0
* Fix off-by-one error in fd_native_types that results in a panic on bootPeter Edwards2004-10-101-0/+1
* Use the floppy drive unit number to name the /dev entry, not thePoul-Henning Kamp2004-09-251-1/+1