summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-06-24de-register, ANSI functions and a little cleaning.Brad Smith
2006-06-24some comment fixes.Brad Smith
2006-06-24make em_fixup_rx() a void function.Brad Smith
2006-06-23add some constant macros for unsolicited response and jack sense.Brad Smith
2006-06-23namei() only returns locked vnodes if LOCKLEAF is set, be more clearNikolay Sturm
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
2006-06-23add an optional max_rssi attribute to the ieee80211com structure andReyk Floeter
2006-06-23Use MI clock conversion code for "new" clock.Mark Kettenis
2006-06-23A typo a day, keeps the dictionnary away.Miod Vallat
2006-06-23we choose more drivers/firmwares over ext2fsTheo de Raadt
2006-06-23match tomatillo varient (not yet fully working)Theo de Raadt
2006-06-23consistantly count context switches on exit; miod@ okMichael Shalayeff
2006-06-23fix two nested loops sharing the same control variable, plug two memoryPedro Martelletto
2006-06-23regenBrad Smith
2006-06-23add the Promise PDC40518 SATA-II chipset PCI id.Brad Smith
2006-06-23regenBrad Smith
2006-06-23add a few more Broadcom BCM43xx wireless PCI ids.Brad Smith
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-23bump up the RX ring count on sparc64 a little bit.Brad Smith
2006-06-22Enable sk(4).Brad Smith
2006-06-22lower the RX ring count and Jumbo slots on sparc64 as a workaround.Brad Smith
2006-06-22Add appropriate swapping for big-endian systems. Allows sk(4) to workBrad Smith
2006-06-22BBC-based machines swap the two registers (good going Sun -- that is why weTheo de Raadt
2006-06-22adjust PCI ids.Brad Smith
2006-06-22regenBrad Smith
2006-06-22The DGE560T_2 PCI id was a guess and more of a place holder as I did notBrad Smith
2006-06-22better media handling.Brad Smith
2006-06-22identify CX4 based hardware.Brad Smith
2006-06-22recognize the BCM5703 B0.Brad Smith
2006-06-22mpi works here too.David Gwynne
2006-06-22do not enable the gpio parent eitherTheo de Raadt
2006-06-22Roll in some defines for the file types used in udf_vget() and add onePedro Martelletto
2006-06-22Make udf_find_partmaps() correctly spot virtual partition maps inPedro Martelletto
2006-06-21if machdep.kbdreset==1 and the front panel button interrupt fires, tell initJason Wright
2006-06-21Only attach timer to the first counter-timer found.Miod Vallat
2006-06-21Pick the sbus clock frequency from the attach args instead of peeking at theMiod Vallat
2006-06-21this gpio should not be enabledTheo de Raadt
2006-06-21add the machdep.kbdreset logic to sparc64 (stuff to use it is coming)Jason Wright
2006-06-21grr... missed this... nuke SUN4U stuff here, tooJason Wright
2006-06-21Don't need option SUN4U. It's not -really- an option on sparc64, duh.Jason Wright
2006-06-21There was hope, at one time, of sharing fpu/ with sparc. That's stillJason Wright
2006-06-21remove some unused code.Brad Smith
2006-06-21minimal cleaningTheo de Raadt
2006-06-21minimal knf and cleanupTheo de Raadt
2006-06-21a good start at a driver for the Zydas ZD1211 802.11 devices byTheo de Raadt
2006-06-21use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figureJason Wright
2006-06-21don't need #ifdef SUN4U any moreJason Wright
2006-06-21regenBrad Smith
2006-06-21add the BCM5786 PCI id.Brad Smith
2006-06-21from netbsd: make anons dynamically allocated from pool.Michael Shalayeff