Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler | |
(Keep in mind that $radix is 0x10 by default.); ok by many | |||
2006-11-28 | fwscsi doesnt exist, so dont have a commented entry for it left around to | David Gwynne | |
confuse people. | |||
2006-11-28 | Implement PT_STEP. | Mark Kettenis | |
2006-11-28 | Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might | Dimitry Andric | |
need the bus clock later. Add bus clock case for Core cpu's. Rewrite p[34]_update_cpuspeed to make of already detected bus clocks. | |||
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne | |
confusing when trying to attach scsibus to a hba, since it is really meant for attaching scsi devices to scsibus. ok deraadt@ marco@ | |||
2006-11-28 | Don't display cpu brand string, features, etc. a second time, when booting an MP | Dimitry Andric | |
kernel on a single cpu machine. discussed with kettenis@ | |||
2006-11-28 | add needs-flag to allow pxaudc to compile without usbf (to get the | Uwe Stuehler | |
previous behaviour of just disabling the USB device controller) | |||
2006-11-28 | enable usbf/cdcef, can be used during install (somehow) | Theo de Raadt | |
2006-11-28 | Only use est and other non-acpi setperf mechanisms, if acpi is not | Dimitry Andric | |
attached. Also moves their initialization and printing of information until after the primary cpu has attached to mainbus. prodded by deraadt | |||
2006-11-28 | acpi may steal the timer and speedstep functionality, in which case we | Theo de Raadt | |
cannot io map the device. rest of the attach() functionality is still safely intact. we simply do not have to warn about mapping failing. ok kettenis | |||
2006-11-27 | Added support to GENERIC for disabled acpi | Jordan Hargrave | |
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom | |
and shiny ioapic code ketennis wrote. ok ketennis, jordan, deraadt | |||
2006-11-27 | For the G5 processor setperf function, don't force perflevel to 50 or 100 | Gordon Willem Klok | |
perserve the illusion of a much finer granularity of performance control. ok kettenis@ | |||
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok | |
ok deraadt, "slap it in" miod@ | |||
2006-11-27 | Enable kvm86. | Gordon Willem Klok | |
ok deraadt | |||
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko | |
Way far from complete but enough to fdisk and disklabel logical drives. | |||
2006-11-27 | Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4, | Dimitry Andric | |
since Celerons don't support it. prodded by gwk@ | |||
2006-11-27 | Portuguese LK-201 layout. | Miod Vallat | |
2006-11-27 | First attempt at making kvm86 MP safe, place mutex lock around calls | Gordon Willem Klok | |
to kvm86_bioscall at IPL_IPI this might be incorrect, seems to fix some issues with vt switching, however X still bombs on the second attempt with disappointing frequency. ok deraadt@ | |||
2006-11-27 | Prevent panics when booting GENERIC.MP with a vesabios kernel. | Gordon Willem Klok | |
2006-11-27 | Add PT_STEP. | Mark Kettenis | |
2006-11-27 | move uberry to a nicer place | Theo de Raadt | |
2006-11-27 | enable uberry driver | Theo de Raadt | |
2006-11-26 | Cleanup some KNF nits, if we can't grab a SCB dont return at splbio. | Gordon Willem Klok | |
ok sometime ago dlg@ | |||
2006-11-26 | enable mpi | David Gwynne | |
2006-11-26 | leave name simple | Theo de Raadt | |
2006-11-26 | Save misc info (ebx) register from cpuid with eax=1, so we can use it | Dimitry Andric | |
later for some identifications. "slap it in" deraadt | |||
2006-11-26 | Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. Further | Marcus Glocker | |
testing needed. ok deraadt@ | |||
2006-11-26 | Activate pwdog(4) after successful testing on i386 and macppc. | Marc Balmer | |
ok deraadt | |||
2006-11-26 | use splclock() instead of splsoftclock() when setting the timeout period | Marc Balmer | |
from the watchdog framework; this is consistent with other watchdogs we have. discussed with and ok dlg | |||
2006-11-26 | usb client support can be re-enabled | Theo de Raadt | |
2006-11-25 | - disable usbf stuff till the missing header is in; unbreak kernel compile. | Niall O'Higgins | |
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne | |
ok deraadt@ | |||
2006-11-25 | enable new devices (flash, usbf, cdcef) | Uwe Stuehler | |
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler | |
for PXA27x/Zaurus, not enabled yet; for dlg and dale :) | |||
2006-11-25 | malo works fine here, enable it. | Jonathan Gray | |
ok deraadt | |||
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for ↵ | Niklas Hallqvist | |
multi-ioapic systems. ok kettenis | |||
2006-11-25 | add commented out entries for gem@sbus | Brad Smith | |
2006-11-25 | Initial NAND flash support for Zaurus, not enabled yet; prodded by many. | Uwe Stuehler | |
2006-11-22 | Be more generous with interrupt disabling in the scheduler. | Miod Vallat | |
2006-11-22 | The softintr lock needs to be an __mp_lock, not a __cpu_simple_lock. | Miod Vallat | |
2006-11-21 | Define IPL_SCHED. | Miod Vallat | |
2006-11-21 | splassert support. | Miod Vallat | |
2006-11-21 | Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend(). | Miod Vallat | |
2006-11-21 | Use _cpu_intr_resume() instead of splx() for consistency. No functional change. | Miod Vallat | |
2006-11-20 | Hold the kernel lock when processing low IPL interrupts; one more step towards | Miod Vallat | |
stable MULTIPROCESSOR kernels. | |||
2006-11-20 | In syscall handlers, fix copyin() failure path wrt locking macros. | Miod Vallat | |
2006-11-20 | Directly invoke m188_setipl() instead of setipl() in the external interrupt | Miod Vallat | |
handler. | |||
2006-11-20 | Enable support for audio on landisk. | Dale Rahn | |
2006-11-20 | goodbye splserial, hello splaudio. | Dale Rahn | |