Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-12 | Add lmtemp at maciic. | Mark Kettenis | |
2005-11-12 | no longer require boot_osflags being set to 'a' in the SRM for going ↵ | Martin Reindl | |
multiuser; setting boot_osflags to 's' explicitly will get us to singleuser as usual; very old SRM versions can only set 'a' or 's', but are still fine because we ignore 'a' now and default to multiuser idea and ok deraadt@, jsg@, testing by many final ok miod@ | |||
2005-11-12 | Add i2cbus to smu and i2c to maciic. | Mark Kettenis | |
2005-11-12 | VIA Rhine ethernet works | Martin Reindl | |
ok brad@ | |||
2005-11-12 | Make sure we only touch associated processes of physical buffers. | Pedro Martelletto | |
Okay deraadt@. | |||
2005-11-12 | print memory the same way as it is done on i386/amd64. | Dale Rahn | |
2005-11-12 | do not print boot_file, noone cares | Theo de Raadt | |
2005-11-11 | round clock up | Theo de Raadt | |
2005-11-11 | remove old debug code in boot() | Theo de Raadt | |
2005-11-11 | first key is scanned based on interrupt. but if a key is held down | Theo de Raadt | |
(ie. shift) then we cound on timeouts to re-scan the keyboard. 8 scans a second was too slow. change to 20 scans a second, which makes (hit the keys repeatedly, do not use auto-repeat) NNNNNN work just like nnnnnn does. ok drahn, sort of ok-chatter from miod | |||
2005-11-11 | make power button cause suspend after .25 seconds (was 3 seconds) | Theo de Raadt | |
and safe-shutdown after 3 seconds (was 6 seconds) ok uwe semi-ok drahn we will see if anyone wants these numbers fudged more in the future | |||
2005-11-11 | Remove machdep.booted_kernel sysctl of questionable usefulness. | Miod Vallat | |
ok deraadt@ | |||
2005-11-11 | Enable or disable keyclick on attach, based upon the PROM keyboard-click? | Miod Vallat | |
property. Tested with type 3 and type 4 keyboards. | |||
2005-11-11 | Add i2c controller support. | Mark Kettenis | |
2005-11-11 | Simplify a computation in a can't happen diagnostic message. | Miod Vallat | |
2005-11-11 | Add maciic(4), an OpenFirware aware version of iic(4). | Mark Kettenis | |
2005-11-11 | fix kgdb compilation; input and ok miod@. | Federico G. Schwindt | |
2005-11-11 | Switch to sensors thread. | Mark Kettenis | |
2005-11-11 | disable ahc0 at isa until we find the bugs that cause this to blow up | Theo de Raadt | |
on a few rare machines. of course, by the time we do, they might all have lots their smoke anyways. it is probably because of the vlbus/eisa addressing it tries to do. ok krw | |||
2005-11-10 | only 4 bits of an irq number are valid to set (just in case) | Michael Shalayeff | |
2005-11-10 | do not use the array index before a range check is done | Michael Shalayeff | |
2005-11-10 | make sure to ignore >4g and split on 4g memory segments from the bios map; ↵ | Michael Shalayeff | |
tom@ ok | |||
2005-11-10 | sensors.h is not used here, so remove the include | David Gwynne | |
ok grange@ | |||
2005-11-10 | remove unused header. | Federico G. Schwindt | |
2005-11-09 | use atop() and ptoa() | Martin Reindl | |
tested by jolan@ | |||
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-11-08 | Frequency scaling detection for IBM 970FX. | Mark Kettenis | |
ok drahn@ | |||
2005-11-08 | Add support for 64-bit SPRs. | Mark Kettenis | |
ok drahn@ | |||
2005-11-08 | We need 64-bit and altivec instructions, so might just as well allow any | Mark Kettenis | |
powerpc instruction. ok drahn@ | |||
2005-11-08 | use atop() | Martin Reindl | |
2005-11-07 | add some needed defs for upcoming kgdb support. | Federico G. Schwindt | |
2005-11-07 | KGDB_DEVNAME should use com. | Federico G. Schwindt | |
2005-11-07 | remove vtophys() on *ppc. | Brad Smith | |
ok drahn@ | |||
2005-11-06 | Kill deprecated vm_offset_t and vm_size_t types on vax. | Miod Vallat | |
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat | |
2005-11-06 | Invoke regdump() on abort if compiled without DDB support. | Miod Vallat | |
2005-11-06 | Homogeneize all PSR field tests in user-provided structures. No functional | Miod Vallat | |
change. | |||
2005-11-06 | Add keyboard bell support. | Miod Vallat | |
2005-11-06 | byebye Mach macros | Martin Reindl | |
testing and ok kettenis@, hshoexer@ | |||
2005-11-06 | enable midi@pcppi and sequencer | Jolan Luff | |
2005-11-06 | Add attachment of ki2c at memc as well as macobio, wil be used on G5. | Dale Rahn | |
2005-11-05 | Add bus_space_alloc and _free. | Marco Peereboom | |
from jason@ | |||
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-11-05 | split from ki2c.c | Brad Smith | |
2005-11-05 | some driver cleanup, ANSI/KNF and more consistency between the drivers. | Brad Smith | |
ok joris@ | |||
2005-11-04 | Change DEBUG conditionals into PMAP_DEBUG; no functional change. | Miod Vallat | |
2005-11-04 | remove useless prototype; ok drahn@ | Uwe Stuehler | |
2005-11-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst | |
2005-11-04 | RCS Id tag | Uwe Stuehler | |