summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-01-25Duh! If askes to halt the input dont halt the output instead. This alsoBrad Smith
2006-01-25- Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)Brad Smith
2006-01-25kthread_create_deferred() do the things right, no need forAlexander Yurchenko
2006-01-25Prevent division by zero, and make it actually update the fan sensors.Mark Kettenis
2006-01-25Time-slot mask are u_int32_t so art_mask_tsmap() should return u_int32_t too.Claudio Jeker
2006-01-25Check if the dma ring got cleared before accessing it. Fixes a panic thatClaudio Jeker
2006-01-25Add additional debug function to print framer error counters.Claudio Jeker
2006-01-25Reset and initialize part of the device early. Makes reading the ROM moreClaudio Jeker
2006-01-24Initial stab at glenv(4), a driver for the GL518SM.Mark Kettenis
2006-01-24Match a few more NVIDIA product ids found in Linux drivers.Jonathan Gray
2006-01-24regenJonathan Gray
2006-01-24Some NVIDIA MCP04/MCP51/C51/MCP55 devices.Jonathan Gray
2006-01-23The GL518SM is a real piece of shit, and if we don't detect it bad thingsMark Kettenis
2006-01-23Don't match ITE chips matched by it(4).Mark Kettenis
2006-01-23Do not enable disabled sensors.Mark Kettenis
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
2006-01-22account tx retry-fail errors in if_oerrors.Damien Bergamini
2006-01-22fixes miibus_{read,write}reg routines.Damien Bergamini
2006-01-22Nothing uses this file anymore.Alexander Yurchenko
2006-01-22Fix UDMA on IDE function integrated on VIA VT8237 south bridge.Mark Kettenis
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-21regenJonathan Gray
2006-01-21Additional devices from submitted dmesgs.Jonathan Gray
2006-01-21Remove zeroref here too; spotted by naddy@Miod Vallat
2006-01-21some cleaning after removing code for reading the VPD.Brad Smith
2006-01-21Remove now unused zeroref member in cfattach structures.Miod Vallat
2006-01-21Invoke disk_detach() and related cleanup work in detach(), rather thanMiod Vallat
2006-01-21regenBrad Smith
2006-01-21add Dell RAC 3 and 4 PCI ids.Brad Smith
2006-01-20remove redundant code from nfe_attach().Brad Smith
2006-01-20Add support for driving SDA in push-pull + tri-state mode.Alexander Yurchenko
2006-01-20More evaluator changesJordan Hargrave
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.Todd C. Miller
2006-01-20- match another revision of Audigy cardsJacob Meuser
2006-01-20- xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf()Brad Smith
2006-01-19Try to disable unconnected temperature sensors.Mark Kettenis
2006-01-19ENAMETOOLONG if path too long; ok miod pedroTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-19Added support for read/write of PCI Config spaceJordan Hargrave
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-18Added new evaluation routinesJordan Hargrave
2006-01-18Fix typo; w83l785ts-l has chip ID 0x70.Mark Kettenis
2006-01-18Check that SDA pin is able to read input.Alexander Yurchenko
2006-01-18initial Tx/Rx bits. not working yet.Damien Bergamini
2006-01-18add some bits to control assoc led.Damien Bergamini
2006-01-18Fix false positives of ipmi on older machines.Marco Peereboom
2006-01-18add some PIIX compatible SMBus controllers from SMSC and ATI.Brad Smith
2006-01-18regenBrad Smith
2006-01-18add the vendor id for Agilent TechnologiesBrad Smith
2006-01-17Major overhaul of the aml parser. Evaluater temporarily disabled.Jordan Hargrave