summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
AgeCommit message (Expand)Author
2003-03-29fix fpu printout and remove dead code pieceMichael Shalayeff
2003-02-18Let kernels compile without DDB, USELEDS, and DIAGNOSTIC.Miod Vallat
2003-02-01RegenMiod Vallat
2003-02-01Correct 715/100XC machine name, per openpa.net. mickey@ okMiod Vallat
2003-01-22mop up after deraadtMichael Shalayeff
2003-01-22minor cleanupTheo de Raadt
2002-12-23regenMichael Shalayeff
2002-12-23a few more machines and devsMichael Shalayeff
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
2002-12-18order the entries by numberMichael Shalayeff
2002-12-17real interrupts/spl framework.Michael Shalayeff
2002-12-08duh, provide a wrapper on the hardclock() since it's voidMichael Shalayeff
2002-11-27no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okMichael Shalayeff
2002-10-25allow reading the direct mapped segment through the kmemMichael Shalayeff
2002-09-15check for errors on tod pdc ops. say that bad time is before 82Michael Shalayeff
2002-09-05things [in pmap] have changed, kundunMichael Shalayeff
2002-06-06do not poke into the page0 for nowMichael Shalayeff
2002-05-23fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() al...Michael Shalayeff
2002-05-20hardclock() is not called until clock has been initializedMichael Shalayeff
2002-05-14make resettodr() save the clock (per the pdc manual), testedMichael Shalayeff
2002-05-08print parisc level w/ the the parisc version, not for each cpuMichael Shalayeff
2002-05-08regenMichael Shalayeff
2002-05-08a few more boards and corrections, from pg-hwdbMichael Shalayeff
2002-04-22do not forget to set the hpamaskMichael Shalayeff
2002-03-26need to mask out the upper part for the fpu version on printMichael Shalayeff
2002-03-21better cache mode printMichael Shalayeff
2002-03-19no need for reg.h in the frame.hMichael Shalayeff
2002-03-16no need to include sys/conf.h w/ machine/conf.h; from David KrauseMichael Shalayeff
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-06Support serial speed over 9600 bauds.Miod Vallat
2002-03-06no need to maskMichael Shalayeff
2002-03-06expand fpu name, makes line overflow a bit, maybe deal w/ it laterMichael Shalayeff
2002-03-06regenMichael Shalayeff
2002-03-06cleanup the fpu names a bitMichael Shalayeff
2002-03-05rearrange stuff, chat about cacheMichael Shalayeff
2002-02-28forgot viper_hpaMichael Shalayeff
2002-02-25replace w/ utah-licensed sourceMichael Shalayeff
2002-02-12support 712's programmable power switch, no interrupt yetMichael Shalayeff
2002-02-11disable fpu on csw, print fpu version on cpu line, if presentMichael Shalayeff
2002-02-08Teach some magic to the kernel so that it can decode serial console settings.Miod Vallat
2002-02-05get rid of the borrowed habits in intr handlingMichael Shalayeff
2002-02-05use splraise() when calling handlers; from fredette@Michael Shalayeff
2002-02-05only probe for the cerial if NCOM_GSC, not just any com, fix prontfMichael Shalayeff
2002-02-04use better tty flags namesMichael Shalayeff
2002-02-03only check for serial console if any compiledMichael Shalayeff
2002-02-03defer non-0 units to keep iface order rightMichael Shalayeff
2002-02-02implement the rest of /dev/mem devices; from netbsdMichael Shalayeff