Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. | Mark Kettenis | |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. | Mark Kettenis | |
Remove IPL_SERIAL since it is unused. ok krw@, weingart@, deraadt@ | |||
2008-04-28 | Sync PCI ids. | Brad Smith | |
2008-04-28 | regen | Brad Smith | |
2008-04-28 | Add the VIA PT894 Northbridge PCI ids. | Brad Smith | |
2008-04-28 | regen | Brad Smith | |
2008-04-28 | - Add another Transmeta Northbridge PCI id | Brad Smith | |
- Add the Fujitsu vendor id | |||
2008-04-28 | regen | Brad Smith | |
2008-04-28 | Add SiS 662 PCI id. | Brad Smith | |
2008-04-28 | regen | Brad Smith | |
2008-04-28 | Add Intel I/OAT PCI ids. | Brad Smith | |
2008-04-28 | regen | Brad Smith | |
2008-04-28 | Add ATI SB700 and RS780 PCI ids. | Brad Smith | |
2008-04-28 | Sync PCI ids. | Brad Smith | |
2008-04-28 | regen | Brad Smith | |
2008-04-28 | - Add PCI ids for the AMD64 Phenom/Opteron 8300 series (10h) and Griffin (11h) | Brad Smith | |
- Rename existing AMD64 entries to mention the family number | |||
2008-04-27 | fix rate control. | Damien Bergamini | |
2008-04-27 | replace ctob/btoc by ptoa/atop | Martin Reindl | |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein | |
thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ | |||
2008-04-27 | FPU/Altivec cleanup and prep for SMP. | Dale Rahn | |
2008-04-27 | Switch to proc based ast pending for SMP. ok kettenis. | Dale Rahn | |
2008-04-27 | Add gecko(4), a driver for the GeckoBOA BC GSC+ port. | Mark Kettenis | |
2008-04-27 | Move hppa to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis | |
2008-04-27 | regen | David Gwynne | |
2008-04-27 | correct the drac 3 virtual uart entry | David Gwynne | |
2008-04-27 | Make sure we actually use thesa pnp probe functions. | Mark Kettenis | |
2008-04-27 | Don't mix up parent and child. | Mark Kettenis | |
ok dlg@ | |||
2008-04-27 | our attach functions dont return anything. | David Gwynne | |
2008-04-27 | missing argument names in a function means it wont compile. | David Gwynne | |
2008-04-26 | Changes to get closer to SMP. | Dale Rahn | |
add biglock before interrupt calls into the kernel. switch the clock to using cpuinfo variables instead of globals move cpu_switchto into C code so that on multiprocessor the FPU and Altivec can be saved before switching CPUs. add a lock into pmap when modifying the hash table. | |||
2008-04-26 | Adjust the output voltage for BCM5906 PHY otherwise it might not be | Brad Smith | |
possible to obtain a link under some circumstances which are unknown at the moment. From the Linux tg3 driver. Issue reported by Kamil Andrusz <wizz at mniam dot net> ok kettenis@ | |||
2008-04-26 | hardware TKIP (including MIC) + CCMP | Damien Bergamini | |
2008-04-26 | move things from ieee80211_ifattach() to ieee80211_crypto_attach(). | Damien Bergamini | |
2008-04-26 | small optimization of TKIP mixing phase 2 (for little-endian architectures). | Damien Bergamini | |
2008-04-26 | unbreak hostap mode. | Damien Bergamini | |
do not parse RSN IE from beacons/probe responses if not scanning. | |||
2008-04-26 | Keep order of "#if defined..." consistent. | Mark Kettenis | |
2008-04-26 | Remove softast; it's no longer used. | Mark Kettenis | |
ok krw@ | |||
2008-04-26 | Typo, paket -> packet. | Brad Smith | |
2008-04-25 | Make ipending per-cpu. Should fix PR 5788. | Mark Kettenis | |
ok weingart@ | |||
2008-04-25 | When allocating an interrupt 'slot', always check all slots to see if we | Mark Kettenis | |
already allocated a slot for a particular apic pin. ok weingart@ | |||
2008-04-25 | Pretty dmesg output on attach and error handling. | Xavier Santolaria | |
Prodded by deraadt; ok dlg derradt | |||
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre | |
2008-04-25 | Plug potential mbuf leak by changing m_free to m_freem. | Bret Lambert | |
From NetBSD. ok thib@ | |||
2008-04-25 | the code that parses arguments from the boot loader on amd64 wasnt checking | David Gwynne | |
what type of console was specified, so when a glass console was used it was still configuring serial bits. this makes it so serial config only occurs for serial console devices. found by jolan@, thib@, and maybe sthen@ sorry guys | |||
2008-04-25 | Another HSDPA MSM. | Jonathan Gray | |
From/tested by giovanni <qgiovanni@gmail.com>. No man page addition as it is unclear who makes it. | |||
2008-04-25 | regen | Jonathan Gray | |
2008-04-25 | Another HSDPA MSM. | Jonathan Gray | |
From giovanni <qgiovanni@gmail.com> | |||
2008-04-24 | Adjust for renamed NetMos pcidevs entries. Add support for more Nm9845 | Mark Kettenis | |
variants and correctly match the 4S variant. ok deraadt@ | |||
2008-04-24 | regen | Mark Kettenis | |
2008-04-24 | Rename NetMos entries to include chip name and remove duplicate entry. | Mark Kettenis | |
ok deraadt@ |