summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-06-19add new PCI ids.Brad Smith
2006-06-19Close a race in the interrupt handler code.Dale Rahn
2006-06-19some new ASIC revisions.Brad Smith
2006-06-19regenBrad Smith
2006-06-19add some more Broadcom Gig PCI ids.Brad Smith
2006-06-19pcn no longer fits, sighTheo de Raadt
2006-06-19Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() areKenneth R Westerback
2006-06-18Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. DoMarco Peereboom
2006-06-18s/memcmp/IEEE80211_ADDR_EQ/Damien Bergamini
2006-06-18- implement new ic_updateslot() callback.Damien Bergamini
2006-06-18Improve 802.11b/g interoperability and move toward better complianceDamien Bergamini
2006-06-18Under certain circumstances, ext2fs_inactive() can be called without aPedro Martelletto
2006-06-18enable packet bursting when operating as a STA.Damien Bergamini
2006-06-18enable udcf(4) on sparc64, works on my Blade 100; ok mbalmer@Christian Weisgerber
2006-06-18Whitespace, oops.Christopher Pascoe
2006-06-18Add support for equal-cost multipath IP.Christopher Pascoe
2006-06-18regenBrad Smith
2006-06-18add some additional LSI Logic PCI ids.Brad Smith
2006-06-18Don't walk memory whenever there is nothing there. I ran into this whileMarco Peereboom
2006-06-18Print World Wide Node Name and World Wide Port Name during dmesg so thatMarco Peereboom
2006-06-17Better checks to avoid attaching when device is not present.Dale Rahn
2006-06-17Fix error where soft irq mask was not initialized for IPL_HIGH, and cleanup.Dale Rahn
2006-06-17prefix debug messages with the device nameJolan Luff
2006-06-17s/int/u_int/gDamien Bergamini
2006-06-17KNF and destatic functions.Michael Knudsen
2006-06-17protect those files against multiple inclusions too.Damien Bergamini
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini
2006-06-17Fix a bug that AUDIO_MIXER_READ returns an incorrectBrad Smith
2006-06-17- re-enable AMRRDamien Bergamini
2006-06-17check return values of azalia_init_corb() and azalia_init_rirb().Brad Smith
2006-06-17Don't return low level errors to userspace in p4tcc_setperf().Dimitry Andric
2006-06-17add sys/timeout.hBrad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-17In p4tcc, only check cpu stepping for the Pentium 4 family. Also killDimitry Andric
2006-06-17When multipath routes are inserted, ensure that RTF_MPATH is set for anyChristopher Pascoe
2006-06-17Refuse to mount a ffs fielsystems whose number of frags is not 1, 2, 4 or 8,Miod Vallat
2006-06-17Introduce pmap_kenter_cache(), similar to pmap_kenter_pa() but allowingMiod Vallat
2006-06-17Recent Powerbook systems have their on-board keyboard and mouse devicesMiod Vallat
2006-06-17adopt to extended rtrequest / rtalloc1 apiHenning Brauer
2006-06-17udcf(4) no longer needs the file sys/dev/clock_subr.c to be compiled and linkedMarc Balmer
2006-06-17unbreak; from theoHenning Brauer
2006-06-17Dont disable siop, add pcalcd, commented for now (no gpioctl on ramdisk).Dale Rahn
2006-06-17Add pcaled with it's gpio attachment. Make gpio at iopxs not be '0' but '*'Dale Rahn
2006-06-17Driver for the Philips PCA9532 LCD dimmer controller, found on thecus.Dale Rahn
2006-06-17remove some whitespace.Brad Smith
2006-06-17avoid missing events for timestamping (dcd change at same time as cts);Theo de Raadt
2006-06-16IS_VM_PHYSADDR is no longer used.Miod Vallat
2006-06-16When checking if a page is managed or not, do not invoke IS_VM_PHYSADDRMiod Vallat