summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-08-20add format strings implied by surplus argumentsJonathan Gray
2010-08-20regenDamien Bergamini
2010-08-20The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU).Damien Bergamini
2010-08-20white space fixDavid Gwynne
2010-08-20fix an annoying indentation glitchTheo de Raadt
2010-08-19Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer fromMark Kettenis
2010-08-19Introduce an MI kern.consdev sysctl that will replace the MDMark Kettenis
2010-08-19- fold several occurences of DEVNAME() into one located in sdmmcvar.h.Jasper Lievisse Adriaanse
2010-08-18* indentation fixJacob Meuser
2010-08-18* the detach and drain functions do the same waiting for channels toJacob Meuser
2010-08-18- remove COMPAT_LINUX bits. these architectures are not targetted by theJasper Lievisse Adriaanse
2010-08-18regenDamien Bergamini
2010-08-18Realtek RTL8190P and RTL8192E PCI ids.Damien Bergamini
2010-08-18fix a test that prevents division by zeroDamien Bergamini
2010-08-18- in STA mode, when associated, stop receiving beacons from other BSS.Damien Bergamini
2010-08-18delete some rogue spaces and tabs. no binary change.Marco Peereboom
2010-08-18- fix compilation of kernel without FFS...don't ask ;-)Jasper Lievisse Adriaanse
2010-08-17regenJasper Lievisse Adriaanse
2010-08-17- TI doesn't mean Texas IntelJasper Lievisse Adriaanse
2010-08-17Make sure fast trap handlers correctly invoke soft interrupts by markingMiod Vallat
2010-08-17Power management for PCI devices. For now just put everything in the D3Mark Kettenis
2010-08-16Restore initialization of apcicnaddr which got accidentally removed in revisionMiod Vallat
2010-08-16Make sure we reserve enough room after the kernel image to avoid stompingMiod Vallat
2010-08-16Add a dummy elf64.c, effectively removing support for loading 64-bit kernelsMark Kettenis
2010-08-13now that we are at -current again, re-enable POOL_DEBUGPeter Hessler
2010-08-13Fix indentation.Mark Kettenis
2010-08-13when sending a fragmented packet, dont check if the interfaces send queueDavid Gwynne
2010-08-12homogeneous style.Damien Bergamini
2010-08-12Enable periodic (every 4 minutes) power amplifier calibrationDamien Bergamini
2010-08-12no need to set these pointers to NULL, softc is already zeroed.Damien Bergamini
2010-08-12For chips in open-loop power control mode, periodically (every 30 secs)Damien Bergamini
2010-08-12Fix look-up of the power control digital-to-analog converter (PCDAC)Damien Bergamini
2010-08-12Fix a ton of space and tab violations. No binary change.Marco Peereboom
2010-08-12Fix a one character typo that broke interrupt handling on ironlake.Owain Ainsworth
2010-08-12Instead of returning EBUSY when the busy flag is set in the ioctl, sleepOwain Ainsworth
2010-08-12Nuke extra (typoed) extern declaration and a spare newline from the lastOwain Ainsworth
2010-08-12Reset the chip upon suspend, to make sure it stops DMA. Reset it again uponMark Kettenis
2010-08-12these files don't need to include nearly so many headersTed Unangst
2010-08-12clean up some macro obfuscation and assorted styling problems.Ted Unangst
2010-08-12Initialize xs to NULL in gdt_intr() since it now might be used beforeMatthew Dempsky
2010-08-12we are at -current againTheo de Raadt
2010-08-11Disable the RTC the periodic interrupt. Leaving it enabled causes theMark Kettenis
2010-08-11Make the number of vnodes to correspond to the number of buffers inBob Beck
2010-08-11crank versionTheo de Raadt
2010-08-11De-inline CHS_rw. Somehow the merger of two monster __asm __inline statementsTheo de Raadt
2010-08-11Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599Jonathan Gray
2010-08-11Typo in comment: auhtorized->authorizedRay Lai
2010-08-11Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-freeKenneth R Westerback
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-08-10spaces and tabs, no binary changeMarco Peereboom