summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2009-07-15regenMark Kettenis
2009-07-15Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define forMark Kettenis
2009-07-14Silence ``invalid NVRAM header'' message if the NVRAM header is three zeroMiod Vallat
2009-07-14Kill structs and ioctls that were never implemented.Mark Kettenis
2009-07-12Assert copyright.Joel Sing
2009-07-12Fix rebuild percentage so that it ranges from 0-99% rather than 1-100%.Joel Sing
2009-07-12Don't attach when the PROM didn't give us an interrupt. Fix printed messagesMark Kettenis
2009-07-12In a error case in malo_init (e.g. can't load the firmware),Marcus Glocker
2009-07-12Clean up debug droppings in sr_raid1_set_vol_state().Joel Sing
2009-07-12Enable hotspare rebuilds for softraid RAID1.Joel Sing
2009-07-12Add support for global hotspares to softraid.Joel Sing
2009-07-12Add some missing GEM_SBUS_CONFIG bits.Mark Kettenis
2009-07-12If devices have roamed, complain once then update the metadata, just likeJoel Sing
2009-07-11Nuke an '__inline' that upset clang. Multi-line function should notKenneth R Westerback
2009-07-11- Add some new feature flagsStuart Henderson
2009-07-11Ensure that we hold the appropriate lock before callingJoel Sing
2009-07-11timeout_add -> timeout_add_msecBret Lambert
2009-07-10syncStuart Henderson
2009-07-10add a couple of NVIDIA MCP77 PCI-ISA bridges, from Brad.Stuart Henderson
2009-07-10RL_HWREV_8168DP can be either RTL8168DP or RTL8111DP, so print both,Stuart Henderson
2009-07-10Swap the hardware revision IDs for 8169S and 8110S. Agrees with theStuart Henderson
2009-07-10check 4 (instead of merely 2) addr bits for probing sdtemp(4) chips; ok deraadtConstantine A. Murenin
2009-07-10fix the complement in the 2's complement patch from yesterday; ok deraadtConstantine A. Murenin
2009-07-10rework link state handling a bit. this reports missing link correctly. theDavid Gwynne
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10support onsemi's cat34ts02 and cat6095; ok deraadtConstantine A. Murenin
2009-07-10the temperature value is really a 13-bit 2's complement; ok deraadtConstantine A. Murenin
2009-07-10fix the mask for the sign bit and some comment; ok deraadtConstantine A. Murenin
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-07-09regenJonathan Gray
2009-07-09Intel 55[02]0 and Matrox G200eWJonathan Gray