summaryrefslogtreecommitdiff
path: root/sys/pci/if_rlreg.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC r203082:Pyun YongHyeon2010-02-021-0/+1
* MFC r191301:Pyun YongHyeon2009-11-291-0/+1
* MFC r195675:Pyun YongHyeon2009-11-291-0/+1
* MFC r196516:Pyun YongHyeon2009-09-111-0/+1
* MFC r188474:Pyun YongHyeon2009-03-181-1/+1
* MFC r187483:Pyun YongHyeon2009-03-181-4/+4
* MFC r187482:Pyun YongHyeon2009-03-181-1/+0
* MFC r186214,186389,187417Pyun YongHyeon2009-02-091-0/+2
* MFC r186210:Pyun YongHyeon2009-02-091-0/+3
* MFC: r185897,185900-185901,185903Pyun YongHyeon2009-02-091-0/+5
* MFC: r185752-185753,185756,185896Pyun YongHyeon2009-02-091-0/+1
* MFC r184240:Pyun YongHyeon2009-01-121-2/+9
* MFC r185542:Pyun YongHyeon2008-12-091-0/+1
* MFC r181270.Pyun YongHyeon2008-08-091-0/+8
* MFC r180377.Pyun YongHyeon2008-07-151-0/+2
* MFC r180177.Pyun YongHyeon2008-07-151-0/+1
* MFC r180176.Pyun YongHyeon2008-07-151-0/+24
* MFC r180171.Pyun YongHyeon2008-07-151-2/+6
* MFC r180169.Pyun YongHyeon2008-07-151-0/+2
* MFC r179831Remko Lodder2008-07-131-0/+1
* MFC if_re.c 1.113, if_rlreg.h 1.74 to RELENG_7.Pyun YongHyeon2008-04-221-0/+6
* MFC if_re.c 1.110, if_rlreg.h 1.73 to RELENG_7.Pyun YongHyeon2008-04-221-0/+1
* MFC if_re.c 1.105, if_rlreg.h 1.72 to RELENG_7.Pyun YongHyeon2008-04-221-0/+2
* MFC if_re.c 1.104, if_rlreg.h 1.71 to RELENG_7.Pyun YongHyeon2008-04-221-1/+39
* MFC if_re.c 1.101, if_re.c 1.102, if_rlreg.h 1.70 to RELENG_7.Pyun YongHyeon2008-04-221-23/+37
* MFC if_re.c rev 1.99, if_rlreg.h rev 1.69 to RELENG_7Pyun YongHyeon2007-12-151-0/+1
* MFC rev 1.45 rl.4Remko Lodder2007-12-021-0/+5
* Add MSI support.Pyun YongHyeon2007-07-241-2/+5
* re(4) devices requires an external EEPROM. Depending on models itPyun YongHyeon2007-07-061-0/+2
* Don't reinitialize the hardware if only PROMISC flag was changed.Pyun YongHyeon2007-04-181-0/+1
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingMarius Strobl2007-01-161-1/+1
* if_watchdog -> rl_watchdogRuslan Ermilov2006-12-011-0/+1
* Add TSO support.Pyun YongHyeon2006-11-211-0/+1
* Use #ifndef __NO_STRICT_ALIGNMENT rather thanPyun YongHyeon2006-11-211-1/+1
* Another small update to the re(4) driver:Bill Paul2006-08-011-0/+8
* Fix the following bugs in re(4)Bill Paul2006-07-301-19/+19
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sampleBill Paul2006-06-281-1/+2
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. TheBill Paul2006-06-261-17/+68
* Rename device name in the last commit. According to PR, the ID isGleb Smirnoff2006-05-241-2/+2
* Add support for RTL8111B chip, that can be found on some mainboards,Gleb Smirnoff2006-03-221-0/+2
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032John Baldwin2005-10-141-2/+17
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromJohn Baldwin2005-09-291-2/+1
* Recognize D-Link DGE-528(T) Gigabit as an re(4) device.Anton Berezin2005-08-051-0/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromWarner Losh2005-01-221-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUJohn-Mark Gurney2004-09-281-1/+18
* fix misspelling of TX...John-Mark Gurney2004-09-191-1/+1
* comment requirement that rx/tx descriptor counts must be equal due toJohn-Mark Gurney2004-09-191-3/+8