summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-02-15Don't set RTK_CFG1_FULLDUPLEX bit in RTK_CFG1 registertsutsui
2007-02-15Use new RTK_HWREV_8100E_SPIN2 macro. (missed in the previous)tsutsui
2007-02-10Clear IFF_OACTIVE in re_txeof() only if there are more than RE_TXDESC_RSVDtsutsui
2007-02-10Pull a multicast fix from FreeBSD's if_re.c rev 1.81:tsutsui
2007-02-09Merge newlock2 to head.ad
2007-02-04Accept RX packets which are larger than ETHER_MAX_LEN but can be storedtsutsui
2007-02-04- check more hwrev and use HWREV_* macro. From Realtek drivertsutsui
2007-02-04Add another 8100E HWREV number. From Realtek driver and Plan9 driver.tsutsui
2007-01-29Fix EEPROM functions for RTL8169SC chips:tsutsui
2007-01-29In rtw_dequeue(), initialize *mp to NULL before anything else, sodyoung
2007-01-29Remove more duplicate headers.hubertf
2007-01-26Add missing bus_space_(read,write)_stream macros.sborrill
2007-01-18For the unaligned case:bouyer
2007-01-14If __NO_STRICT_ALIGNMENT is not defined, take special care to do PIOmartin
2007-01-13Make the IPKDB code compile.cube
2007-01-13The definition of bus_space_vaddr on i386 makes it inappropriate as thecube
2007-01-13Make it compile with all the options.cube
2007-01-10Make COM_HAYESP compile again. It assumes no register mapping is needed.cube
2007-01-10Fix a typo in comment.itohy
2007-01-09Cancel commands and free allocated resources on detach.itohy
2007-01-09Let the compiler know it should both pack the members of the rx/txdyoung
2007-01-09ath-specific support for 802.11 fragmentation. From Sam Leffler.dyoung
2007-01-07Typo.tsutsui
2007-01-06I have made a small change that suppresses "recovery" from (spurious?)dyoung
2007-01-06Add a hint to the compiler that rx/tx descriptors deserve 4-bytedyoung
2007-01-06After we examine a rx/tx descriptor and find that it's still owneddyoung
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-12-29- Print number of channels and firmware revision.ad
2006-12-28Bump the hardware queue depth up to 256.ad
2006-12-28Stop callout on detach.itohy
2006-12-26Wrap a sanity check in re_newbuf() with #ifdef DIAGNOSTIC andtsutsui
2006-12-26Use __predict_false() in several conditionals.tsutsui
2006-12-25Spell "threshold" correctly. From Zafer Aydogan.wiz
2006-12-25Spell "separate" correctly. From Zafer Aydogan.wiz
2006-12-20Add missing $NetBSD: $bouyer
2006-12-19Fix bus_dmamap_sync() usage.itohy
2006-12-17Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.bouyer
2006-12-16Fix and reenable HW VLAN tagging on re(4):tsutsui
2006-12-10aprint_naive("\n") to terminate "Found" line for quiet boot.uwe
2006-12-06No need to include PCI header files.tsutsui
2006-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
2006-11-29Use mstohz() for callout argument instead of local arithmetic.bouyer
2006-11-29Remove mii_mediachg() call from re_init().tsutsui
2006-11-28Improve error handling. Related to PR/21900.ad
2006-11-28Improve error handling. Related to PR/21900.ad
2006-11-26Add 'volatile' to rx/tx descriptor fields.dyoung
2006-11-25- add RE_RX_DMAMEM_SZ macro to hide a bit confusing hacktsutsui
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-11-24Change RXFIFO, RXDMA and TXDMA configrations to values taken fromtsutsui
2006-11-24Ooops - make it compile again.martin