summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2007-05-18Fix io space access.Mark Kettenis
2007-05-18regenMark Kettenis
2007-05-18Add IDs for 8700/pcxw2 cpu and fpu.Mark Kettenis
2007-05-17Limit hppa buffer cache to 30%. It used to be 70% because stack garbageArtur Grabowski
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15Userland has the right to compile, too; not sure this will be enough yetMiod Vallat
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-14move hppa to __HAVE_CPUINFOMartin Reindl
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-05-06bcd.c diedTheo de Raadt
2007-05-05Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly.Miod Vallat
2007-05-05Simple single-processor only mutex implementation.Miod Vallat
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-04-26Proper atomic_{set,clear}bits_{int,long} implementation, and use it forMiod Vallat
2007-04-18tidy - number unused cdev_/bdev_ slotsTodd T. Fries
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-05proper check for [non]user returns to syscall gate page; found by miod@Michael Shalayeff
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-18Remove #ifdef/#endif's around MBR checking code. Remove now unusedKenneth R Westerback
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2007-01-17new shorter version of userret() as surely miod ment it to be like (; miod@ okMichael Shalayeff
2007-01-15undo last broken userret() change here; miod@ okMichael Shalayeff
2007-01-11Add a platform specific sti_pci_is_console() to decide if a given pci stiMiod Vallat
2007-01-11When attaching a dino bridge, keep the presently enabled I/O mappingsMiod Vallat
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
2006-12-18sti@pci there too, why not.Miod Vallat
2006-12-18Add support for pci-based sti devices. ok mickey@Miod Vallat
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
2006-12-18Allow bus_space mappings to span more than one 8MB segment; ok mickey@Miod Vallat
2006-12-18regenMichael Shalayeff
2006-12-18add c3700 and c8000Michael Shalayeff
2006-12-18regenMichael Shalayeff
2006-12-18the 8900 is called shortfinMichael Shalayeff
2006-12-17Sync with pckbc.c r1.12:Miod Vallat
2006-12-17sync with pckbd.c r1.8:Miod Vallat
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-05regenOtto Moerbeek