summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-10-03Driver for the SD/MMC part of the Winbond W83L518D/W83L519D Integrated MediaMark Kettenis
2009-09-30Need to scsi_done() before returning COMPLETE for untranslated commands,Miod Vallat
2009-09-24In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx()Miod Vallat
2009-09-23do not attach the AR5416 and AR5418 (AR5416 PCIe) to the ath(4)Damien Bergamini
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-04Missing scsi_done() in some error path returning COMPLETE; ok dlg@Miod Vallat
2009-09-03call scsi_done before returning COMPLETEDavid Gwynne
2009-09-03must call scsi_done before returning complete.David Gwynne
2009-08-29Add forward declaration for struct to_softc such that the firmware builderMark Kettenis
2009-08-29Split the ti(4) driver into mostly bus-agnostic code and PCI-specificMark Kettenis
2009-08-29remove more unneeded Debugger() calls from dev/Jasper Lievisse Adriaanse
2009-08-28remove a bunch of unused Debugger()s.Jasper Lievisse Adriaanse
2009-08-27Bring in NetBSD's rev 1.45 by Matthias DrochnerJonathan Gray
2009-08-25Legacy-free PC hardware do not have a real PS/2 keyboard controller, butMiod Vallat
2009-08-25Don't setup multicast when in promiscuous mode. From Brad.Stuart Henderson
2009-08-16remove use of BITS and BIT macrosJonathan Gray
2009-08-16tweak a switch statement to appease lintJonathan Gray
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
2009-08-13Rewrite part of the promiscuous/multicast handling; tested by myself,Stuart Henderson
2009-08-12Let this work with C99 compilers that do not define __GNUC__Jonathan Gray
2009-08-12Backing store for ega and vga virtual console is not allocated until theMiod Vallat
2009-08-12always mark an xs complete if we're about to return COMPLETE to theDavid Gwynne
2009-08-12though shalt complete the xs (ie, call scsi_done with it) before returningDavid Gwynne
2009-08-10hook no longer neededTheo de Raadt
2009-08-10This does not need a shutdown function either (though the equilevantTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-08-10clear the beacons owner/valid bits to avoid garbage.Damien Bergamini
2009-08-10three more shutdown hooks bite the dust.Damien Bergamini
2009-08-09Make ami(4) use NO_CCB at least some of the time.Kenneth R Westerback
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-08-03Comment fixes and code tidy-up (whitespace and more consistentStuart Henderson
2009-08-02timeout_add -> timeout_add_msecBret Lambert
2009-08-02timeout_add -> timeout_add_msecBret Lambert
2009-07-31timeout_add -> timeout_add_msecBret Lambert
2009-07-29timeout_add -> timeout_add_msecBret Lambert
2009-07-28timeout_add -> timeout_add_msecBret Lambert
2009-07-28timeout_add -> timout_add_msecBret Lambert
2009-07-25Fix crash in bwi on armish by properly aligning a 32-bit value. NotKenneth R Westerback
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-23Switch re(4) over to MCLGETI.Mark Kettenis
2009-07-23If we initialize miicapabilities, we might as well pass it on when callingMark Kettenis
2009-07-21Call timeout_set() from rl_attach, not rl_init(). From Brad.Stuart Henderson
2009-07-19Include 0x4402 in the bbp id mapping table used on olderJonathan Gray
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