summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-11-30fix wep key index in firmware command.Damien Bergamini
2006-11-30no need for #if NPF > 0 inside #if NPF > 0Henning Brauer
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff
2006-11-30unitialized variable, busted by dlg, fixed by dlgTheo de Raadt
2006-11-30more ZD1211B devicesJonathan Gray
2006-11-30regenJonathan Gray
2006-11-30Add a bunch more ZD1211B devices mostly from http://zd1211.ath.cx/Jonathan Gray
2006-11-30Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOTMarcus Glocker
2006-11-30Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only usedGordon Willem Klok
2006-11-29Nuke all commons but one, and enable --warn-common in LINKFLAGS.Miod Vallat
2006-11-29Unused global variable.Miod Vallat
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-11-29Enable short slots, which should increase / stableize throughputMarcus Glocker
2006-11-29From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-29Remove all the extern cpu_{id,model,whatever} declarations from mostDimitry Andric
2006-11-29Reflect reality in a comment.Marc Balmer
2006-11-29Detach correctly; ok deraadt@Miod Vallat
2006-11-29Fix the major bug in ips which prevents GENERIC to attach it.Alexander Yurchenko
2006-11-29Don't print masks if we're in apic mode.Mark Kettenis
2006-11-29Do not consider unrecognized buttons as lid sensors. ok marco@Miod Vallat
2006-11-29No need to include pcdisplay.h here anymore.Miod Vallat
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Limit the number of openings to 1 for now, there're still bugs.Alexander Yurchenko
2006-11-29Remaining bits required for ZD1211B support.Jonathan Gray
2006-11-29Fix cpu_model string screwup.Dimitry Andric
2006-11-29The historical reasons to spoof the 'c' partition of ccdN as being FFSKenneth R Westerback
2006-11-29Report about command errorAlexander Yurchenko
2006-11-29ips firmware runs on a little-endian cpu so do endian conversionAlexander Yurchenko
2006-11-29Add some constants.Alexander Yurchenko
2006-11-29Correct the calculation of block address for specfs block i/o onKenneth R Westerback
2006-11-29disable a gpio that is not neededTheo de Raadt
2006-11-29move CSD/CID decoding to sdmmc_mem.cUwe Stuehler
2006-11-29make interrupt handler stay quiet in case of shared interruptsUwe Stuehler
2006-11-29match Linksys WUSBF54GJonathan Gray
2006-11-29regenJonathan Gray
2006-11-29Linksys WUSBF54GJonathan Gray
2006-11-29detect potential multiplicative overflow before allocation, and return viaTheo de Raadt
2006-11-29Compile the mixer tuning via keyboard code if NWSKBD_HOTKEY if nonzeroMiod Vallat
2006-11-29Use unsigned numbers for comparisons in mmmmap().Miod Vallat
2006-11-29Update the sensor description based on the GPS operation mode. InitialMarc Balmer
2006-11-29Remove MAPPEDCOPY. It does not work and I am not convinced it is worthMiod Vallat
2006-11-29Add commented out ips here as well.Alexander Yurchenko
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29Enable monitor mode.Marcus Glocker
2006-11-29cpu_swapin is nomoreMichael Shalayeff
2006-11-29We don't use mb_map anymore since a long time already. Remove it.Miod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Add an alignment parameter to uvm_km_alloc1(), and change all callers toMiod Vallat