summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2010-03-01add uyurex(4) which is device driver for YUREX twitch counter device.Yojiro Uo
ok deraadt@
2010-02-28Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.Miod Vallat
Currently unable to change video modes or provide any form of acceleration, so you are stuck in a 640x400x8 mode, but at least people scared of serial consoles will get a chance to use their Fuloongs now. Tested by otto@ (early developments) and jasper@ (final version)
2010-02-28In pci_mapreg_map(), do not blindly dereference a possible NULL pointerMiod Vallat
upon stumbling on a BAR which value is zero. Found the hard way by kurt@, ok kettenis@
2010-02-27regenRobert Nagy
2010-02-27add Radeon HD4890 from Tero KoskinenRobert Nagy
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
when computing multicast hash. From Brad via FreeBSD
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback
Reported by and fix tested by peters at schwertfische dot de.
2010-02-26initialise 's' before first use in the unlikely error path; from cnstTheo de Raadt
2010-02-26regenRobert Nagy
2010-02-26Add Ricoh SD/MMC found in the Dell Studio 1557Robert Nagy
ok deraadt@
2010-02-25Fix up some of the comments to use the correctAlexandre Ratchov
capitilization for names. from brad, thanks!
2010-02-25Add VT1617 codec ID used in VIA Tremor 5.1 cards,Alexandre Ratchov
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
2010-02-25Remove trailing spaces,Alexandre Ratchov
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
2010-02-25new run(4) idsDamien Bergamini
2010-02-25new run(4) idsDamien Bergamini
from Windows driver via http://www.wikidrivers.com/wiki/Ralink_RT2870
2010-02-25Add support for the 82599 ExpressModule (X520-P2) card.Jonathan Gray
2010-02-25regenJonathan Gray
2010-02-25add product id for 82599 ExpressModule found in the Linux driver.Jonathan Gray
2010-02-25- endianness fixes in then bioctl code;Marco Peereboom
- recognize additional volume and drive states; - make use of the disk vendor_id as it makes sense for sas drives; - fixup offline_reason definitions; - bring back nitems that was removed unintentionaly; - remove unused mpii_get_raid_config_pg0. from <mkb@crypt.org.ru>
2010-02-24Don't print "EEPROM reload timed out" message. Devices that don't have anMark Kettenis
EEPROM exist (RouterBOARD RB600A) and reloading default values from the EEPROM will fail on those decives. ok deraadt@
2010-02-24Sweex LW153Damien Bergamini
2010-02-24The Sweex LW153 is a run(4).Damien Bergamini
2010-02-24more run(4) idsDamien Bergamini
2010-02-24new vendor OvisLink and associated run(4) id.Damien Bergamini
new Pegatron run(4) id.
2010-02-24ALLWIN TechDamien Bergamini
2010-02-24new vendor ALLWIN Tech and associated run(4) product ids.Damien Bergamini
2010-02-24- properly maintain sc->curchanDamien Bergamini
- return 1 in athn_intr for the gpio intr too
2010-02-24Disable Reduced Interframe Space search on AR9160 to workaroundDamien Bergamini
baseband issues. It would be cleaner to modify directly the initvals for AR9160 but I want to keep the exact same initvals as the Linux ath9k driver. from ath9k
2010-02-24fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0Damien Bergamini
with ROM rev >= 20) do some cleanup of phy registers definitions while i'm here.
2010-02-23Add another 340 product ids found in the linux driverJonathan Gray
2010-02-23regenJonathan Gray
2010-02-23add a heap of ftdi devices found in the linux driverJonathan Gray
2010-02-23Add support for 82599 devices based on changes to the FreeBSD driver.Jonathan Gray
Tested by deraadt on a HotLava card and myself with an Intel X520 and a CX4 82598. ok claudio@
2010-02-23syncIgor Sobrado
2010-02-23use the right capitalization for Ethernet.Igor Sobrado
2010-02-22Rename QUALCOMM3 to ZTE.Marco Pfatschbacher
Add support for ZTE MF637. OK jsg@
2010-02-220x19d2 is most likely a ZTE and not a Qualcomm vendor ID.Marco Pfatschbacher
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... OK jsg@
2010-02-220x19d2 is most likely a ZTE and not a Qualcomm vendor ID.Marco Pfatschbacher
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... Also add ZTE MF637 HSUPA USB modem. OK jsg@
2010-02-22Undo 1.48 and 1.49 for now, and go back to the drawing board; PR #6320Miod Vallat
2010-02-22regenJonathan Gray
2010-02-22Add some more 82599 ids from the FreeBSD driver.Jonathan Gray
2010-02-21Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not,Mark Kettenis
instead of the other way around. Fixes interrupt accounting. ok damien@
2010-02-21syncTheo de Raadt
2010-02-21the 82597EX is LR or SR, not only LRTheo de Raadt
2010-02-21syncTheo de Raadt
2010-02-21new plx goo, all the timeTheo de Raadt
2010-02-20Instead of defining le16_to_cpu to nothing use letoh16 so thisJonathan Gray
is slightly less likely to explode on big endian systems. Stupidity present in the original FreeBSD code as well.
2010-02-20Make use of PHY port numbers as targets for the drives insteadMarco Peereboom
of the internal PhysDriveNum. Also change ENXIO to EINVAL in one case. From: Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules
2010-02-20- implements bioctl support;Marco Peereboom
- fixes hot-un-plugging w/ softeps; - improves performance; - fixes IPL levels; - fixes lots of small things; - does a little bit of cleanup; - fixes NOWAIT/WAITOK; - disables useless/unused Driver Persistent Mapping code From Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules
2010-02-20Add necessary bits to support AC97 codecs in envy and add supportAlexandre Ratchov
for the VIA Tremor 5.1 card. From Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks! help from oga@