summaryrefslogtreecommitdiff
path: root/sys/dev/vr
AgeCommit message (Expand)Author
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2008-12-12It seems there are still issues on multicast perfect filtering.Pyun YongHyeon
2008-11-17Fix typo. It restuled in activating unwanted Rx filtering as wellPyun YongHyeon
2008-07-16Fix a multicast handling regression on VT6105M introduced inPyun YongHyeon
2008-07-16Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9Pyun YongHyeon
2008-03-11Teach vr(4) to use bus_dma(9) and major overhauling to handle linkPyun YongHyeon
2008-03-11Forced commit to note that vr(4) was repocopied from sys/pciPyun YongHyeon
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-10-12Not all VIA Rhine chips support 256 register space. So touchingPyun YongHyeon
2007-04-23Add VLAN capability.Poul-Henning Kamp
2007-04-22Remove the old software bit-banging MII interface, we started usingPoul-Henning Kamp
2007-04-22Remove further cobwebs: Two layers of pointless substructures.Poul-Henning Kamp
2007-04-22Initialize the physical next pointer in the tx descriptors when wePoul-Henning Kamp
2007-04-22Don't rename fields with #define.Poul-Henning Kamp
2007-04-22Run if_vr(4) through FlexeLint and clean some of the cobwebs found.Poul-Henning Kamp
2007-04-17Add support for hw-assisted checksums on 6105M.Poul-Henning Kamp
2007-04-17No need to throw tag+handle around on the stack.Poul-Henning Kamp
2007-04-17Improve the if_vr driver ever so slightly.Poul-Henning Kamp
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-09-15Whitespace nits.Ruslan Ermilov
2006-09-15Consistently use if_printf() only in interface methods: if_start,Gleb Smirnoff
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-02-14Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-10-31- Use callout_*() to manage the callout and make it MPSAFE.John Baldwin
2005-10-27- Use if_printf() and device_printf() and remove vr_unit from the softc.John Baldwin
2005-10-22Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh
2005-10-13In detach method, move if_free() after bus_teardown_intr().Ruslan Ermilov
2005-10-05- Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff
2005-10-01Big polling(4) cleanup.Gleb Smirnoff
2005-09-16Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-02-24Fix style(9) issues with __P removal.Warner Losh
2005-02-24Return BUS_PROBE_DEFAULT instead of 0.Warner Losh
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-10-27Forcibly disable interrupts, if we find ourselves servicing one whenBruce M Simpson
2004-10-26Workaround for a recursive acquisition of the driver mutex during deviceBruce M Simpson
2004-10-19Really really fix typo this time.Bruce M Simpson
2004-10-19Fix typo sc -> dev.Bruce M Simpson
2004-10-19Detach the Rhine completely on shutdown, rather than merely stopping itBruce M Simpson
2004-08-11Revert rev 1.93 and replace it by grabbing the vr lock before callingScott Long
2004-08-07Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),Robert Watson
2004-08-02Unbreak DEVICE_POLLING build / LINT. Sorry!Max Laier
2004-08-01Second part of ALTQ driver modifications, covering:Max Laier
2004-07-09Further locking improvements for vr(4):Bruce M Simpson
2004-07-09Add a 'suspended' flag to softc so that we can avoid races on detach.Bruce M Simpson
2004-07-03SMPng locking cleanup for vr(4).Bruce M Simpson