summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-07-29Linksys WUSB54GC v3Damien Bergamini
2009-07-29add Linksys WUSB54GC v3 which is a run(4) RT2070 (802.11b/g only).Damien Bergamini
2009-07-28regenStuart Henderson
2009-07-28add Cicada CS8244 10/100/1000 PHY, from Brad.Stuart Henderson
2009-07-28Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46.Stuart Henderson
2009-07-28- Don't access VPD even if hardware advertised the capability.Kevin Lo
2009-07-28typo. OK deraadt@Claudio Jeker
2009-07-28timeout_add -> timeout_add_msecBret Lambert
2009-07-28timeout_add -> timout_add_msecBret Lambert
2009-07-28Replace "XXX ? from linux" with a descriptive comment. From Brad.Stuart Henderson
2009-07-28The firmware is an array of u_int32_t and differs between architectures.Claudio Jeker
2009-07-28print the chipset name in the dmesg so it is possible to tellKevin Lo
2009-07-28Add flow control supportKevin Lo
2009-07-27explain the pedigree of these firmwares, since the license is not quite right.Theo de Raadt
2009-07-27Do enter the tigon directory, and build there, and ship them. We have triedTheo de Raadt
2009-07-27Split comment from lint keyword. OK dms@Claudio Jeker
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-26Add PCIOCGETROM, and ioctl(2) to read PCI ROMs.Mark Kettenis
2009-07-26If we recognize a specific mouse model where we need to override locatorMiod Vallat
2009-07-26Fix flow control support:Mark Kettenis
2009-07-25Fix crash in bwi on armish by properly aligning a 32-bit value. NotKenneth R Westerback
2009-07-25Fix Cardbus_conf_{read,write} macros. Not used by anything yet.Miod Vallat
2009-07-25Better parameter validation in pciioctl(): check for ioctl number andMiod Vallat
2009-07-25typoMartynas Venckus
2009-07-25Replace magic numbers for ANAR flow control bits with the appropriateMark Kettenis
2009-07-25Stop using rbus to set up the socket BAR if it has been left unitializedMark Kettenis
2009-07-25Add flow control status reporting. From Brad.Stuart Henderson
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray
2009-07-24Don't include systm.h as it isn't needed and pulls in libkern headers,Jonathan Gray
2009-07-24timeout_add -> timeout_add_secBret Lambert
2009-07-24Global Item #3 should be Physical Minimum not Maximum accordingJonathan Gray
2009-07-24timeout_add -> timeout_add_msecBret Lambert
2009-07-24silent VIA VT6202 workaround; from bradTheo de Raadt
2009-07-23another lava puc that might show upTheo de Raadt
2009-07-23Switch re(4) over to MCLGETI.Mark Kettenis
2009-07-23VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune itTheo de Raadt
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Avoid twiddling the lower bits of a BAR such that the code becomes usableMark Kettenis
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23sync. -mojMats O Jansson
2009-07-23Add some more udl devices. -mojMats O Jansson
2009-07-23What gets allocated with bus_space_map() needs to be released withMiod Vallat
2009-07-23Adding disabled framework for RAID6Jordan Hargrave
2009-07-23Remove unused code.Mark Kettenis
2009-07-23If we initialize miicapabilities, we might as well pass it on when callingMark Kettenis
2009-07-23Use the correct buffer for non-zero report IDs in uhidev_set_report().Jonathan Gray
2009-07-23New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring,Constantine A. Murenin
2009-07-22comment fix from Brad; OpenBSD's mii_phy_add_media() does not printStuart Henderson
2009-07-22Add big-endian platform support to sis(4). Tested to not break anything onMiod Vallat