summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-05-14re-enable link up/down messages because they spray a lot right nowTheo de Raadt
2006-05-14comment out link up/down printf's.Brad Smith
2006-05-14Initial import of wpi(4), a blob-free driver for Intel PRO/Wireless 3945ABGDamien Bergamini
2006-05-14Add abstraction for resistor factors; makes it easier to compare them toMark Kettenis
2006-05-14Add a quirk to force the Wi-spy spectrum analyser to attach as ugen.Matthieu Herrb
2006-05-13regenMatthieu Herrb
2006-05-13Add Metageek Wi-Spy. ok deraadt@Matthieu Herrb
2006-05-13add IFQ_SET_MAXLENBrad Smith
2006-05-13add IFQ_SET_READY in wanpipe_generic_register() to notify the stack that thisBrad Smith
2006-05-13use the PCI id from pcireg.hBrad Smith
2006-05-13add the PCI id and minimal changes necessary for the Xframe-II, accordingBrad Smith
2006-05-12Fix a misreporting bug after bioctl -H is used to create a hotspare. This wasMarco Peereboom
2006-05-12add the PCI hdaudio subclass.Brad Smith
2006-05-12code we can readTheo de Raadt
2006-05-11use the PCI multimedia subclass type HD audio define from pcireg.hBrad Smith
2006-05-11add PCI multimedia subclass type of HD audio.Brad Smith
2006-05-11if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie perMiod Vallat
2006-05-11more microHAM devicesJason Wright
2006-05-11more microHAM devices (from linux)Jason Wright
2006-05-11support the microHAM radio/computer interfacesJason Wright
2006-05-11syncJason Wright
2006-05-112 microHAM devices from linux, and one from meJason Wright
2006-05-11fix incorrect ADC list for ALC880.Brad Smith
2006-05-10Add some airplane code.Marco Peereboom
2006-05-10regenMichael Shalayeff
2006-05-10a few more oxford thingies and orderMichael Shalayeff
2006-05-09fix non-ALTQ case.Brad Smith
2006-05-09Sprinkle a few bus_space_barrier() calls. Some of these may not be strictlyMark Kettenis
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
2006-05-08fix printf.Brad Smith
2006-05-08KNFBrad Smith
2006-05-08silence a debug message; from kili@outback.escape.de; ok miodTheo de Raadt
2006-05-08Make ath_attach() return error if the RF is unsupported so the PCI codePedro Martelletto
2006-05-08readable names for AD1981HD codecBrad Smith
2006-05-08ALC260: improve readability of mixer item names.Brad Smith
2006-05-08support for 8ch playback with STAC9221D codec.Brad Smith
2006-05-08sync NetBSD RCS idsBrad Smith
2006-05-08Don't crash when a connection list has invalid NIDs.Brad Smith
2006-05-08add some trace messages in azalia_mixer_init().Brad Smith
2006-05-08OpenBSD RCS idsBrad Smith
2006-05-08- make this compile with AZALIA_DEBUGBrad Smith
2006-05-08- Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT. [1]Brad Smith
2006-05-08Revert last commit till a better method can be found.Jonathan Gray
2006-05-07Add remaining glue for physical disk count.Marco Peereboom
2006-05-07Fix cut'n'paste abuse in previous typo fix; spotted by Constantine A. Murenin,Miod Vallat
2006-05-07oops, use correct size for GET_IOC_CHAN_DESCMarco Peereboom
2006-05-07Add bio framework (not functional yet).Marco Peereboom
2006-05-07add a name to rwlock so that we can tell where procs are getting stuckTed Unangst
2006-05-07Add abstraction for resistor factor; makes it easier to compare them toMark Kettenis
2006-05-07fix a typo and some KNF.Brad Smith