summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-30Set the correct media type for 1000baseLX SFPs.Jonathan Gray
2015-04-30Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted fromStuart Henderson
2015-04-30Link report descriptors to known sensors.Martin Pieuchot
2015-04-30Instead of using a single flat array for all sensors, put all theMartin Pieuchot
2015-04-30Convert to if_input(), tweak and ok dlg@Martin Pieuchot
2015-04-30No need to set `rcvif', if_input() does it for you!Martin Pieuchot
2015-04-30Convert moar drivers to if_input().Martin Pieuchot
2015-04-28Fix a memory leak in an error path found by Maxime Villard'sJonathan Gray
2015-04-28In rtsx(4), condense the list of support chips in a comment, remove the unusedStefan Sperling
2015-04-27Since upd(4) currently supports a known but limited number of sensors,Martin Pieuchot
2015-04-27with more unit convertion when new sensors will appear.Martin Pieuchot
2015-04-27Make use of DEVNAME(), from David Higgs.Martin Pieuchot
2015-04-26Have vio_start() check if the queue is empty.Stefan Fritsch
2015-04-26vio: Support checksum offloading for IPv4 TXStefan Fritsch
2015-04-26regenStefan Sperling
2015-04-26Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@Stefan Sperling
2015-04-26regenStefan Sperling
2015-04-26Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device.Stefan Sperling
2015-04-26Two extra messages required after sending a baud rate update, as observedJonathan Matthew
2015-04-25Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1.James Turner
2015-04-24another thinkpad event to ignore; from mp39590@gmailTheo de Raadt
2015-04-24vio: If enqueue fails, drop packet.Stefan Fritsch
2015-04-22Init error to 0 for sdmmc_mem_single_{read,write}_blockJonathan Gray
2015-04-19Do not truncate possible remaining transfer length.Martin Pieuchot
2015-04-19Enable the REG_READ ioctl. A whitelist is used to allowJonathan Gray
2015-04-18another round of reducing the diff to linuxJonathan Gray
2015-04-18Simplify vio_encap() a bit.Stefan Fritsch
2015-04-18define and use trace macrosJonathan Gray
2015-04-18Remove some unused debug functions. If we're interested inJonathan Gray
2015-04-18add and use module param macrosJonathan Gray
2015-04-17Crank the timeout and decrease the buffer size to not end up droppingMartin Pieuchot
2015-04-17Make drm ioctls table driven. Further reduces the diff to linux.Jonathan Gray
2015-04-16Make sure LLVM static analyzer do not report a false positive,Martin Pieuchot
2015-04-16New driver for Araneus Alea II TRNG. All the hardwork has been done byMartin Pieuchot
2015-04-15Convert remaining drm ioctl implementation functions to return Linux-styleMark Kettenis
2015-04-14Setting the configuration in *_attach() is a bad practise because if itMartin Pieuchot
2015-04-14It's not possible to call umcs_get_status() in interrupt contextMartin Pieuchot
2015-04-14Make sure we close the interrupt pipe when the device is detached.Martin Pieuchot
2015-04-13Initialize RX/TX on re(4) slightly later; it appears that newer chipsStuart Henderson
2015-04-13Make sure we print the MAC address on sparc64 as well.Mark Kettenis
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-12Add a few missing trace functions, and "use" them. Add back the WATCH_GTTMark Kettenis
2015-04-12change back to linux style pci vendor/device definesJonathan Gray
2015-04-12change back to wait_for/wait_for_atomic_usJonathan Gray
2015-04-12Switch back to ioread32 and iowrite32 for cases where bus_space_vaddr isJonathan Gray
2015-04-12make wait_queue_head a struct with a mutexJonathan Gray
2015-04-11Directly handle ioctls issued to a SCSI device associated with a softraidJoel Sing
2015-04-11Add support for restarting rebuilds on RAID 5.Joel Sing
2015-04-11Convert lii(4) to if_input().Joel Sing