summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2003-01-27As promised, I got some sleep and rewrote most of the driver... playbackJason Wright
2003-01-27separate register defns and revise them based on the LASI info... a HUGEJason Wright
2003-01-27I declare defeat... once interrupts are enabled, just leave them enabled.Jason Wright
2003-01-27Write to the cntl register with the c flag set.Jason Wright
2003-01-26add harmonyJason Wright
2003-01-26Ok, playback more or less works, now for capture. (I forgot to save the pint...Jason Wright
2003-01-26Ok, this now produces some noise (that's the best way I can describe it),Jason Wright
2003-01-26Start on the harmony audio driver. It doesn't play or capture anythingJason Wright
2003-01-25Grr.. add a missing cdev_notdef() so that 35 really is the audio deviceJason Wright
2003-01-25updateMichael Shalayeff
2003-01-25De-"register"Jason Wright
2003-01-23will need machine/frame.h for profilingMichael Shalayeff
2003-01-22make pmapdebug be zero by defaultMichael Shalayeff
2003-01-22kill the eiem defines we do not useMichael Shalayeff
2003-01-22fix wired accounting in pmap_enter()Michael Shalayeff
2003-01-22consistantly use uvm_prot_* vs vm_prot_* evewrhereMichael Shalayeff
2003-01-22use the same style for the pdemask-optimized loops (four of 'em)Michael Shalayeff
2003-01-22print out the failed p_addr in the panic messageMichael Shalayeff
2003-01-22mop up after deraadtMichael Shalayeff
2003-01-22ugh, unless we flush, always purgeMichael Shalayeff
2003-01-22minor cleanupTheo de Raadt
2003-01-21st, cd and other scsi devices are useful tooMichael Shalayeff
2003-01-21reverse logic in dma sync flush as long as prewrite was given and purge for p...Michael Shalayeff
2003-01-16do not include the bsd into the lif, make links in the mdecMichael Shalayeff
2003-01-16optimize accessing the md_regs through use of local varsMichael Shalayeff
2003-01-15a few missing bits (not all) and force pc into user mode when writing in, all...Michael Shalayeff
2003-01-15there is no machine/gprof.hMichael Shalayeff
2003-01-14that's where the label really is nowMichael Shalayeff
2003-01-14do not fail if there is no disklabel found, could be netbootingMichael Shalayeff
2003-01-14up the boot version after recent changesMichael Shalayeff
2003-01-14fix cutnpaste in the cpu table for the itlbna field; from herr weissmanndudeMichael Shalayeff
2003-01-14need pdc_hwtlb always; pt out by herr weissmanndudeMichael Shalayeff
2003-01-14include the _l tlb functions for 7300lc as well; pt put by the weissmanndudeMichael Shalayeff
2003-01-14during the open store the partition offset and do subsequent io relative to t...Michael Shalayeff
2003-01-14preserve the partition when decoding the boot deviceMichael Shalayeff
2003-01-14no need to force root on nfsMichael Shalayeff
2003-01-14put the disklabel in after the lif header, like hp300Michael Shalayeff
2003-01-14proped type for bootdevMichael Shalayeff
2003-01-14make the lif be tried the last after ufs and cd9660 get a chanceMichael Shalayeff
2003-01-13fix the logic in hvt probingMichael Shalayeff
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-09on user trap space mismatch just kill the offender, panic the kernel otherwiseMichael Shalayeff
2003-01-08make sure we are not allowing user to fault outside user address space and al...Michael Shalayeff
2003-01-08better osiop at gsc attachment and kill dead siop from files.hppaMichael Shalayeff
2003-01-08this one is old and must die nowMichael Shalayeff
2003-01-08Merry Christmas Mickey!Kenneth R Westerback
2003-01-07kill some debugging kdb_trapsMichael Shalayeff
2003-01-04reset cold at the end of cpu_configure(), add a comment when fooling w/ itmrMichael Shalayeff
2003-01-01rip off a vmapbuf() from sparc, fix a bug in the vunmapbufMichael Shalayeff
2002-12-29fix buf allocation; partoff may be a NULL tooMichael Shalayeff