summaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-06fd/fdc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-04fd_probe: only define unit on x86, other platforms don't use this codeWarner Losh
2021-11-25fdc: plug set-but-not-used varsMateusz Guzik
2021-09-29fd: Move from using device_busy to a refcountWarner Losh
2020-08-27fdc(4): Handle errors from fdc_in() properly.Mark Johnston
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-08-07GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-21Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin
2016-04-05Don't wakeup the fdc worker thread once a second when idle.John Baldwin
2016-03-10Add raw RX-50 support. These are 400k single sided disks with 80Warner Losh
2016-03-10Stop assuming that bio_cmd is a bit field.Warner Losh
2014-09-25Merge the PC98 fdc(4) driver into the MI driver. While here, replaceJohn Baldwin
2013-08-26Reimplement the FDOPT_NOERROR feature that was kicked out in r134081.Joerg Wunsch
2013-08-24Do not use "Enable Implied Seek" on enhanced floppy controllers. ThisJoerg Wunsch
2012-11-20- Don't pass geom and provider names as format strings.Jaakko Heinonen
2011-12-13Replace `inline static' by `static inline'.Ed Schouten
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2009-11-09Make isa_dma functions MPSAFE by introducing its own private lock. TheseRoman Divacky
2009-11-03fdc(4) module unload fixes:Jaakko Heinonen
2009-10-27Don't ignore the return value of g_modevent() in fdc_modevent().Jaakko Heinonen
2009-10-10Orphaning provider with EXDEV seems weird; perhaps the author meantEdward Tomasz Napierala
2009-06-24With the fdc control device disappearing some 5 years ago, it is noJoerg Wunsch
2008-11-15- Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].Jung-uk Kim
2008-01-11The wakeup() line from the rev. 1.319 is wrong and reintroducesKonstantin Belousov
2008-01-11Fix unload of the fdc.ko:Konstantin Belousov
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-02-27Always protect the kthread flags with the lock and close a race withJohn Baldwin
2007-02-23Use tsleep() rather than msleep() with a NULL mtx parameter.John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-09-08Fix style nits. No md5 changes in .o's. ;-)Jung-uk Kim
2006-08-29Restore Digital Outpur Register (DOR) for enhanced controller after reset.Jung-uk Kim
2006-07-12Assume floppy disk is not inserted when we have exhausted retries. ThisJung-uk Kim
2006-07-06Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.Jung-uk Kim
2006-02-23- Use callout_init_mtx() to initialize toffhandle callout using the fdc'sJohn Baldwin
2005-08-30FDOPT_NORETRY is an option, and must be compared with fd->options,Craig Rodrigues
2005-02-28Add missing ()Poul-Henning Kamp
2005-02-28Add missing va_end() in fdc_cmd.Pyun YongHyeon
2005-01-19MFp4: overhaul of resource allocationWarner Losh
2004-12-12Pass the file->flags down to geom ioctl handlers.Poul-Henning Kamp
2004-11-21Properly wither the geom container on detach. This will allow one toWarner Losh