summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2009-07-22correctly list which files this license applies toTheo de Raadt
2009-07-22Comment diff only; list an additional supported PHY and add a linkStuart Henderson
2009-07-21Make rbus_new_body() invocable from outside cardbus.c, to allow md codeMiod Vallat
2009-07-21Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadMiod Vallat
2009-07-21Use the symbolic constants for the window registers in pci configurationMiod Vallat
2009-07-21Rewrite ioctl parts and rx filter handling. From Brad, tested byStuart Henderson
2009-07-21Add a family flag for the original 5700 series chipsets. Idea from FreeBSD.Christian Weisgerber
2009-07-21Call timeout_set() from rl_attach, not rl_init(). From Brad.Stuart Henderson
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat
2009-07-20KNF fixesJordan Hargrave
2009-07-19Include 0x4402 in the bbp id mapping table used on olderJonathan Gray
2009-07-19clalloc() can't fail, so there's no need to handle failure cases.Bret Lambert
2009-07-18Don't forget to read the high bits I/O range register when registeringMiod Vallat
2009-07-18Remove redundant code for setting the maximum frame receive sizeStuart Henderson
2009-07-18reorder a switch block, no functional change but reduces the diffStuart Henderson
2009-07-18Simplify receive filter handling, from Brad.Stuart Henderson
2009-07-18Rewrite the ioctl handling code and the receive filterStuart Henderson
2009-07-18While detatching the device, workaround the case when a midiAlexandre Ratchov
2009-07-18#include stdio.h for printf here also.Jonathan Gray
2009-07-18#include stdio.h for printf.Jonathan Gray
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-15missing va_end in aml_seterror; ok marco@Martynas Venckus
2009-07-15In sdmmc_intr_establish(), don't duplicate the `name' parameter.Michael Knudsen
2009-07-15Removes the magic bit from re_init() and moves the commonChristian Weisgerber
2009-07-15print interrupt string like com at puc doesTheo de Raadt