Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff | |
2003-08-05 | a180c blinks too, 715/80 supposedly too | Michael Shalayeff | |
2003-07-30 | deduce the leds address from the model number and thus make some more use of ↵ | Michael Shalayeff | |
that lichtenblinkenschmutz on some more machinens | |||
2003-07-16 | only match int-eg on gecko sgc cards | Michael Shalayeff | |
2003-06-02 | regen | Michael Shalayeff | |
2003-06-02 | a few 8.7k models | Michael Shalayeff | |
2003-05-25 | regen | Michael Shalayeff | |
2003-05-25 | typo | Michael Shalayeff | |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ↵ | Michael Shalayeff | |
match and attach then | |||
2003-05-19 | dig internal EG prom address | Michael Shalayeff | |
2003-05-14 | Fix uninitialized variable. | Miod Vallat | |
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-05-07 | double memsize as there might be prom as well | Michael Shalayeff | |
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 | |