Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-25 | allow reading the direct mapped segment through the kmem | Michael Shalayeff | |
2002-09-15 | check for errors on tod pdc ops. say that bad time is before 82 | Michael Shalayeff | |
2002-09-05 | things [in pmap] have changed, kundun | Michael Shalayeff | |
2002-06-06 | do not poke into the page0 for now | Michael Shalayeff | |
2002-05-23 | fetch fpu id per the book (even it works otherwise), also, hppa_mod_info() ↵ | Michael Shalayeff | |
always returns some string; idea by fredette@ | |||
2002-05-20 | hardclock() is not called until clock has been initialized | Michael Shalayeff | |
2002-05-14 | make resettodr() save the clock (per the pdc manual), tested | Michael Shalayeff | |
2002-05-08 | print parisc level w/ the the parisc version, not for each cpu | Michael Shalayeff | |
2002-05-08 | regen | Michael Shalayeff | |
2002-05-08 | a few more boards and corrections, from pg-hwdb | Michael Shalayeff | |
2002-04-22 | do not forget to set the hpamask | Michael Shalayeff | |
2002-03-26 | need to mask out the upper part for the fpu version on print | Michael Shalayeff | |
2002-03-21 | better cache mode print | Michael Shalayeff | |
2002-03-19 | no need for reg.h in the frame.h | Michael Shalayeff | |
2002-03-16 | no need to include sys/conf.h w/ machine/conf.h; from David Krause | Michael Shalayeff | |
2002-03-16 | move cdev_decl out and kill some ugly print and some spaces | Michael Shalayeff | |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff | |
lower 12 bits contain the perms, no unused bits left, but a couple for off-tlb use (as the ref implemented now). do not use the hvt, which might get some use later if proven to speed thigs up, tlb handlers would po another dozen of insns though, but if that's worth its... move on the data seg and map kernel text rdonly (idea form fredette), since all of the page0 mods done before that we are all fine except for some viper fluff, but later w/ that. this also picks up a bit more of ddb magic for bpt and ss. tlb handlers can use a little bit more of attention, but things, visually, seem to be much faster already, -- sorry, no benchmarks for now. * effort sponsored in part by the `henry st. old ale house' * and mr.pete and mr.lee in particular in thier generous entrirety. * the proj took a little more that 72man*h as it was expected, * but within murhy's law estimations. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-06 | Support serial speed over 9600 bauds. | Miod Vallat | |
2002-03-06 | no need to mask | Michael Shalayeff | |
2002-03-06 | expand fpu name, makes line overflow a bit, maybe deal w/ it later | Michael Shalayeff | |
2002-03-06 | regen | Michael Shalayeff | |
2002-03-06 | cleanup the fpu names a bit | Michael Shalayeff | |
2002-03-05 | rearrange stuff, chat about cache | Michael Shalayeff | |
2002-02-28 | forgot viper_hpa | Michael Shalayeff | |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff | |
2002-02-12 | support 712's programmable power switch, no interrupt yet | Michael Shalayeff | |
2002-02-11 | disable fpu on csw, print fpu version on cpu line, if present | Michael Shalayeff | |
2002-02-08 | Teach some magic to the kernel so that it can decode serial console settings. | Miod Vallat | |
mickey@ said "commitski". | |||
2002-02-05 | get rid of the borrowed habits in intr handling | Michael Shalayeff | |
2002-02-05 | use splraise() when calling handlers; from fredette@ | Michael Shalayeff | |
2002-02-05 | only probe for the cerial if NCOM_GSC, not just any com, fix prontf | Michael Shalayeff | |
2002-02-04 | use better tty flags names | Michael Shalayeff | |
2002-02-03 | only check for serial console if any compiled | Michael Shalayeff | |
2002-02-03 | defer non-0 units to keep iface order right | Michael Shalayeff | |
2002-02-02 | implement the rest of /dev/mem devices; from netbsd | Michael Shalayeff | |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff | |
2002-02-01 | fix debugging printf | Michael Shalayeff | |
2002-01-25 | offset cons hpa to com regs, damnit | Michael Shalayeff | |
2002-01-25 | see if we are a console | Michael Shalayeff | |
2002-01-25 | init conaddr/unit if page0->mem_cons is on serial | Michael Shalayeff | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-31 | some knf | Michael Shalayeff | |
2001-06-09 | disable debugging by default | Michael Shalayeff | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-04-29 | raise spl around pdc calling | Michael Shalayeff | |