Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-08 | just wate that debug altogether | Michael Shalayeff | |
2003-04-08 | Make dmesg prettier if attachment fails and no option DEBUG | Miod Vallat | |
2003-04-07 | oops | Michael Shalayeff | |
2003-04-07 | enable viper touching again. | Michael Shalayeff | |
change the bitfield struct into just a word and a bunch of defines and define the _BITS. only program those that revision is 0 since otherwise it seems to comatize the perhaps not so viper other ones (even on the same hpa). | |||
2003-04-07 | do not limit the kmem to just the physmem | Michael Shalayeff | |
2003-04-07 | this makes wax interrupt | Michael Shalayeff | |
2003-04-03 | make it at least scan the bus | Michael Shalayeff | |
2003-03-29 | allow attaching onto phantomas. check graphics id to seed out the medusa ↵ | Michael Shalayeff | |
fddi. fix some debugging printfs | |||
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 | |
For future intallation media. | |||
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 | |
oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full device path in the attach_args and do proper shifting in the pdc_scanbus() and add a device for the newer machines as well as use a newer device mapping (path to hpa) available on newer firmware versions, where old (hversion-dependant) is not available. tested on 712,715/33,c110, miod@ ok, weissmandude -- testing | |||
2002-12-18 | order the entries by number | Michael Shalayeff | |
2002-12-17 | real interrupts/spl framework. | Michael Shalayeff | |
tested on 712/* 715/100, 715/33 which main cpu/bus types. miod@ ok | |||
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() ↵ | 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 | |