summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2006-04-30incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90,Damien Miller
2006-04-30support the Maxim 6657, 6658 and 6659 parts, which are register-wiseDamien Miller
2006-04-30styleBrad Smith
2006-04-30- check for IFF_RUNNING being set before calling lge_init().Brad Smith
2006-04-30rv not set. Sloppy but didn't matter.Marco Peereboom
2006-04-30- Use SK_IS_GENESIS/SK_IS_YUKON where appropriateBrad Smith
2006-04-30- Interrupt handler now checks shared interrupt source and protectsBrad Smith
2006-04-30Update if_oerrors if we encounter watchdog error.Brad Smith
2006-04-30- Added/corrected register definitions for Yukon.Brad Smith
2006-04-30Free one more resource on attach failure.Brad Smith
2006-04-29bring back skip_fc SMI workaround for max6657 chips; ok kettenis@Damien Miller
2006-04-29regenJonathan Gray
2006-04-29Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.comJonathan Gray
2006-04-29Add a close method to send the shutdown command, which presumablyJonathan Gray
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
2006-04-29regenJonathan Gray
2006-04-29Add a bunch of CP210x based serial adapters found in Linux driver.Jonathan Gray
2006-04-28In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctlMiod Vallat
2006-04-28The W83627THF is pretty much identical to the W83637HF, not the W83627HF.Mark Kettenis
2006-04-28when setting the interface address, only call em_init() if the interfaceBrad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28regenJonathan Gray
2006-04-28Add some ids for newer ralink wireless chips.Jonathan Gray
2006-04-28backout previous, Brad probably forgot to commit some bits hereMartin Reindl
2006-04-28regenSteven Mestdagh
2006-04-28add National Instruments PCI-GPIB card; ok kettenisSteven Mestdagh
2006-04-28check for IFF_RUNNING being set before calling vr_init().Brad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28remove function prototypes for a few functions removed in rev 1.25.Brad Smith
2006-04-27Quirk for MSI Megabook S270 audio output. Ok deraadt@.Matthieu Herrb
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-27from PAE work:Michael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-27cope with recent changes in the sensor frameworkMarc Balmer
2006-04-27Match the ICH7-M DH in RAID mode and ask forJonathan Gray
2006-04-27regenJonathan Gray
2006-04-27ICH7-M DH in RAID mode, from ICH7 errata datasheet.Jonathan Gray
2006-04-26Remove ICH6M from case statements in IDE code now weJonathan Gray
2006-04-26it turns out that a drivers interrupt handler is called at the spl it wasDavid Gwynne
2006-04-26Fix a typo in register definitions: looks like somebody copied theBrad Smith