summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-10-23correct a typo, BCM4238 -> BCM4328.Brad Smith
2007-10-23regenBrad Smith
2007-10-23add the Broadcom BCM5723 PCI id.Brad Smith
2007-10-22only output on situations where power state is D3. unify the message inFederico G. Schwindt
2007-10-22the codec is not readable. If we try to read it the ac-link enters a kind ofAlexandre Ratchov
2007-10-22HTC smartphoneTheo de Raadt
2007-10-22syncTheo de Raadt
2007-10-22HTC smartphoneTheo de Raadt
2007-10-22RegenMiod Vallat
2007-10-22More Microsoft mice, from FreeBSDMiod Vallat
2007-10-22enable the fifo probe code as long as the serial is not used as consoleFederico G. Schwindt
2007-10-22arc supports more than just SATA hbas, so dont say the ports are alwaysDavid Gwynne
2007-10-22Add SUNIX 4036A 2 port serial card. Sadly it does not conform toOtto Moerbeek
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
2007-10-22Add pci_set_powerstate() to change the pm state for a given device.Federico G. Schwindt
2007-10-21bring device back from power save mode if needed. fixes a problem reportedFederico G. Schwindt
2007-10-21Replace Cardbus_conf_* calls by cardbus_conf_* ones. This solves theMarcus Glocker
2007-10-21Allow for the adjustment of the number of RX descriptorsBrad Smith
2007-10-21Remove a bogus and unnecessary check for if_addrlist from ex_init().Brad Smith
2007-10-21Add multicast support.Brad Smith
2007-10-21Add ifmedia support.Brad Smith
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-10-20_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@Constantine A. Murenin
2007-10-20Move a few more definitions to pcf8584var.h. Needed for SUNW,envctrl andMark Kettenis
2007-10-20Call scsi_done() at SPLBIO. 'looks olright' says mickey.Kenneth R Westerback
2007-10-20Create memory specific decode routines to make code cleaner,Jonathan Gray
2007-10-20Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just meansKenneth R Westerback
2007-10-20DO NOT access xs after calling scsi_done(xs). It's not there anymore.Kenneth R Westerback
2007-10-20DO NOT access xs after calling scsi_done(xs). It's not there anymore.Kenneth R Westerback
2007-10-20replace auich's DMA and interrupt handling with code from NetBSD'sJacob Meuser
2007-10-20re-introduce the "p_clk rounding" for DDR -- they need itTheo de Raadt
2007-10-20Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) forJonathan Gray
2007-10-20syncBob Beck
2007-10-20Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.Bob Beck
2007-10-20Deal with all possible 16 array offsets for tenths of a nanosecond array,Jonathan Gray
2007-10-20Put scsi_done() invocations inside existing splbio/splx pairs to makeKenneth R Westerback
2007-10-19fix audio_calc_blksize() not to return larger block sizes thanAlexandre Ratchov
2007-10-19regenBrad Smith
2007-10-19add the Broadcom BCM4328 PCI id.Brad Smith
2007-10-18Correct tenths of a nanosecond cycle encodings for DDR2,Jonathan Gray
2007-10-18Initio INIC-941 works as well; ok miod@Otto Moerbeek
2007-10-18avoid splassert, caused by the fact that iha_main() is calledOtto Moerbeek
2007-10-18ignore fans with >= 0x0fff readings. According to the iic_dump(), it appearsConstantine A. Murenin
2007-10-18Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and toMiod Vallat
2007-10-18Check to see if the SPD EEPROM size looks sane (ie < 32K)Jonathan Gray
2007-10-18Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.Marcus Glocker
2007-10-18scsi_done() must be splbio() protected... who did this work for??; ok dlgTheo de Raadt
2007-10-18Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.Brad Smith
2007-10-18add missing $OpenBSD$; "of course" deraadtConstantine A. Murenin
2007-10-17Add the Intel ICH9 chipset.Brad Smith