summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2014-01-02disable MSI for Samsung XP941.Gilles Chehade
2013-12-31tedu the diagnostic code to detect the presence of the defective Xterasys XN-152Brad Smith
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-25Instead of deciding which iockbc port is the keyboard port, and which one is theMiod Vallat
2013-12-09At resume, do not spin flushing characters in from the chip. There shouldn'tTheo de Raadt
2013-12-09At suspend/resume time cope with timeouts, DTR on resume in a busTheo de Raadt
2013-12-09timeout_del unconditionallyTheo de Raadt
2013-12-08Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill.Stefan Sperling
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-04mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, whichDavid Gwynne
2013-12-03Remove num_chip_names.Brad Smith
2013-12-03#if 0 out atw_hw_decrypted() as it is currently an unused function as theBrad Smith
2013-12-02Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2013-11-27fix typoTheo de Raadt
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-21Remove unneeded include.Martin Pieuchot
2013-11-20Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-18format stringTheo de Raadt
2013-11-18Enable MSI on the remaining chipsets.Brad Smith
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-15ansify some function definitions.Brad Smith
2013-11-15Add missing parenthesis to make tick calculation work as intended. ShouldKenneth R Westerback
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-13ENOMEM is probably more appropriate than 0 in this error case.Mike Larkin
2013-11-13Use of uninitialized variable. There are obvious locking problems alsoMike Larkin
2013-11-11replace things like "start + interval > ticks" withDavid Gwynne
2013-11-06Add support for the RTS5229 card reader to rtsx(4).Stefan Sperling
2013-11-06teach the side-effect free drivers about the partition they are dealingTheo de Raadt
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-25Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r...Brad Smith
2013-10-23Add support for displaying the cache write policy of RAID volumes to bioctl(8)Mark Kettenis
2013-10-23Checkpoint of work-in-progress DMA support for oaic(4). Not working yet,Miod Vallat
2013-10-21Fix values of AR9003 Rx queue software indexes. Both indexes were zero,Stefan Sperling
2013-10-21Write AR9485 initvals in the same order as Linux ath9k does.Stefan Sperling
2013-10-20No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into theMiod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.Miod Vallat
2013-10-19we dont fake VPD INQUIRY pages, so fail on requests for them.David Gwynne
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
2013-10-11Add initial RTL8106E and RTL8168G/8111G support.Jonathan Gray
2013-10-09Enable synch negotiation; code was there but not enabled since this driver wasMiod Vallat
2013-10-09Include the 'state of health' field in the bbu ok sensor value.Jonathan Matthew
2013-10-07Do not invoke ttymodem() directly, but l_modem from the current linedisc.Miod Vallat
2013-10-05Disable interrupts in the interrupt handler. This is what FreeBSD does, andMark Kettenis