summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2002-02-08com freq is 7372800, which "normal" * 4 and is discovered byMichael Shalayeff
2002-02-08A mosquito escaped, sorry.Miod Vallat
2002-02-08Teach some magic to the kernel so that it can decode serial console settings.Miod Vallat
2002-02-08do not rely on u_int being availabelMichael Shalayeff
2002-02-08do not set any bits in pmap_enter, let the handlers take care of it;Michael Shalayeff
2002-02-08when doing the autoconf in verbose mode print the devpathMichael Shalayeff
2002-02-07remove debugging printfMichael Shalayeff
2002-02-07fix sigdebug cases; init sigcontext before it's used (;Michael Shalayeff
2002-02-07fix pid calculation and pmap_extract; from fredette@Michael Shalayeff
2002-02-07fix irq passing on matchMichael Shalayeff
2002-02-06disable debugMichael Shalayeff
2002-02-06implement signal delivery; based on fredette@'s workMichael Shalayeff
2002-02-06add a todo remarkMichael Shalayeff
2002-02-06better flushing/purging of removed/changed mappings, hack around the pv/vp de...Michael Shalayeff
2002-02-06disable trapdebug, better handling of eirr tooMichael Shalayeff
2002-02-06remove dangling spacesMichael Shalayeff
2002-02-05get rid of the borrowed habits in intr handlingMichael Shalayeff
2002-02-05redo the spl*() namesMichael Shalayeff
2002-02-05use splraise() when calling handlers; from fredette@Michael Shalayeff
2002-02-05do not comprobe() that hoses itMichael Shalayeff
2002-02-05only probe for the cerial if NCOM_GSC, not just any com, fix prontfMichael Shalayeff
2002-02-04missing LEAF_ENTRY()Michael Shalayeff
2002-02-04leftovers from kern times; from netbsdMichael Shalayeff
2002-02-04a couple of extraneous args for printf; from netbsdMichael Shalayeff
2002-02-04use better tty flags namesMichael Shalayeff
2002-02-04missing L/UL; from netbsdMichael Shalayeff
2002-02-04switch onto temp stack for exit2(); implementation from netbsdMichael Shalayeff
2002-02-04make hptdump take a space arg and print only entried for that space, all on -1Michael Shalayeff
2002-02-03restore hpt size computation, does not break things as i thoughtMichael Shalayeff
2002-02-03map user space uncached, later to be dealt with.Michael 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-03better space mapMichael Shalayeff
2002-02-03flush cache on attentionMichael Shalayeff
2002-02-03fix missing srNsMichael Shalayeff
2002-02-02update for newer binutilsMichael Shalayeff
2002-02-02missing NULLMichael Shalayeff
2002-02-02small stupid tyops (mostly from netbsd); some cleanups from meMichael Shalayeff
2002-02-02fix 'physmem' usageMichael Shalayeff
2002-02-02implement the rest of /dev/mem devices; from netbsdMichael Shalayeff
2002-02-02tiny fixens from netbsdMichael Shalayeff
2002-02-01use kenter/kremove in pagemove(), from netbsdMichael Shalayeff
2002-02-01long arg int format fix, from netbsdMichael Shalayeff
2002-02-01fix debugging printfMichael Shalayeff
2002-02-01redefine COM_FREQ to 7.272727MHzMichael Shalayeff
2002-01-28malloc/free is not really used for pvs allocsMichael Shalayeff
2002-01-25offset to com regs is just a common iomod offset, accomodate for com consoleMichael Shalayeff
2002-01-25offset cons hpa to com regs, damnitMichael Shalayeff
2002-01-25see if we are a consoleMichael Shalayeff
2002-01-25init conaddr/unit if page0->mem_cons is on serialMichael Shalayeff