summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-07-21need moddi3 tooTheo de Raadt
2005-07-21put libkern after libzTheo de Raadt
2005-07-20Always do the netisr_dispatch dance, rather than trying to be smart and use aMiod Vallat
2005-07-20typosMiod Vallat
2005-07-20put -lkern last, since libz needs syms in itTheo de Raadt
2005-07-19On the SPARCbooks, allow tctrl(4) to control the external video output,Miod Vallat
2005-07-18PB190 Gestalt IDsMartin Reindl
2005-07-18save/restore fpu for the signal handler call in the trampoline.Michael Shalayeff
2005-07-18cache a copy of the fprs so we know what fp restore we should do afterTheo de Raadt
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler
2005-07-17Make sure we don't reprogram the colormap upon leaving mapped mode,Miod Vallat
2005-07-17Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code).Miod Vallat
2005-07-17Attach com(4) to the built-in modem found on Tadpole SPARCbooks.Miod Vallat
2005-07-17If the internal battery is missing, report it as absent rather than in anMiod Vallat
2005-07-17Always turn off video when the lid is closed; this behaviour was lost in r1.8.Miod Vallat
2005-07-17Do not claim this driver uses a soft interrupt in dmesg since it is not true.Miod Vallat
2005-07-15kill trailing whitespace;Jason McIntyre
2005-07-15- add /bsd.rd to FILESJason McIntyre
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-14use symbolic names for checking in %fprs, as aboveTheo de Raadt
2005-07-12fix comment, describe the VA hole correcltyHans-Joerg Hoexer
2005-07-12call pmap_apte_flush() with the current pmap, not the one to be mapped.Hans-Joerg Hoexer
2005-07-11align some stupid commentsMichael Shalayeff
2005-07-10remove two unused flagsBrad Smith
2005-07-09Implement _bus_dmamem_mmap instead of just calling panic();Robert Nagy
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
2005-07-09In the interrupt handlers, clear the interrupt condition explicitely;Miod Vallat
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-07-08The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in additionMiod Vallat
2005-07-08Do not report the battery status as critical but absent, when the batteryMiod Vallat
2005-07-08Declare mainbus_model as extern here so that code outside of autoconf.c canMiod Vallat
2005-07-08Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2Miod Vallat
2005-07-08Allow more than one auxio device to attach, and attach both SPARCbook auxioMiod Vallat
2005-07-08Fix external video synchro constants.Miod Vallat
2005-07-08Partially revert r1.8 - we do not want to match on the SPARCbook auxio2Miod Vallat
2005-07-07change panic into printf for pci_intr_disestablish()Brad Smith
2005-07-06url fitsTheo de Raadt
2005-07-06ural works; pedro@ironchicken.am-gen.orgTheo de Raadt
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ...Michael Shalayeff
2005-07-04do not allocate any PA allocating VA for mapping devices; drahn@ okMichael Shalayeff
2005-07-04always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ okMichael Shalayeff
2005-07-03sigh, aue cannot fit anymore because people keep growing codeTheo de Raadt
2005-07-02skip pcmcia comTheo de Raadt
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-07-02Typos in comments.Miod Vallat
2005-07-01relax header dependenciesUwe Stuehler
2005-07-01- New macros to identify the zaurus model.Uwe Stuehler
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
2005-07-01Fix logic botch in !ERRATA__XXX_USR kernels.Miod Vallat