summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-04-08Remove redundant declaration of mainbus_attach(), as pointed out bydyoung
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-07Let us re-attach acpi0, ipmi0, pnpbios0, and mca0 at mainbus0.dyoung
2009-04-07Fix spelling: mak -> make.dyoung
2009-04-07Fix spelling: indrect -> indirect.dyoung
2009-04-07When ipmi0 detaches, free all of the ipmi_sensor's on the (global!)dyoung
2009-04-07In ipmi_detach(), don't sysmon_envsys_destroy(), but just _unregister():dyoung
2009-04-07Reload sc_ctrl in wm_reset().msaitoh
2009-04-07regenmsaitoh
2009-04-07add 82801J_D_BM_LF (ICH10)msaitoh
2009-04-07Make it possible to use VCHR devices again.pooka
2009-04-07Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown.dyoung
2009-04-07Fix typo that slipped in a while ago. Fixes non-file mounts.pooka
2009-04-07Detach midi at pcppi during shutdown. Sprinkle static.dyoung
2009-04-07Detach ehci(4) and uhci(4) at shutdown.dyoung
2009-04-07Add opt_intrdebug.h for the INTRDEBUG option, and #include it here anddyoung
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-07Cosmetic: join lines.dyoung
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 a device-detachment hook for ipmi(4).dyoung
2009-04-07Detach pchb(4) instances at shutdown.dyoung
2009-04-07Detach sysbeep0 at shutdown.dyoung
2009-04-07Add Realtek ALC663 and treat like ALC662 (ok pooka@)stacktic
2009-04-07Explicitly pass a specific buffer length to format_bytes() totsutsui
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-06Fix spelling.dyoung
2009-04-06compile in snapshot codepooka
2009-04-06let drivers define DPRINTFpooka
2009-04-06In case using mmio, use windowing instead of trying to map thepooka
2009-04-06Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.mkirby
2009-04-06Fix reference leak in fix for PR kern/40948.pooka
2009-04-06assym.fth.h also requires sparc symlink. Fix build without DESTDIR.tsutsui
2009-04-05Fix broken build from missing comma. (HI CHRISTOS!!)dholland
2009-04-05PR/41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to bechristos
2009-04-05m_split0(): If the newly allocated mbuf holds only the header,bouyer