summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme
2008-04-04Update includes. Builds again on sparc64.hannken
2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme
2008-04-04Don't forget to unmap I/O space in the error paths.xtraeme
2008-04-04Don't forget to unmap I/O space in the error paths.xtraeme
2008-04-04Don't forget to unmap the I/O space in the error paths.xtraeme
2008-04-03Remove an unused softc member.xtraeme
2008-04-03Add finsio(4).xtraeme
2008-04-03Add the finsio(4) driver. This driver supports the Hardware Monitorxtraeme
2008-04-03Support for Digi International 4 and 8 port boards, from OpenBSD.riz
2008-04-03Regen.riz
2008-04-03Digi International Neo 4 and 8 port serial boards.riz
2008-04-03restore error handling in usbopen() (accidentally removed in a recentdrochner
2008-04-03Add ARC_FW_DISK_INITIALIZED flag for device_state and do not treatxtraeme
2008-04-03Add support for the SCH5307-NS and SCH5317 Super I/Os. They arextraeme
2008-04-02Initialize and destroy the callout in sme_events_init() andxtraeme
2008-04-02Certain misguided people have complained, NetBSD only runs rare ordyoung
2008-04-01regen.cegger
2008-04-01add XenSource and its virtual product - only found on Xen HVM guestscegger
2008-04-01Fix fallout from device_t/softc split to mpu(4):xtraeme
2008-04-01g/c unused softc membersdrochner
2008-04-01Also fix a memleak when the event is already in dictionaryxtraeme
2008-04-01sme_event_register: fix a memory leaks in two error paths.rmind
2008-04-01Fix previous commit, this Guillemot model was supported alreadyxtraeme
2008-04-01Fix fallout from device_t/softc split to mpu(4):xtraeme
2008-04-01Introduce per-device locking/synchronization and maintain only axtraeme
2008-04-01if genfb_pci can't map regs, don't panic() just return.mrg
2008-04-01Fix audio_volume_toggle. How did this ever work for me? Thinkpad T61jmcneill
2008-03-31Remove useless returns at the end of void functions.xtraeme
2008-03-31Add outputs.master.mute and inputs.dac.mute knobs for ALC662. XXX thesejmcneill
2008-03-31Split softc/device_t for spc(4) and misc related cleanup.tsutsui
2008-03-31Add ASUS ACPI hotkey driver, as found in the Eee PC.jmcneill
2008-03-31Register pmf handler.mjf
2008-03-31use aprint_error_dev(), for clarityplunky
2008-03-31Initial support for the Realtek ALC662-GR as found in the ASUS Eee PC.jmcneill
2008-03-30Match another Guillemot model, reported by J. Vicente Carrascoxtraeme
2008-03-30Defer USB configuration until interrupts are enabled.ad
2008-03-30The isapnp probe is very slow, and there's not much we can do to speed itad
2008-03-30This driver's probe routine is particularly slow, so disable it if thead
2008-03-30Add isa_get_slotcount/isa_set_slotcount to get/set the number of ISAad
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-29Sorry forgot.kiyohara
2008-03-29Make TCICDEBUG / TCICISADEBUG compile.ad
2008-03-29Check the status registers for garbage before wasting seconds trying toad
2008-03-29Waiting 5s for the card to reset during probe is not cool!ad
2008-03-29Make it compile again.ad
2008-03-29Split device_t/softc.kiyohara
2008-03-29Remove an extra newline added in rev 1.18.tsutsui
2008-03-29Fix printf in ACPI_DEBUG case, pointed out by mlelstv@jmcneill
2008-03-29Fix wrong type.tsutsui