summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-08-03enable oce(4)Mike Belopuhov
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-08-01Use mtrrmask instead of hardcoded values to accommodate newer CPUsMike Belopuhov
2012-07-30Revert previous change, and don't set IFM_AVALID | IFM_ACTIVE in ifm_statusMiod Vallat
2012-07-28zap a misleading commentPhilip Guenthe
2012-07-25When reporting media state, be sure to set IFM_AVALID and IFM_ACTIVE inMiod Vallat
2012-07-22remove a few things to make this fit again; with miodTheo de Raadt
2012-07-18Attach non-frame buffer GIO devices with ga_product being the id gathered byMiod Vallat
2012-07-18Hopefully correctly recognize GIO boards with a 8-bit only ID register, whichMiod Vallat
2012-07-18regenMiod Vallat
2012-07-18A couple more device IDs, thanks to Martin Boehme for donating boards!Miod Vallat
2012-07-18According to Linux, and just verified the hard way, the 8254 timer does notMiod Vallat
2012-07-16Forgot these files during the recent clock churning.Miod Vallat
2012-07-14A known errata of R4000 and R4400 processors, is that reading the internalMiod Vallat
2012-07-14Split the existing mips64 clock code into time-of-day and generic duties inMiod Vallat
2012-07-13extraneous comment (corresponding code was removed a while back)Mike Larkin
2012-07-13Make hppa64 kernel compile again.Joel Sing
2012-07-13Improve diffability with amd64Mike Larkin
2012-07-13Make amd64 look like i386 for hibernate resumeMike Larkin
2012-07-13typoTheo de Raadt
2012-07-13Make amd64 like i386 for hibernate support in acpi_sleep_machdepMike Larkin
2012-07-13More foundation goo for amd64 hibernateMike Larkin
2012-07-13Starting point for amd64 hibernate ... some goo copied from i386.Mike Larkin
2012-07-12Enable hibernate (suspend-to-disk) support for i386.Mike Larkin
2012-07-09Remove apic_intrcount counting in the interrupt handlers. Not that usefulTheo de Raadt
2012-07-09Remove a useless macroTheo de Raadt
2012-07-09After a resume, re-initialize the MTRR registers on the AP processorsTheo de Raadt
2012-07-09Do not re-initialize ci_randseed on the primary cpuTheo de Raadt
2012-07-09unify com at cardbus attachmentsTheo de Raadt
2012-07-08The comment above amd64_mrinit_cpu() was way too specific and wrong.Theo de Raadt
2012-07-08Move the hibernate utility pages up to account for the MP tramp page.Mike Larkin
2012-07-08apm_kqfilter() is gonePhilip Guenthe
2012-07-08Don't need to worry about the ATI driver here anymore.Mark Kettenis
2012-07-05Concatenating strings doesn't require __CONCAT() (and must not in standard C)Philip Guenthe
2012-07-02Does not need to pull in "the world" eitherTheo de Raadt
2012-07-01Increase default and maximum text, data and stack size limits; this is requiredMiod Vallat
2012-07-01Do not define XDC_DIAG if option SMALL_KERNEL; shaves about 14KB, and allowsMiod Vallat
2012-06-30Further research shows that fp@x,y device path components with x > 0 areMark Kettenis
2012-06-28Correctly register contiguous memory regions which start within the ARCBiosMiod Vallat
2012-06-27Change sparc64 to match the "fp" boot device path's parameter based onMatthew Dempsky
2012-06-26ALPHA_PGSHIFT -> PGSHIFT.Theo de Raadt
2012-06-26do not assume that sys/param.h is pulling in the world; pull in what isTheo de Raadt
2012-06-26param.h (like landisk and alpha before) was still trying to include tooTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26Stop the song and dance where alpha param.h tries to include the world.Theo de Raadt
2012-06-25Turns out this file not need machine/float.h at all, since it definesTheo de Raadt
2012-06-24Code for the external L2 cache controller on Indy/Indigo2 R4600SC and IndyMiod Vallat
2012-06-24Bring in line with current cache_r{5,10}k.c style, and optimize slightly theMiod Vallat
2012-06-24Since the RM7000 cache behaves as a physically-indexed cache due to the setMiod Vallat
2012-06-24Get the L2 line size from the configuration register instead of hardcoding theMiod Vallat