Age | Commit message (Expand) | Author |
2003-03-29 | fix fpu printout and remove dead code piece | Michael Shalayeff |
2003-02-18 | Let kernels compile without DDB, USELEDS, and DIAGNOSTIC. | Miod Vallat |
2003-02-01 | Regen | Miod Vallat |
2003-02-01 | Correct 715/100XC machine name, per openpa.net. mickey@ ok | Miod Vallat |
2003-01-22 | mop up after deraadt | Michael Shalayeff |
2003-01-22 | minor cleanup | Theo de Raadt |
2002-12-23 | regen | Michael Shalayeff |
2002-12-23 | a few more machines and devs | Michael Shalayeff |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff |
2002-12-18 | order the entries by number | Michael Shalayeff |
2002-12-17 | real interrupts/spl framework. | Michael Shalayeff |
2002-12-08 | duh, provide a wrapper on the hardclock() since it's void | Michael Shalayeff |
2002-11-27 | no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok | Michael Shalayeff |
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() al... | Michael Shalayeff |
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 |
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 |
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 |