summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2014-12-20Remove autoconf.h include from am7930.c as per Matt Thomas sojklos
2014-12-15Load the right xfer address into cb[i].xferdma. Fixes disk detection onskrll
2014-12-07if we dont have a mac address, make one upjmcneill
2014-12-04Increase reset delay in polling mode to 10ms per loop. It seems likejoerg
2014-11-28After handling an interrupt, try to handle more packets as we may havemartin
2014-11-28Bits and values for checksum insertion controllmartin
2014-11-26Appease gcc 4.8 - from Greg Willatt in private email.skrll
2014-11-23Fix bus_dmamap_sync usage.matt
2014-11-23Revert previous change to dwc_gmac_txintr() - while it looks strange atmartin
2014-11-23Provide the timeout argument to ahci_exec_fis in ms. Use 1ms delaysjoerg
2014-11-22Replace void * cast with proper __UNVOLATILE.joerg
2014-11-22- Add MII flow control supportjmcneill
2014-11-22deal with quirk in Ingenic UARTsmacallan
2014-11-22Drop unnecessary-but-harmful casts.joerg
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-11-15centralize the dialout/call unit macros.christos
2014-11-12more _KERNEL_OPTchristos
2014-10-29Added RTS5227/RTL8402/RTL8411/RTL8411B support.nonaka
2014-10-27Typo in commentskrll
2014-10-26Typojoerg
2014-10-26Greatly simplify ioctl handling by fully relying on ether_ioctl and amartin
2014-10-25Fix grammarjoerg
2014-10-25Fix typo. Use format string.joerg
2014-10-21multicast hash filter supportjmcneill
2014-10-20Set M_HASFCS does the frame does include the FCS in the length.matt
2014-10-20add $NetBSD$ to top of filesjmcneill
2014-10-20Cosmetics - block interrupts while enabling different interrupt sources.martin
2014-10-20Consistently set the RX descriptors controll word - do not disable RXmartin
2014-10-20The RXINT bit is a RX interrupt DISABLE bit.martin
2014-10-20Cleanup debug code a bit.martin
2014-10-19if we read an insane mac address from the chip, dont attachjmcneill
2014-10-19only set PR bit in frame filter if IFF_PROMISC is set, and set PM bit if IFF_...jmcneill
2014-10-19fix inverted logic with AWIN_GMAC_MAC_CONF_MIISEL bit; my cubieboard2 can tal...jmcneill
2014-10-19Add more MAC filter setup, some DMA burst configuration (from jmcneill),martin
2014-10-19Add more commentsmartin
2014-10-19Add more bits and comments, parts from jmcneill.martin
2014-10-18Fix GMAC_MII_CLKMASK and add a few clk setup bits for it.martin
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-14RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad.uwe
2014-10-13Do not flush/restart the TX engine after queuing packets, but insteadmartin
2014-10-13When link status changes, update MAC configuration accordingly.martin
2014-10-13Add MAC config register bit definitionsmartin
2014-10-10PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4)christos
2014-10-10Move athn definitions.uebayasi
2014-10-08More interrupt handling, more debug code, less magic numbers.martin
2014-10-08Fix a few bits, add more status bit definitions and some comments.martin
2014-09-28for BIOCDISK_NOVOL, when setting bd_disknovol=false, also set bv_volidjmcneill
2014-09-28for BIOCDISK_NOVOL, set bd_disknovol=true for any disk not associated with a ...jmcneill
2014-09-27implement BIOCDISK_NOVOLjmcneill