summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-05-22add btmagic(4) where other Bluetooth drivers are listedplunky
2010-05-22Split device_t/softc. Based on patch from cegger@.tsutsui
2010-05-22GENERIC32 -> GENERIC in comment.tsutsui
2010-05-22Enable bwtwo(4).tsutsui
2010-05-22HPW-50PA PERSONA seems to use a different RTC base year valuetsutsui
2010-05-22Added touchpad driver for WS011SH.nonaka
2010-05-22Disabled DEBUG_SYNC. Reenable when needed.phx
2010-05-21idesc(4) does no longer existphx
2010-05-21Some code cleanup and style guide compliance.phx
2010-05-20brdsetup() cleanup by Toru Nishimura.phx
2010-05-20Netboot generates a BTINFO_PRODFAMILY boot-info which specifies the familyphx
2010-05-19Replace ether_nonstatic_aton with achristos
2010-05-19Implemented support for boot arguments.phx
2010-05-19Updated Synology extclk from latest Linux/Synology source.phx
2010-05-18Recognize a network boot device by its PCI tag, even when it is not directlyphx
2010-05-18Set Synology extclk from 33.333333MHz to 33.164526MHz, which reduces thephx
2010-05-18Synology PCI fixup, submitted by Toru Nishimura.phx
2010-05-18move the mutex_init() for ci_ctx_lock inside cpu_attach() so thatmrg
2010-05-17Excluded KUROBOX from GENERIC.NAS because console is on a different port.phx
2010-05-17CPPFLAGS cleanup, submited by Toru Nishimura.phx
2010-05-17Set correct extclk for KuroBox, which is not 33MHz.phx
2010-05-17Simplify primary CPU startup slightly by using the fact that our cpuinfo'smartin
2010-05-17Attach CPU only of the pretense.kiyohara
2010-05-17Indent.kiyohara
2010-05-17Handle the HAVE_NBTOOL_CONFIG_H case.ahoka
2010-05-16Make netboot generate a BTINFO_NET bootinfo node for the Synology sk(4) NIC.phx
2010-05-15Set RI_NO_AUTO in ri_flg if init function is invoked from cnattach.tsutsui
2010-05-15Set RI_NO_AUTO at correct place. Confirmed on EWS4800/360AD.tsutsui
2010-05-15Add definitions for Power Manager Registers.kiyohara
2010-05-15Set RI_NO_AUTO in ri_flg if init functions are invoked from cnattach.tsutsui
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if fb_init() is invoked from cnattach.tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if pvr_getdevconfig() is invoked from cninit.tsutsui
2010-05-15Set RI_NO_AUTO in cnattach function. Untested.tsutsui
2010-05-15tune ADC Averaging Control parameter.nonaka
2010-05-14gcscpcib depends on functions from x86/pci/pcib.cphx
2010-05-14Move PMAP_KMPAGE to be used in pmap_kenter_pa flags argument.cegger
2010-05-13Added touchpad driver for WS003SH.nonaka
2010-05-13Use COM_REGMAP instead of hd64461uart_{read,write}_1().kiyohara
2010-05-13Standby AFE Clock, if use_afeck is 0. Don't stop AFE Clock, if PERSONA bootskiyohara
2010-05-13Patches by Toru Nishimura:phx
2010-05-12Typo: DHB should be DMB (most significant bye, not high byte).phx
2010-05-12Style.kiyohara
2010-05-12Suply clock SAFECKE_[IO]ST, if platid is PERSONA.kiyohara
2010-05-12Rewrote most of the code to make the 8245 I2C module finally work.phx
2010-05-12Fix arg of intr_establish().kiyohara
2010-05-12Add PSL_HIGHIPL for recent subr.S changematt
2010-05-12Remove obsolete comment about a data corruption on IDE controllersnakayama
2010-05-12make this work againmacallan
2010-05-12Fix gimplish.snj