summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-04-08sprintf -> snprintfjoerg
2009-04-08Refactor slightly to create acpi_rescan(), a hook for rescanning thedyoung
2009-04-08Add acpitimer_detach() to eventually support acpi(4) detachment.dyoung
2009-04-08Decrease midi_pcppi_attached when midi at pcppi detaches.dyoung
2009-04-07Make pcppi(4) detach the "speaker" from attimer(4), so that thedyoung
2009-04-07Fix spelling: mak -> make.dyoung
2009-04-07Fix spelling: indrect -> indirect.dyoung
2009-04-07Reload sc_ctrl in wm_reset().msaitoh
2009-04-07regenmsaitoh
2009-04-07add 82801J_D_BM_LF (ICH10)msaitoh
2009-04-07Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown.dyoung
2009-04-07Detach midi at pcppi during shutdown. Sprinkle static.dyoung
2009-04-07Detach ehci(4) and uhci(4) at shutdown.dyoung
2009-04-07Fix about TBI mode. This fix doesn't influence MII mode.msaitoh
2009-04-07Fix about TBI mode. This fix doesn't influence MII mode.msaitoh
2009-04-07Detach uhub(4) and usb(4) at shutdown.dyoung
2009-04-07Destroy a scsipi_xfer's callout before putting it back into the pool.dyoung
2009-04-07Destroy sc->bnx_timeout in bnx_detach().dyoung
2009-04-07Detach brgphy(4) at shutdown.dyoung
2009-04-07In mii_phy_detach(), destroy the NWay callout.dyoung
2009-04-07Cosmetic: remove some dead code.dyoung
2009-04-07Cosmetic: flag a potential problem in ata_channel_attach():dyoung
2009-04-07During shutdown, detach attimer at acpi.dyoung
2009-04-07Declare mididetach() for use by midi0 at pcppi0.dyoung
2009-04-07Cosmetic: in a debug statement, use "%s", __func__ instead of adyoung
2009-04-07Add Realtek ALC663 and treat like ALC662 (ok pooka@)stacktic
2009-04-06Use functions from disk(9) framework. Initialize disk/disklabel duringhaad
2009-04-06Fix build on amd64. Patch sent by dieter roelants.haad
2009-04-06Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.mkirby
2009-04-05buildfix: include <sys/device.h> for device_tcegger
2009-04-05buildfix: include <sys/selinfo.h> for struct selinfo.cegger
2009-04-05Provide pmf(9) hooks that do what dopowerhooks(9) hook does.uwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-05Register with pmf(9). Thus we register with both dopowerhooks(9) anduwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-05Split device_t and softc.uwe
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2009-04-04Add fileops::fo_drain(), to be called from fd_close() when there is moread
2009-04-04Fix problems with ccd:ad
2009-04-03Stop dereferencing a dangling device_t pointer and crashing: skip thedyoung
2009-04-03Switch various printfs from %ld and %d to PRIu64, etc. to be more consistentsborrill
2009-04-03Use dev/apm/files.apm for APM options in opt_apm.h.uwe
2009-04-03Treat OAPM_IOC_GETPOWER as APM_IOC_GETPOWER - from apmdev(4).uwe
2009-04-03Config glue for attaching apm at apmdevif.uwe
2009-04-03Attachment glue to attach apm0 at hpcapm0.uwe
2009-04-03Switch apmdev to use apm(4) structures from dev/apm/apmvar.h.uwe
2009-04-03Further reduce diffs to dev/apm/apm.c.uwe
2009-04-03Fix SIOCSIFFLAGS. Mark as safe to detach at shutdown.dyoung
2009-04-02Cosmetic changes, only, to clarify and to save a couple of lines: returndyoung