Age | Commit message (Expand) | Author |
2006-12-21 | Remove some more remnants of old acpiec_wait function. | Marco Peereboom |
2006-12-21 | KNF | Marco Peereboom |
2006-12-21 | re_fixup_rx() is a no-op function, other than copying data to the same addres... | Dale Rahn |
2006-12-21 | Fix silly logic errors. | Marco Peereboom |
2006-12-21 | Silence acpibat significantly and shave off about 1k. Also add some smarts | Marco Peereboom |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback |
2006-12-21 | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> | Kenneth R Westerback |
2006-12-21 | ECs are weird in that they generate many interrupts. One for the actual | Marco Peereboom |
2006-12-20 | remove debug message inserted in last commit | Theo de Raadt |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok |
2006-12-20 | nearly complete knf | Theo de Raadt |
2006-12-20 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis |
2006-12-20 | sync | Theo de Raadt |
2006-12-20 | add atheros ids | Theo de Raadt |
2006-12-20 | Don't bail out on a bad interrupt line if we have a valid apic interrupt pin | Mark Kettenis |
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 |
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 |
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 |
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 |
2006-12-20 | acpi fits when we decide that it is more important than ahc(4) adaptec | Theo de Raadt |
2006-12-20 | acpi fits, when we trade it primarily for the very large rtw(4) driver. | Theo de Raadt |
2006-12-20 | acpi (disabled) fits... when we trade it for the rarely used i2o controllers, | Theo de Raadt |
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 |
2006-12-19 | TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it applies | Jun-ichiro itojun Hagino |
2006-12-19 | reject (potentially malicious) packets from outside, | Jun-ichiro itojun Hagino |
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 |
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 |
2006-12-18 | Change sti attachment to pass an array of base addresses for the sti regions, | Miod Vallat |
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 |