Age | Commit message (Collapse) | Author | |
---|---|---|---|
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' | |||
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok | |
ok uwe@, "good" tedu@ | |||
2006-05-27 | casting mallloc | Gordon Willem Klok | |
ok uwe@, dlg2 | |||
2006-05-24 | Cleanup and simplify the EST detection: | Dimitry Andric | |
- Fix yet another rounding problem, in the ID16 macro this time. Luckily the resulting table was not affected by this. - Remove unnecessary fqlist::id32 field. This saves error-prone duplication of (MHz, mV) pairs in the source, and makes the table smaller. - Put fqlist members in bit fields, this also saves lots of space. These fields are not accessed in performance-critical code anyway. Tested by a bunch of people, ok brad@ | |||
2006-05-21 | some diskless pointers; ok deraadt | Jason McIntyre | |
2006-05-20 | Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attempt | Theo de Raadt | |
to boot from it. At the same time add -a support for network interface selection; tested by reyk, mk, deraadt on i386, cloned code applied to amd64 and tested a little bit less | |||
2006-05-20 | handle BOOTARG_BOOTMAC from boot block; tested by reyk | Theo de Raadt | |
2006-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt | |
we are booting from) out towards the kernel; tested by reyk crank the version too | |||
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt | |
2006-05-20 | NFSCLIENT can obviously fit on here | Theo de Raadt | |
2006-05-20 | Some more EST improvements: | Dimitry Andric | |
- Add Pentium M 710, 730, 740, 750, 760; preliminary, not all table values are known yet, thanks to incomplete Intel documentation. - Change Pentium M 770 to 133 MHz system bus clock. - Fix rounding, so 133 MHz bus clock based CPU speeds like 1733, 1866, 2133 show up correcly, instead of 1729, 1862, 2128 as before. If you have any of the 7[1-7]0 models, and it doesn't get detected properly yet, please let me know. It might be you have a slightly different variant from what is in the tables. Tested by a lot of people; ok brad@, slap it in deraadt@ | |||
2006-05-20 | delete old #ifdef INSTALL chunk | Theo de Raadt | |
2006-05-19 | clean out some NetBSD cruft from the pmap code. | Brad Smith | |
ok mickey@ deraadt@ | |||
2006-05-19 | Reimplement the Enhanced SpeedStep CPU detection by using the | Dimitry Andric | |
quintuplet { vendor, MHz_hi, mV_hi, MHz_lo, mV_lo }, which works much better than parsing the branding string. It also makes it easier to add new models later. Shouldn't break any CPU's which previously worked okay with EST; if there's any trouble, please let me know! Also adds quite a number of VIA C7-M models, and a few more Pentium M models, all from FreeBSD. "go for it" deraadt@ | |||
2006-05-19 | Add acpitz, commented out | Can Erkin Acar | |
2006-05-19 | Smbios cleanup | Gordon Willem Klok | |
Improve the heuristics a little and extend them to the version and serial number fields. Clean the strings of leading/trailing space and deal with strings which consist entirely of space. Use fixed buffers for strings instead of using pointers into the table. ok deraadt@, and tested by many. | |||
2006-05-19 | since mfi is pretty small, it fits on some media | Theo de Raadt | |
2006-05-19 | no, azalia may not be on. Why? You did not ASK ME, brad. And there | Theo de Raadt | |
is an outstanding PR which makes it obvious that it should not be enabled yet! | |||
2006-05-18 | Enable mfi. | Marco Peereboom | |
2006-05-18 | Enable detection of SpeedStep support for the VIA Esther CPU's. Note | Dimitry Andric | |
this won't identify the possible speeds yet. Add some KNF while there. ok deraadt | |||
2006-05-18 | enable azalia(4) so we can get some more feedback. | Brad Smith | |
2006-05-15 | better wording for the "memory" section; | Jason McIntyre | |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric | |
also needs a X.org update, which will go in later. Tested by a bunch of people; ok deraadt@ | |||
2006-05-14 | xge might as well be enabled | Theo de Raadt | |
2006-05-14 | add wpi(4) so i can get feedback. | Damien Bergamini | |
ok deraadt@ | |||
2006-05-14 | Bring over workaround for broken BIOSes that use ACPI global interrupt numbers | Mark Kettenis | |
instead of APIC pin numbers from amd64. ok brad@ | |||
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt | |
2006-05-13 | mention the Xframe-II as well. | Brad Smith | |
2006-05-11 | cleaner | Theo de Raadt | |
2006-05-11 | kill trainling spaces | Michael Shalayeff | |
2006-05-10 | in db_write_bytes correctly restore pte prot after write; this is not a big ↵ | Michael Shalayeff | |
deal as kernel .text is not writable anyway; found by aaron | |||
2006-05-09 | Import global ACPI interrupt code from amd64. | Mark Kettenis | |
ok brad@ | |||
2006-05-09 | 0x0006 is not a good value for a bit flag, so change it to 0x0008. | Tom Cosgrove | |
Spotted by kettenis@ ok mickey@ | |||
2006-05-09 | Avoid estimating pentium_mhz too low, which has the effect of resulting | Otto Moerbeek | |
in non-monotonic time. Now the gettimeofday regression no longer fails on my 500MHz PIII. ok toby@ mickey@ | |||
2006-05-09 | Move the sti to after the memory write. We do not want execution of | Otto Moerbeek | |
this and microtime() to interleave. ok deraadt@ toby@ mickey@ |