Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn | |
at 91MHz (clock4 is programmed to be based of the 32.768KHz clock. | |||
2005-12-20 | Add a Apple touchpad driver for newer PowerBook's and iBook's. | Brad Smith | |
From Johan Wallén on NetBSD's macppc list. ok deraadt@ | |||
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat | |
2005-12-19 | Constify. | Miod Vallat | |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom | |
Help deraadt, tedu, kettenis Ok tedu, kettenis | |||
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko | |
ok deraadt@ | |||
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller | |
unless __BSD_VISIBLE or _LOCORE are set. OK deraadt@ | |||
2005-12-17 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis | |
ok pefo@, miod@ | |||
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat | |
address space instead of using the tlb of the va modulo the address space size. ok pefo@ | |||
2005-12-17 | Rename ``dofault'' label to ``fault_common'', it just looks too close to | Miod Vallat | |
``default'' and thus can make your code reading experience more difficult... | |||
2005-12-17 | Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifying | Mark Kettenis | |
the state in the pcb. Make sure we don't thrash the initial fpu state for (currently unsupported) 32-bit processes. ok miod@ | |||
2005-12-17 | Fix handling of floating-point registers in PT_{GET|SET}REGS. | Mark Kettenis | |
ok miod@ | |||
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-17 | Don't include cdefs.h when we are included from locore.s | Todd C. Miller | |
Problem noticed by deraadt@ | |||
2005-12-17 | unfortunately with PROCFS, that is not true yet | Theo de Raadt | |
2005-12-17 | Make sure we match the correct driver for newer macppc systems. | Mark Kettenis | |
tested by xsa@, ok joris@, brad@ | |||
2005-12-16 | Sync with i386 acpi stuff. Remains disabled of course. | Marco Peereboom | |
2005-12-16 | Make amd64 powerdown logic identical to i386. | Marco Peereboom | |
ok jordan@ deraadt@ | |||
2005-12-16 | Add delay before powering down on acpi. Give the sync some extra time. | Marco Peereboom | |
2005-12-16 | Missing splx in setfault() error path. | Miod Vallat | |
2005-12-16 | Compile out process_sstep() as we don't define PT_STEP, thus nothing uses | Miod Vallat | |
these functions. ok kettenis@ | |||
2005-12-16 | Return EINVAL in process_sstep() as this is not implemented on arm yet; | Miod Vallat | |
ok kettenis@ | |||
2005-12-16 | KNF | Marco Peereboom | |
2005-12-16 | Forgot to check a flag to powerdown via acpi. | Marco Peereboom | |
ok deraadt@ jordan@ | |||
2005-12-16 | Power down machine from acpi. | Marco Peereboom | |
Help deraadt, ok jordan@ | |||
2005-12-16 | Flush fpu state before reading/modifying the state in the pcb. | Mark Kettenis | |
ok miod@ | |||
2005-12-16 | move the section on updating bootblocks into the man body | Jason McIntyre | |
of the page; | |||
2005-12-16 | re-enable ipmi | Theo de Raadt | |
2005-12-16 | do not use a label_t in the pcb. label_t may not exist in all contexts, | Theo de Raadt | |
and causes a real pain with _KERNEL that we wish to avoid for sys/user.h so clone a label_t thingy here | |||
2005-12-16 | Lose dsdt since it was moved inside acpi.c | Marco Peereboom | |
2005-12-15 | tweaks; | Jason McIntyre | |
2005-12-15 | Protect va_copy with __ISO_C_VISIBLE as intended. | Todd C. Miller | |
2005-12-15 | shrink a little | David Gwynne | |
2005-12-15 | dont use the esm sensor tables to store format strings. | David Gwynne | |
2005-12-15 | split esms psu sensor into 6 kernel sensors. you can easily see if the | David Gwynne | |
psu is powered, switched on, overtemp, failed and so on now. ok marco@ | |||
2005-12-15 | __BSD_VISIBLE is not compared against a date | Theo de Raadt | |
2005-12-15 | document horrific bootblock upgrade "procedure" | Theo de Raadt | |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt | |
2005-12-14 | Add commented entries for nfe. | Jonathan Gray | |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis | |
Fixes Xorg PCI scan. ok drahn@ | |||
2005-12-14 | Add a __statement macro to use with gcc statement expressions instead | Todd C. Miller | |
of using __extension__ directly. This lets us define away the whole thing when lint is in use. | |||
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller | |
2005-12-14 | Don't hard-code card present and number of socket bits in the PCMCIA bus | Uwe Stuehler | |
configuration register, but control these bits from PCMCIA code. ok drahn@ | |||
2005-12-14 | Remove useless crap that was there from the beginning. One particular | Uwe Stuehler | |
tweak only prevented access to the flash controller. | |||
2005-12-14 | Add AC device. | Marco Peereboom | |
2005-12-13 | print lapic clock in mhz (instead of hz) | Michael Shalayeff | |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff | |
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis | |
tested by xsa@ | |||
2005-12-13 | Prevent recursive interrupts. Solves kernel stack overflow on i386 under | Aaron Campbell | |
heavy network interrupt load (I can reproduce with an ARP flood) with an MP kernel. Patch from NetBSD PR20180. Has been in snapshots for a bit. Testing by pedro@, jolan@. deraadt@ ok |