| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev 1.37: | Olivier Houchard | 2005-03-31 | 1 | -2/+2 |
| * | Fix compile error from last commit. | Scott Long | 2005-03-28 | 1 | -1/+1 |
| * | MFC, if_re.c, rev. 1.41: | Max Laier | 2005-03-28 | 1 | -6/+14 |
| * | MFC: (1.39) add 8169SB to list of supported chipsets. | Dag-Erling Smørgrav | 2005-03-24 | 1 | -0/+3 |
| * | MFC: /*- and my license changes for sys/[a-d]* | Warner Losh | 2005-01-30 | 1 | -1/+1 |
| * | MFC rev 1.36: | Olivier Houchard | 2005-01-05 | 1 | -1/+0 |
| * | MFC: | John-Mark Gurney | 2004-10-12 | 1 | -16/+54 |
| * | MFC: if_rlreg.h: v1.46 | John-Mark Gurney | 2004-10-01 | 1 | -31/+25 |
| * | Add missing semicolons. | Scott Long | 2004-09-14 | 1 | -2/+2 |
| * | MFC: v1.30 | John-Mark Gurney | 2004-09-14 | 1 | -84/+135 |
| * | MFC if_re.c 1.29, if_rlreg.h 1.45, re.4 1.7: | MIHIRA Sanpei Yoshiro | 2004-09-04 | 1 | -0/+2 |
| * | Eliminate unneeded return keywords. | Bruce M Simpson | 2004-07-06 | 1 | -34/+1 |
| * | Whitespace pass | Bruce M Simpson | 2004-07-06 | 1 | -54/+54 |
| * | Remove code to slam the config space on transition to d0. | Warner Losh | 2004-06-28 | 1 | -56/+0 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -29/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Wrap the code to save/restore PCI config registers on suspend/resume in | John Baldwin | 2004-05-24 | 1 | -0/+8 |
| * | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | Yaroslav Tykhiy | 2004-05-23 | 1 | -1/+3 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Implemented per-interface polling(4) control. | Ruslan Ermilov | 2004-04-11 | 1 | -1/+9 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -5/+5 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -6/+6 |
| * | Sometimes cardbus attachments don't attach, so while we track down | Warner Losh | 2003-11-28 | 1 | -0/+1 |
| * | Drop the driver lock around calls to if_input to avoid a LOR when | Sam Leffler | 2003-11-14 | 1 | -0/+4 |
| * | Remove duplicate FBSDID's, move others to their right place. | David E. O'Brien | 2003-11-14 | 1 | -3/+3 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -13/+11 |
| * | Remove explicit cardbus attachments from drivers where this is identical | Doug Rabson | 2003-11-03 | 1 | -1/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Remove the dual-address cycle stuff. DAC is used to allow a bus master | Bill Paul | 2003-09-20 | 1 | -4/+2 |
| * | Remove jumbo buffer #defines that I ended up not needing. | Bill Paul | 2003-09-19 | 1 | -1/+1 |
| * | In re_diag(), there's no need for us to call re_start() ourselves: | Bill Paul | 2003-09-18 | 1 | -4/+8 |
| * | Teach the re(4) driver about the CFG2 register, which tells us whether | Bill Paul | 2003-09-13 | 1 | -7/+14 |
| * | Toggle the interface on and off before starting the diag test. This | Bill Paul | 2003-09-11 | 1 | -0/+3 |
| * | - For the 8169 chips, read the station address by forcing an EEPROM | Bill Paul | 2003-09-11 | 1 | -27/+59 |
| * | Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S | Bill Paul | 2003-09-11 | 1 | -1/+16 |
| * | Fix bug in re_gmii_writewreg(): we don't need to be screening out certain | Bill Paul | 2003-09-10 | 1 | -3/+0 |
| * | Update hardware revision table. 0x04000000 appears to be the revision | Bill Paul | 2003-09-10 | 1 | -3/+6 |
| * | Take the support for the 8139C+/8169/8169S/8110S chips out of the | Bill Paul | 2003-09-08 | 1 | -0/+2430 |