summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-04-30Initialize randseed to 1.Mark Kettenis
2008-04-30fix serial console handling on amd64. currently only glass console everDavid Gwynne
2008-04-30Drop all MPLS packets when MPLS is not enabled.Esben Norby
2008-04-29Attempt to locate an ELF header and symbol table directly after the kernel.Joel Sing
2008-04-29Change sis_chip_map() to use pci_find_device() as the originalJonathan Gray
2008-04-29enable km(4); ok deraadtConstantine A. Murenin
2008-04-29New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc);Constantine A. Murenin
2008-04-29remove noise, (debug print).Dale Rahn
2008-04-29PIR is not defined to be a writable register, do not use it.Dale Rahn
2008-04-29Spin up secondary CPUs on more systems.Dale Rahn
2008-04-29spillstk and ddbstk need to be per cpu. Found by kettenis@Dale Rahn
2008-04-28Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like weMark Kettenis
2008-04-28Do not alter mode parameter in vesafb_set_mode(), since we might ask for aMiod Vallat
2008-04-28Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there.Mark Kettenis
2008-04-28Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols.Mark Kettenis
2008-04-28Sync PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28Add the VIA PT894 Northbridge PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28- Add another Transmeta Northbridge PCI idBrad Smith
2008-04-28regenBrad Smith
2008-04-28Add SiS 662 PCI id.Brad Smith
2008-04-28regenBrad Smith
2008-04-28Add Intel I/OAT PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28Add ATI SB700 and RS780 PCI ids.Brad Smith
2008-04-28Sync PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28- Add PCI ids for the AMD64 Phenom/Opteron 8300 series (10h) and Griffin (11h)Brad Smith
2008-04-27fix rate control.Damien Bergamini
2008-04-27replace ctob/btoc by ptoa/atopMartin Reindl
2008-04-27add acpithinkpad(4), an acpi support driver for ibm/lenovojoshua stein
2008-04-27FPU/Altivec cleanup and prep for SMP.Dale Rahn
2008-04-27Switch to proc based ast pending for SMP. ok kettenis.Dale Rahn
2008-04-27Add gecko(4), a driver for the GeckoBOA BC GSC+ port.Mark Kettenis
2008-04-27Move hppa to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-04-27regenDavid Gwynne
2008-04-27correct the drac 3 virtual uart entryDavid Gwynne
2008-04-27Make sure we actually use thesa pnp probe functions.Mark Kettenis
2008-04-27Don't mix up parent and child.Mark Kettenis
2008-04-27our attach functions dont return anything.David Gwynne
2008-04-27missing argument names in a function means it wont compile.David Gwynne
2008-04-26Changes to get closer to SMP.Dale Rahn
2008-04-26Adjust the output voltage for BCM5906 PHY otherwise it might not beBrad Smith
2008-04-26hardware TKIP (including MIC) + CCMPDamien Bergamini
2008-04-26move things from ieee80211_ifattach() to ieee80211_crypto_attach().Damien Bergamini
2008-04-26small optimization of TKIP mixing phase 2 (for little-endian architectures).Damien Bergamini
2008-04-26unbreak hostap mode.Damien Bergamini
2008-04-26Keep order of "#if defined..." consistent.Mark Kettenis
2008-04-26Remove softast; it's no longer used.Mark Kettenis