summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2006-05-07- Remove unreachable bus_dmamap_unload() in em_dma_malloc().Brad Smith
2006-05-07- Return if there is nothing to do in the interrupt handler.Brad Smith
2006-05-07Default to Ultra DMA Mode 6 not 5 when we know we have a nativeJonathan Gray
2006-05-06remove a block of duplicated defines, ok marcoPeter Stromberg
2006-05-06if the fan data rate is per second convert it to per minute, ok marcoPeter Stromberg
2006-05-06restore ALTQ support which was lost with rev 1.87Brad Smith
2006-05-04free resources on close; found by Alexandre Ratchov <alex@caoua.org>Michael Shalayeff
2006-05-04fix interrupt out transfersJolan Luff
2006-05-03Provide a function pointer that allows for the wdc resetJonathan Gray
2006-05-03regenBrad Smith
2006-05-03add the Neterion Xframe-II 10GbE product id.Brad Smith
2006-05-01RegenPedro Martelletto
2006-05-01Add Neodio 8-in-1 Flash Device Controller, okay dlg@Pedro Martelletto
2006-05-01- when setting the interface address, only call ixgb_init() if the interfaceBrad Smith
2006-05-01sprinkle some tabs.Brad Smith
2006-05-01Activate Tx descriptor poll timer in order to protect possible lossBrad Smith
2006-05-01Added Rx/Tx FIFO flush support for YukonBrad Smith
2006-05-01A new function sk_yukon_tick(), to handle auto-negotiation properly forBrad Smith
2006-05-01replace magic value of 32 with EM_MAX_SCATTER.Brad Smith
2006-05-01increase the Tx ring count from 64 to 256.Brad Smith
2006-05-01remove an unused prototype.Damien Bergamini
2006-05-01call iwi_stop() at beginning of iwi_init() so that all rings are properlyDamien Bergamini
2006-05-01Zero the memory allocated for subdevs[], preventing a quick trip toKenneth R Westerback
2006-05-01always call xge_init() here, for the time being.Brad Smith
2006-05-01OpenBSD-ify the attach function printf's.Brad Smith
2006-05-01initial port of a driver for the Neterion Xframe-I 10Gb Ethernet adapter.Brad Smith