summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2014-10-11Comparsion -> ComparisonMiod Vallat
2014-10-08Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.Brad Smith
2014-09-29correctly decrement the C_SCSIXFER reference count in wdc_xfer flagsDavid Gwynne
2014-09-25include bpfilter.h so the softc will be the same size in all filesJonathan Gray
2014-09-23dont need to call bpfdetach cos if_detach does it for you.David Gwynne
2014-09-21add a missing break statement in the RL_HWREV_8168E_VL caseJonathan Gray
2014-09-17be less confusing to the compiler when setting up the sge.David Gwynne
2014-09-15mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmdDavid Gwynne
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-12dont leak a ccb in identifyDavid Gwynne
2014-09-12fix some format string issuesDavid Gwynne
2014-09-09mark the interrupt handler mpsafe, and give up biglock in the scsi cmdDavid Gwynne
2014-09-08Don't include <sys/types.h>; we already include <sys/param.h>.Mark Kettenis
2014-09-06reduce the amount of pci includesJonathan Gray
2014-09-06Various changes to the re(4) feature flags..Brad Smith
2014-09-03tasks dont need a mutex and a semaphore to protect against multiple usesDavid Gwynne
2014-09-01move mpi(4) from workq to taskqBret Lambert
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-08-27rxr ioctl handling.David Gwynne
2014-08-24Fix wrong IEEE 802.11 ioctl's:Vadim Zhukov
2014-08-20Call audio_{pint,rint}() call-backs with the mutex held. Found byAlexandre Ratchov
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-08-19yet another typoMiod Vallat
2014-08-19Enable rts5227, as found in my new Thinkpad x240.Peter Hessler
2014-08-19Three independent typos for `independent' or `independently'.Miod Vallat
2014-08-15Create a function which loads sgd in the mfi_iop_ops struct so that skinnyYASUOKA Masahiko
2014-08-03When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 codeJonathan Gray
2014-07-31unbreak aac(4) by re-adding uvm_extern.h for ptoa()Jasper Lievisse Adriaanse
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-20Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bitStefan Sperling
2014-07-20In bwi(4), don't declare an interrupt as unhandled in case the PHY TX errorStefan Sperling
2014-07-20Make bwi_dma_mbuf_create() use the correct loop counter in error case.Stefan Sperling
2014-07-20Load bwi(4) firmware once, not every time the interface is brought up.Stefan Sperling
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-10Show eeprom version of ath devices in dmesg; ok reykStefan Sperling
2014-07-09Use the correct rf revision number for AR2425 radios. When read fromStefan Sperling
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-07Don't print warnings for mouse interrupts on bsd.rdAlexandr Shadchin
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intMiod Vallat
2014-06-26Work around compatibility problems with Intel ahci and Intel SSDs by retryingJonathan Matthew
2014-06-17ansi function declarations.David Gwynne
2014-06-07Document bwi(4) interrupt error flags by using named constantsStefan Sperling
2014-05-30Remove dead assignment and newly created unused variable.Charles Longeau
2014-05-24Support for newer run(4) hardware ported from FreeBSD's run(4) driver.Stefan Sperling
2014-05-21We only have one possible location to use for a logged in port, so only setJonathan Matthew
2014-05-18Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.Stefan Sperling