summaryrefslogtreecommitdiff
path: root/sys/dev/fdc
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: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner 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
2021-01-07pccard: Remove fdc(4) PC Card attachment pointWarner Losh
2020-08-27fdc(4): Handle errors from fdc_in() properly.Mark Johnston
2020-08-20Tag pccard drivers with gone in 13.Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-04Regularize my copyright noticeWarner Losh
2019-08-07GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer
2018-10-26Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-12-22Need to NULL terminate this list. It worked before by accidental dataWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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-04Fix the acpi attachment to always start the worker thread.John Baldwin
2016-05-04s/struct device */device_t/gAdrian Chadd
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
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner 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
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
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-06-28Remove duplicate header includesKevin Lo
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-05-30Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).Jung-uk Kim
2009-12-14Remove _FDE quirk handling as these quirks are automatically repairedJung-uk Kim
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