summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/fdc_acpi.c
AgeCommit message (Expand)Author
2021-10-15Convert some debug messages to aprint_debugjmcneill
2021-01-29Use acpi_compatible_match().thorpej
2020-12-07Fix 32-bit build.jmcneill
2020-12-06acpi: Use acpi_intr_establish to install interrupt handlersjmcneill
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-08-07Remove the last ACPI driver -specific #ifdef, ACPI_FDC_DEBUG.jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-04-10Remove unnecessary casts.jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-02Format string cosmetics (mainly from %d to %u).jruoho
2009-09-16Allow for 'options ACPI_DEBUG' by providing module declarationsmlelstv
2009-02-17Cut the amount of spam from acpi devices in roughly half by printingjmcneill
2008-03-16fix compilationyamt
2008-03-16Split device_t and softc for the ... wait for it ... [air quotes] MIcube
2008-02-18Use aprint_*_dev(), device_t and accessors. Constify a bit.dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-02-20use aprint_*kochi
2005-12-11merge ktrace-lwp.christos
2005-07-11reduce the last commit to its essence; the rest wasdrochner
2005-07-11PR/30720: Nicolas Joly: compilation failure with ACPI_FDC_DEBUGchristos
2005-05-29Sprinkle const freely and delete unnecessary casts.christos
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-05-01specify static where appropriate.kochi
2004-04-11Clean up memory allocated during autoconfigurationkochi
2004-04-11change acpi_resource_parse API to support _PRS parsing as well as _CRSkochi
2004-04-10whitespace nitkochi
2003-11-03Match all PNP07?? IDs.mycroft
2003-11-03More cleanup:mycroft
2003-11-03Clean up some messages:mycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-09-25imake this compile again.christos
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Update for new attach method.mycroft
2003-08-15'struct acpi_resources' will have references to malloc'ed memory.kochi
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-21size_t != unsigned int all the time.christos
2003-01-13Why do I always think 'evaluate' and type 'evalulate'?jmcneill
2003-01-09need to select proper IST for interrupt - IST_NONE is almost certainly notjdolecek
2003-01-09_FDE is optional, so don't print warning messages about it failingjdolecek
2003-01-09A few fallbacks:jmcneill
2003-01-09Enumerate floppy disk drives via ACPI (mmm, faster booting). Known to workjmcneill
2002-12-28Correctly pass the proper DRQ down to the common fdc driver.jmcneill
2002-12-28Add an fdc at acpi(4) attachmentjmcneill