summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-09-06move away from using /**/ to ## for cpp paste in sh locoreJonathan Gray
2010-09-05Remove bogus LHS casts. makes gcc4 happy.Mark Kettenis
2010-09-05Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago.Mark Kettenis
2010-09-05Fix inline assembler to make it acceptable to gcc4. Similar to what we'veMark Kettenis
2010-09-01Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@Miod Vallat
2010-09-01Clean-up the spl dance around suspend/resume. Okay miod@.Paul Irofti
2010-09-01Let non-ykbec kernels link again.Miod Vallat
2010-08-31Do wsdisplay suspend/resume and also the bufq dance.Paul Irofti
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31pchbactivate should return result of config_activate_childrenTheo de Raadt
2010-08-31pchbactivate should return result of config_activate_childrenTheo de Raadt
2010-08-31Correctly enable wakeup interrupts after splhigh().Miod Vallat
2010-08-31WIP suspend/resume support for loongson lemote. Okay miod@.Paul Irofti
2010-08-30Hurray! Zaurus apm can now call the activate functions intead of powerhooks.Theo de Raadt
2010-08-30Convert all powerhooks to activate functions, and provide powerhook stubs.Theo de Raadt
2010-08-30lend a hand keeping beagle up-to-date with what is going on in powerhookTheo de Raadt
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-30disable SVR4 compat by default; ok kettenisTheo de Raadt
2010-08-30delete PROCFS we will never supportTheo de Raadt
2010-08-30ddbcpu for sgi. ok miod@Takuya ASADA
2010-08-29s/wdcactivate/config_activate_children/Theo de Raadt
2010-08-29put the bufq_restart() in the right place, so that a 2nd resume works.Theo de Raadt
2010-08-28Correctly compute memory size if less than 256MB.Miod Vallat
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-27Run powerhooks with interrupts blocked. This requires a bit of a song andTheo de Raadt
2010-08-27caught a small typo while reading the code: senor -> sensorRobert Nagy
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-27screen blanking code for SM502, and some smfb code cleanup.Miod Vallat
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-26Screen burner support for SM712 flavour (Lemote Yeeloong)Miod Vallat
2010-08-25Remove the SPARC_BOOT_ELF define and associated machinery since it doesJoel Sing
2010-08-23Implement bus_space_barrier() on sgi; on xbridge, this will also flushMiod Vallat
2010-08-23Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disableMiod Vallat
2010-08-21Rename file to reflect that it handles 64 bit ELF only.Joel Sing
2010-08-21We only need to load 64 bit kernels on sparc64. Clean up the ELF boot codeJoel Sing
2010-08-19Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer fromMark Kettenis
2010-08-18- remove COMPAT_LINUX bits. these architectures are not targetted by theJasper Lievisse Adriaanse
2010-08-17Make sure fast trap handlers correctly invoke soft interrupts by markingMiod Vallat
2010-08-16Restore initialization of apcicnaddr which got accidentally removed in revisionMiod Vallat
2010-08-16Make sure we reserve enough room after the kernel image to avoid stompingMiod Vallat
2010-08-16Add a dummy elf64.c, effectively removing support for loading 64-bit kernelsMark Kettenis
2010-08-13Fix indentation.Mark Kettenis
2010-08-11Disable the RTC the periodic interrupt. Leaving it enabled causes theMark Kettenis
2010-08-11crank versionTheo de Raadt
2010-08-11De-inline CHS_rw. Somehow the merger of two monster __asm __inline statementsTheo de Raadt
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-08-10spaces and tabs, no binary changeMarco Peereboom
2010-08-10Someone went nuts with spaces and tabs. No binary change.Marco Peereboom
2010-08-08Accept "ACPI 4" or such, bug in laptop or spec? -- Thinkpad SL510Theo de Raadt