Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-20 | first steps of knf (trying not to step on jordan's feet too much); ok marco | Theo de Raadt | |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok | |
Rename pentium_mhz to cpuspeed which is consistant with amd64 making shared ACPI code less nasty. ok marco, deraadt | |||
2006-12-20 | oops, name already used | Theo de Raadt | |
2006-12-20 | skip the perfect hash for now since it wastes a lot of kernel memory, | Theo de Raadt | |
and fails to fit onto the floppies. for now, do a linear search, but someone should sort the instructions and use bsearch; ok marco | |||
2006-12-20 | rename __acpi_enable_gpe(); ok marco | Theo de Raadt | |
2006-12-20 | acpi_unmap_pmregs() is not used, ok marco | Theo de Raadt | |
2006-12-20 | sync | Alexander Yurchenko | |
2006-12-20 | Add Java iButton mbalmer gave me at h2k6. | Alexander Yurchenko | |
2006-12-20 | Implement high resolution temperature measuring. | Alexander Yurchenko | |
Based on the diff provided by aaron@linville.org in PR 5314. | |||
2006-12-20 | Enable recursive interrupts on armish. nudge by deraadt@ | Dale Rahn | |
2006-12-20 | Put all net80211 interfaces into the ``wlan'' interface group. Idea from me, | Alexander Yurchenko | |
name ``wlan'' from henning@. ok mbalmer@, reyk@, henning@, msf@ | |||
2006-12-20 | acpi fits when we decide that it is more important than ahc(4) adaptec | Theo de Raadt | |
scsi support (note that ahd was never even there...). | |||
2006-12-20 | acpi fits, when we trade it primarily for the very large rtw(4) driver. | Theo de Raadt | |
this product is relatively rare, and way more laptops will need acpi than need the rtw driver | |||
2006-12-20 | acpi (disabled) fits... when we trade it for the rarely used i2o controllers, | Theo de Raadt | |
wi(4) [this is a server-style install media], and eisa bus support. | |||
2006-12-20 | acpi (disabled) just happens to fit | Theo de Raadt | |
2006-12-20 | rum fits | Theo de Raadt | |
2006-12-19 | slight cleaning | Theo de Raadt | |
2006-12-19 | spacing | Gordon Willem Klok | |
2006-12-19 | knf + delete unused variables | Theo de Raadt | |
2006-12-19 | Add sanity to check for mfg overriden gasio field. | Marco Peereboom | |
2006-12-19 | Hook up acpicpu to the hw.setperf mechanism, this allows people running | Gordon Willem Klok | |
ACPI kernels built with the acpicpu diff to scale processor and frequency voltage, various incarnations tested by brad, thib, johan m:son lindman. ok marco | |||
2006-12-19 | TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it applies | Jun-ichiro itojun Hagino | |
to INET6 too, so move it outside. markus ok | |||
2006-12-19 | reject (potentially malicious) packets from outside, | Jun-ichiro itojun Hagino | |
with interface-local multicast addr in ip6_dst. by jinmei@kame | |||
2006-12-19 | simplify some low-level methods substantially (shrinking code); ok marco jordan | Theo de Raadt | |
2006-12-18 | fix device names and typos in comments | Martin Reindl | |
2006-12-18 | Remove misleading NOTREACHED comments. Sending a signal does not | Can Erkin Acar | |
stop execution. Noticed by deraadt@ | |||
2006-12-18 | sti@pci there too, why not. | Miod Vallat | |
2006-12-18 | Add support for pci-based sti devices. ok mickey@ | Miod Vallat | |
2006-12-18 | Read word-mode rom regions with bus_space_read_raw_region instead of | Miod Vallat | |
bus_space_region, for they might lie on a bus with a different endianness than the cpu. ok mickey@ | |||
2006-12-18 | Change sti attachment to pass an array of base addresses for the sti regions, | Miod Vallat | |
instead of using the rom mapping for region #0 and the device mapping for region #1. This will allow sti devices on which regions may be relative to different origins to attach (to be used very soon). ok mickey@ | |||
2006-12-18 | Provide bus_space_{read,write}_raw_region_{2,4}. | Miod Vallat | |
2006-12-18 | Allow bus_space mappings to span more than one 8MB segment; ok mickey@ | Miod Vallat | |
2006-12-18 | our panic() can take stdarg arguments | Theo de Raadt | |
2006-12-18 | Activate the mbg(4) Meinberg Funkuhren driver. | Marc Balmer | |
ok deraadt | |||
2006-12-18 | minor cleaning; ok marco | Theo de Raadt | |
2006-12-18 | Activate mbg(4). | Marc Balmer | |
ok deraadt | |||
2006-12-18 | delete extra goo | Theo de Raadt | |
2006-12-18 | - struct scsibus_attach_args; | Marco Pfatschbacher | |
+ struct scsibus_attach_args saa; OK miod@. | |||
2006-12-18 | regen | Michael Shalayeff | |
2006-12-18 | add c3700 and c8000 | Michael Shalayeff | |
2006-12-18 | regen | Michael Shalayeff | |
2006-12-18 | the 8900 is called shortfin | Michael Shalayeff | |
2006-12-18 | Activate mbg(4). | Marc Balmer | |
ok deraadt | |||
2006-12-18 | Format dmesg line according to our rules and make sure the firmware id | Marc Balmer | |
string is '\0' terminated, plus some KNF. from deraadt | |||
2006-12-18 | move proto to the right place | Theo de Raadt | |
2006-12-18 | force wd at pciide down to PIO mode 4 (yuck) until some DMA issues are | Martin Reindl | |
sorted out. makes the px-ehs much more happier. ok jsg@ | |||
2006-12-17 | More leftovers from rcons. | Miod Vallat | |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat | |
2006-12-17 | When processing a compose sequence of a dead accent and the spacebar, put | Miod Vallat | |
the ``mundane'' accent: apostrophe instead of acute, and comma instead of cedilla. This matches what existing keyboard layouts with dead keys do. From Maurice Janssen via otto@ | |||
2006-12-17 | Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNC | Claudio Jeker | |
bite the dust and make the code easier to read. Help and OK mglocker@ |