summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2014-05-17When the firmware tells us a loop id is already in use, add the deviceJonathan Matthew
2014-05-10Sidestep format string issue by sanitizing a bit of debug code.Mark Kettenis
2014-05-08Format string fixes and removal of -Wno-format for hppa kernels.Miod Vallat
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2014-04-27transplant hotplug code over from qle(4)Jonathan Matthew
2014-04-23Document RTS5227 support in rtsx(4).Stefan Sperling
2014-04-23rename some hardware revisions to match FreeBSDJonathan Gray
2014-04-23add support for RTL8168EPJonathan Gray
2014-04-23While we always mask the revision with 0x7c800000 linux uses a tableJonathan Gray
2014-04-23Add support for RTL8168GUJonathan Gray
2014-04-22Remove RX checksum offloading support. The chip is too limited, andChristian Weisgerber
2014-04-21In qla_get_port_name_list, handle malloc failure, skip special fabric ports,Jonathan Matthew
2014-04-18reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay?Henning Brauer
2014-04-16set ourselves up to respect the max data transfer size.David Gwynne
2014-04-16print the board name and firmware revision like we do on mpii andDavid Gwynne
2014-04-16have nvme_poll return the status bigs from the completion ringDavid Gwynne
2014-04-15i wanted to work on this in the tree so i could commit lots of smallDavid Gwynne
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-04-14Always copy out all mailbox registers and use msleep in a loop to ensure thatJonathan Matthew