summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-11-06urtwn(4) works on sparc64 too.Damien Bergamini
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
2010-11-05Sync a bunch of USB devices from i386 to macppc, compiles, butDale Rahn
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-11-03only let vmt match and therefore attach if mainbus is specifically askingDavid Gwynne
2010-11-01use the amd64 name for this frame, instead of the i386 name, to bePeter Hessler
2010-11-01convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into aPeter Hessler
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-27Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4.Miod Vallat
2010-10-27Fix a few logic errors in comparison instruction emulation: make sure theMiod Vallat
2010-10-26thib missed this architecture when he did all the other architectures;Theo de Raadt
2010-10-26The LDT is only used by dead compat code now, so load the ldtPhilip Guenthe
2010-10-26enable vmt(4). hopefully it will get some use soon.David Gwynne
2010-10-26Replace broken CF driver with new one, fixed bus_space base address.Takuya ASADA
2010-10-24Move build_trampoline() and setregs() to a common location for all mips ports.Miod Vallat
2010-10-24Don't short-circuit userret() when returning from trap() in the rm7000Miod Vallat
2010-10-23Add working compile directoryMiod Vallat
2010-10-19grow i386 inside media a teeny bitTheo de Raadt
2010-10-14Move glxpcib(4) to MI land unifying the two MD drivers.Paul Irofti
2010-10-14Clean up segment handling: switch user-space to using code and dataPhilip Guenthe
2010-10-13do the same thing for the cd:Mike Belopuhov
2010-10-13shave some bytes off the ramdisk kernels by disaling a bunch ofMike Belopuhov
2010-10-12Force openings to 1 for devices that can't do tagged i/o, i.e. moreKenneth R Westerback
2010-10-11correct MACHINE, MACHINE_ARCHTakuya ASADA
2010-10-10Compact Flash support for OCTEONTakuya ASADA
2010-10-08allocate a major number to midi, since midi is already enabledAlexandre Ratchov
2010-10-06Save and restore the lapic Task Priority register accross suspend/resume,Mark Kettenis
2010-10-06Correct the condition under which the x_wakeup_vector is cleared.Theo de Raadt
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-10-03Remove unused header. ok deraadt@Takuya ASADA
2010-10-03Follow recent changes on mip64 FPU handling. ok deraadt@ miod@Takuya ASADA
2010-10-02turn off lid suspend if we doing halt -pTheo de Raadt
2010-10-02unneccessary check before calling cpu_unidle; Vladimir KirillovTheo de Raadt
2010-10-02Ensure the caches are wbinvd'd before we say that the cpu is not runningTheo de Raadt
2010-10-02make ci_flags volatile; some future MD code will depend on this.Theo de Raadt
2010-10-02Added octeon specific cop0 registers. ok miod@Takuya ASADA
2010-10-01Implemented combus to support com device on OCTEON without modifing dev/ic/co...Takuya ASADA
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2010-09-29Back out previous, it appears to be broken.Joshua Elsasser
2010-09-29When reading MXCSR from userland sigcontext, mask out invalid bits.Joshua Elsasser
2010-09-29It's never too late to make things at least compile.Miod Vallat
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-09-28malloc() without a WAIT flagTheo de Raadt
2010-09-28Make this compile again.Miod Vallat
2010-09-28typoMiod Vallat
2010-09-28Correct the handling of GS.base when iretq faults: the fault happensPhilip Guenthe
2010-09-27must use M_WAITOK here; run into by landryTheo de Raadt
2010-09-27add support for tracing process stacks in ddb (trace /p).Mike Belopuhov
2010-09-26No need for ums either; from BradMiod Vallat