summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2010-08-08Restore the APIC ID to what we set it to at boot (some machines come upTheo de Raadt
2010-08-08Reenable acpiasus(4). The bogus code is actually dead code, and jsing@'sMark Kettenis
2010-08-08Disable acpiasus(4); it violates the rule that only the acpi thread is allowedMark Kettenis
2010-08-07On resume, re-activate the host RNG on the host bridges that need it.Theo de Raadt
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-08-05new i386/amd64 machdep.lidsuspend sysctl which decides whether a lidTheo de Raadt
2010-08-04Disable bce(4) because it can only access 1GB of memory and developersTheo de Raadt
2010-08-04Disable bce(4) because it can only access 1GB of memory and developersTheo de Raadt
2010-08-02Add System Enclosure or Chassis structure.Marco Peereboom
2010-08-02enable owctrTheo de Raadt
2010-08-02correct header file stuff; pointed out by teduTheo de Raadt
2010-08-02needs explicit proc.h; Nathanael RensenTheo de Raadt
2010-08-01Small cleanup of the fpu switching code; don't rely on the fact the HFP_REGSMark Kettenis
2010-08-01ANSIfyMark Kettenis
2010-07-31remove references to ``opl'', since it doesn't exist any longerAlexandre Ratchov
2010-07-31Ignore the PSL_VEC bit in the sigcontext and always copy the bit out fromMark Kettenis
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
2010-07-30When converting a floating value to an integer, properly raise the "invalid"Mark Kettenis
2010-07-30Remove unused header file.Miod Vallat
2010-07-29Don't forget to register the i8254-based timecounter if we use the i8254Mark Kettenis
2010-07-29Zero out the firmware waking vector on successful resume from ACPI sleep.Mike Larkin
2010-07-28Add a dummy kqueue filter similar to seltrue and use it for anythingNicholas Marriott