summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
2004-06-02fix for broken cpp in gcc3Michael Shalayeff
2004-05-27hppa pmap needs to use old pool allocator for now.Ted Unangst
i know the fix, but it's not here yet. ok mickey
2004-05-25catcher ptr can be a plabel -- handle that in sigcodeMichael Shalayeff
2004-05-22two more reloc typesMichael Shalayeff
2004-05-21std header ifdef naming conventions; ok mickey@Todd T. Fries
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
and m68k. ok drahn@, millert@
2004-05-138ks do not have hvtMichael Shalayeff
2004-05-13implement spop1,,0 supportMichael Shalayeff
2004-05-12support probe instructionsMichael Shalayeff
2004-05-05much easier tlb handler branch patchingMichael Shalayeff
2004-05-05do not engage HPT on PCXT' (yet)Michael Shalayeff
2004-05-04better faster scooter^Winterrupts; miod@ testingMichael Shalayeff
2004-04-30allow for ccd on ramdisk; per weissmanndude's request and testingMichael Shalayeff
2004-04-23fix some comments and sync devices in ramdiskMichael Shalayeff
2004-04-21only set child return values in the child_return() more like other archsMichael Shalayeff
2004-04-21simplify the fpemu pathMichael Shalayeff
2004-04-21fix lockingMichael Shalayeff
2004-04-21put some volatile on volatilesMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21clarify n4k systems, from weissmanndudeMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21fix old typoMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21guess some from different funky lists found in google, intial guess by ↵Michael Shalayeff
weissmanndude
2004-04-21fix fcmp parsingMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21cleanup and guess some models based on descriptionsMichael Shalayeff
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
cluster value that noone will really need to crank.
2004-04-08kill misplaced commentMichael Shalayeff
2004-04-08repair pcxs/t confoosionMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-04-06in cpu_exit() make sure to flush the fpu operation (store fr0)Michael Shalayeff
2004-04-06repair last: proper unimplemented'' trap checkMichael Shalayeff
2004-04-06doh. disable ahc here as wellMichael Shalayeff
2004-04-03make it look more like the other archsMichael Shalayeff
2004-04-02repair fcnv* emulation.Michael Shalayeff
generate proper signals/siginfo. partially repairs the "otto" case.
2004-03-20add the rest of the oosiop machines for timeout programming except for /99s ↵Michael Shalayeff
which i ain't sure even exist
2004-03-17Otto@ confirms 715/50 needs the viper timeout kluge to be really happy.Miod Vallat
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@
2004-03-17Add explicit flags to mem0.Miod Vallat
2004-03-17Tweak the viper control register:Miod Vallat
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedMiod Vallat
since this page was written; pointed out by Otto.
2004-03-16Regen.Miod Vallat
2004-03-14Enable oosiop.Miod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod Vallat
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
is cold (during startup). This adds RB_USERREQ to sys/reboot.h, uses it in the ddb commands, and ensures that */*/machdep.c:boot() won't set RB_HALT when cold if this flag is set. ok deraadt@
2004-03-09faster cache flushing for fpu context (after save or emulation)Michael Shalayeff
2004-03-02track va for each segment and not for the whole map.Michael Shalayeff
simplifies the cache syncing a lot. testing by miod@ and mickey@
2004-02-26ahc does not work anymore and i'm not going in there again to fix it any ↵Michael Shalayeff
time soon
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@