Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-10 | The setperf mechanism cannot handle multiprocessor systems. Ensure that | Gordon Willem Klok | |
p4tcc and speedstep are not initialized in multiprocessor kernels. ok kettenis@ | |||
2006-07-07 | ANSIfy | Gordon Willem Klok | |
ok deraadt@, brad@, toby@ | |||
2006-07-02 | Oh what the heck. Enable zyd* even though it does not work yet :) | Theo de Raadt | |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback | |
calls in alpha, hppa, hppa64 and mips63 when accessing the two DOS MBR u_int32_t fields dp_size and dp_start. No functional change. | |||
2006-06-26 | add commented out entries for bnx. | Brad Smith | |
2006-06-25 | reorganize the code to be more sane. | Brad Smith | |
ok toby@ | |||
2006-06-23 | we choose more drivers/firmwares over ext2fs | Theo de Raadt | |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff | |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat | |
something, then it MUST return zero on DVACT_ACTIVATE, not EOPNOTSUPP; this very popular bug has been cut and pasted a lot of times... ok deraadt@ mickey@ | |||
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-19 | pcn no longer fits, sigh | Theo de Raadt | |
2006-06-17 | Don't return low level errors to userspace in p4tcc_setperf(). | Dimitry Andric | |
requested by deraadt@, ok gwk@ | |||
2006-06-17 | In p4tcc, only check cpu stepping for the Pentium 4 family. Also kill | Dimitry Andric | |
some trailing whitespace. ok gklok@ | |||
2006-06-16 | - add rum(4). commented out for now. | Niall O'Higgins | |
2006-06-16 | From k*_powernow_setperf() always return 0, i.e. | Gordon Willem Klok | |
Do not return low level errors to userspace where they will not/can not be coped with. : ---------------------------------------------------------------------- | |||
2006-06-15 | switch to using mpi instead of mpt; ok marco | Theo de Raadt | |
2006-06-15 | make the clock error calculation match dev/ic/com.c so that things with, | Jason Wright | |
say, a 10x clock work. | |||
2006-06-15 | Add proper masking of reserved bits, when we test if the thermal | Dimitry Andric | |
control MSR was written successfully. ok tedu@ | |||
2006-06-15 | In p3_get_bus_clock() don't fall through if we have in fact correctly | Gordon Willem Klok | |
matched a model. Found in a dmesg from Craig Barraclough craigba AT creative.com.au. ok deraadt@ | |||
2006-06-14 | Missed a part of the kvm86 commit, if option KVM86 is defined it would be | Gordon Willem Klok | |
a good idea to actually call the init function, this was lost it was part of the diff ok toby@, mickey@ | |||
2006-06-13 | Do not compare apple with oranges when checking if the thermal control | Miod Vallat | |
register write was successful. | |||
2006-06-13 | kvm86, missed a file. | Gordon Willem Klok | |
ok mickey@, toby@ | |||
2006-06-13 | Kernel virtual mode 8086, currently disabled in GENERIC. | Gordon Willem Klok | |
lots of help at c2k6 and after from toby@, ok toby@, mickey@ | |||
2006-06-13 | When adjusting the performance of the processor using p4tcc, the CPUs | Gordon Willem Klok | |
frequency remains unaltered. Remove the unecessary call to update_cpuspeed(), and add check the sucess of the operation, returing EIO in the event of failure. ok tedu@ | |||
2006-06-13 | Change the value returned if the CPU fails to honor a request to | Gordon Willem Klok | |
adjust frequency from 1 (EPERM) to EIO. Suggested by and ok tedu@ | |||
2006-06-12 | Some more improvements to EST: | Dimitry Andric | |
- If an unknown EST CPU is encountered, use the known highest and lowest (and if different, the current) power state to generate a fake power state table on the fly. Thanks to canacar for the idea. - Calculate system bus clock speed before calling est_init(); it is needed to display proper MHz values from MSR values. - Also use the bus clock to identify EST CPU's, which is needed to differentiate e.g. Pentium M 715 and 760, which unfortunately have exactly the same MSR values. - Store power states directly as MSR values. Tested by many, "so when does it go in?" deraadt@ | |||
2006-06-12 | ANSIfy, and nuke newline at end of file. | Gordon Willem Klok | |
ok toby@, "slap it in" deraadt@ | |||
2006-06-12 | Add stray interrupt reporting to the apicvec.s, fix the code for stray | Gordon Willem Klok | |
interrupt reporting in vector.s. Stray interrupts will only be reported if a kernel is compiled with option DEBUG, in the case of a non-ioapic kernel some stray interrupts may be erroneously reported durring the boot process. ok toby@, "get it in" deraadt@ | |||
2006-06-11 | Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@ | Matthieu Herrb | |
2006-06-11 | Get rid of the wdt(4) char device. We have watchdog(4) and | Michael Knudsen | |
watchdogd(4), so there's no point in supporting old, unused, non-generic interfaces. Tested by < jg , rilk - com>. The sensors available on the WDT501 model will be supported later using the sensors framework. ok mickey markus | |||
2006-06-10 | ANSIfy, KNF and remove a silly comment. | Gordon Willem Klok | |
ok toby@, "absolutely" deraadt@ | |||
2006-06-10 | ANSIfy, KNF | Gordon Willem Klok | |
ok toby@, deraadt@ | |||
2006-06-07 | enable azalia; ok jason | Theo de Raadt | |
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff | |
2006-06-02 | Spelling. | Christopher Pascoe | |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe | |
(with symbols) to bsd.gdb, then strips bsd. This diff makes it rename the file with symbols, and then asks strip to output the stripped version as bsd. Avoids a potentially lengthy wait when we would otherwise copy the large (50MB+) kernel with debug symbols. ok reyk@ ketennis@ | |||
2006-06-01 | Compile broken ipmi into GENERIC, so it's easy for marco to fix | Bob Beck | |
it by enabling it, but leave it disabled by default so it doesn't screw people over until it is fixed. ok dlg@, asked for by deraadt@ | |||
2006-06-01 | enable xge(4) on the CD RAMDISKs. | Brad Smith | |
2006-06-01 | Disable ipmi in GENERIC for the moment - it breaks too much stuff | Bob Beck | |
on any of my sun amd64's as well as other ones (hp). We can re-enable it again when marco fixes it to be stable. ok deraadt@ and the crocodile hunter.. | |||
2006-05-31 | enable mpi | David Gwynne | |
ok deraadt@ | |||
2006-05-31 | do not call acpi_powerdown() unless acpi has successfully initialized | Todd T. Fries | |
ok gwk@ canacar@ | |||
2006-05-31 | enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled it | David Gwynne | |
on sparc64 last night. macppc gets it in RAMDISK as well. | |||
2006-05-31 | Enable wdt(4) by default. ok deraadt | Michael Knudsen | |
2006-05-29 | Remove unused NetBSD new-style %b strings. | Miod Vallat | |
2006-05-29 | implement reliable microtime on smp (joint work w/ otto): | Michael Shalayeff | |
send a bcast ipi from the cpu0 to all others to timestamp tsc on every clock intr. this way using local tsc provides accurate microtime() measurements. thus gettimeofday test passes now. otto@ deraadt@ ok | |||
2006-05-29 | GENERIC | Can Erkin Acar | |
2006-05-28 | Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H), | Dimitry Andric | |
and zap trailing spaces. No functional change. | |||
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler | |
generic bus layer, and SCSI emulation for SD/MMC memory cards. | |||
2006-05-28 | remove sc_ic member from struct com_softc as it is not used anywhere | Felix Kronlage | |
ok miod@, martin@ | |||
2006-05-28 | do not print "root on ..." twice for the -a case, also cope with systems | Theo de Raadt | |
configured for 'root on nfs' |