summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
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
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29unused file and functionsMichael Shalayeff
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2006-10-28We don't currently write a disklabel into an OpenBSD ('A6') DOS MBRKenneth R Westerback
2006-10-21Don't try to spoof 0 length DOS MBR/EBR partitions. By skippingKenneth R Westerback
2006-10-21Some KNF cleanup.Kenneth R Westerback
2006-10-21We have a pointer (pp), so use it in the DOSPTYP_UNUSED case ratherKenneth R Westerback
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
2006-10-04More instances of the same now unused variable as in alpha'sKenneth R Westerback
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-08-20When spoofing an MSDOS disklabel, don't create partitions with a finalKenneth R Westerback
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright