summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2013-09-15Mark potentially unused variablesmartin
2013-09-15Comment out unused variablemartin
2013-09-15Remove unused variable/ifdef like usemartin
2013-09-15Remove unused variablesmartin
2013-09-15Mark a variable as potentially unusedmartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablemartin
2013-09-14Fix detach return valuemartin
2013-09-14Don't include atw_hw_decrypted, it is not used. Keep it forjoerg
2013-09-14GC unused functions and variables.joerg
2013-09-14Put helper functions for debugging under the corresponding debugjoerg
2013-09-14Remove unused variables, use C99 open arrays for variable sized arraysmartin
2013-09-12Remove unused variablemartin
2013-09-12Remove unused variablemartin
2013-09-12Minor tweaks for newer gccmartin
2013-09-12Remove unused variablemartin
2013-09-12Eliminate (mostly) unused "ostate" variablemartin
2013-09-12Remove unused ppr_able variable.martin
2013-09-08revert making smc91cxx_idstrs static, it's referenced fromchs
2013-09-08Allow the attachment to override ahci_ports.matt
2013-09-08If there is only 1 port, don't say "1 ports".matt
2013-09-07apply changes from Robert Sprowson in PR 47765 and PR 47788:chs
2013-09-03no EFR on tl16c750, use AFE bit on MCR reg instead for flow controljmcneill
2013-09-02Use C99 designated initializers.skrll
2013-09-02KNF multi-line comments.skrll
2013-09-01Declare mvsata_probe_drive() when defined MVSATA_WITHOUTDMA.kiyohara
2013-09-01Add support 16750 64Byte FIFO. But not test.kiyohara
2013-09-01Move the Marvell extension to com_mv.c.kiyohara
2013-08-11Add support for AX88796(B) variant.rkujawa
2013-08-08Fix reverted condition. Fix panic reported by Patrick Welche onbouyer
2013-07-30avoid uninitialized use of defattrmacallan
2013-07-27As for the console of ns16750, comintr() may be called before comopen().kiyohara
2013-07-27Remove white-spaces, null-line and new-line.kiyohara
2013-07-25Clear memory as intended. Fixes PR#46372.msaitoh
2013-07-19Print the part number for DDR3 modules.soren
2013-07-17Fix COM_16750 build for non-COM_REGMAP platforms.soren
2013-06-28avoid undefined behaviorchristos
2013-06-28Fix the non-thunderbolt case. XXX: Is that right even?christos
2013-06-24Stopgap for PR kern/47957: when reinitializing the chip in if_timeout,martin
2013-06-24Use static inline. Fixes i386/ALL and something else I've forgetten.riastradh
2013-06-22Make sure dynamically allocated channel_queue struct are zero-filled.matt
2013-06-11In interrupt function, use mii_pollstat() instead of mii_tick() to updatemsaitoh
2013-06-09Add missing parenthesis.njoly
2013-05-29Fix signature of capi_ll_control.martin
2013-05-17gabage -> garbage, fix wording.mbalmer
2013-05-10Add RNG entropy collection support of rnd(9) to re(4).tsutsui
2013-05-10Make re(4) driver always use IDR register values for its MAC address.tsutsui
2013-05-06Put back AT_POLL hack in mvsata_bio_ready(). Without it 1.5Gbpsjakllsch
2013-05-01For a polled console incoming characters are buffered on output.mlelstv
2013-04-27fix panic due to physaddr instead of offset being passed to ahd_dmamap_synckardel