| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r207554: | Maxim Sobolev | 2010-11-16 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -2/+2 |
| * | o Fix printf(9) formatting: do not use hardcode "0x" and "#" flags | Maxim Konovalov | 2006-04-15 | 1 | -1/+1 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -2/+2 |
| * | Catch up with IFP2ENADDR() type change (array -> pointer). | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -15/+15 |
| * | Other changes to this driver preclude its use on 4.x, so remove 4.x compat | Warner Losh | 2005-08-07 | 1 | -4/+0 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Fix a couple of leaking situations when errors happen. | Warner Losh | 2005-07-15 | 1 | -0/+2 |
| * | Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe | Warner Losh | 2005-07-13 | 1 | -9/+4 |
| * | Remove a duplicate assignment. | Brooks Davis | 2005-06-14 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -7/+10 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Since if_xe doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-14 | 1 | -1/+2 |
| * | Replace convoluted and broken CRC calcuation with ether_crc32_le(). | Christian Weisgerber | 2004-06-09 | 1 | -41/+6 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo | 2004-04-15 | 1 | -2/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -1/+0 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -4/+4 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -27/+28 |
| * | Disable the (currently unused) xe_reg_dump() function, until I know for | Scott Mitchell | 2003-11-06 | 1 | -1/+9 |
| * | Make xe_reg_dump non-static to avoid warnings (and tinerbox mail) | Warner Losh | 2003-11-05 | 1 | -2/+2 |
| * | Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level | Scott Mitchell | 2003-11-04 | 1 | -175/+91 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | There is no way to enter the attach routine twice with the same softc | Brooks Davis | 2003-10-30 | 1 | -16/+14 |
| * | Major update to xe driver: | Scott Mitchell | 2003-10-14 | 1 | -543/+690 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Remove unused variable(s). | Poul-Henning Kamp | 2003-05-31 | 1 | -6/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | The Xircom hardware always delivers received packets with the FCS appended. | Joerg Wunsch | 2003-01-29 | 1 | -0/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | When reading PHY regs over the i2c bus, the turnaround ACK bit | Martin Blapp | 2003-01-10 | 1 | -1/+1 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -17/+5 |
| * | Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit). | Brooks Davis | 2002-10-01 | 1 | -2/+2 |
| * | Remove an unused variable. | Warner Losh | 2002-02-26 | 1 | -1/+0 |
| * | Update xe driver to probe and attach in a NEWCARD kernel. | Takeshi Shibagaki | 2002-02-20 | 1 | -310/+3 |
| * | Add some seat belts. If we set the error rc, then return it and don't | Warner Losh | 2001-08-29 | 1 | -1/+3 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -4/+4 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+4 |
| * | Tag unused functions with __unused. | John Baldwin | 2001-01-23 | 1 | -2/+2 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -1/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -9/+2 |
| * | Remove the XE_DEBUG define. It shouldn't be defined now that things | Warner Losh | 2000-07-10 | 1 | -2/+3 |
| * | Add support for the modem side of the 56k combo card. | Warner Losh | 2000-05-30 | 1 | -76/+76 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -23/+1 |
| * | Now that I've got reports that this works, let's turn the debugging off. | Warner Losh | 2000-05-01 | 1 | -4/+0 |
| * | Return 0 from attach. | Warner Losh | 2000-04-29 | 1 | -1/+1 |
| * | First cut at adding CIS reading to xe driver. I don't have a card | Warner Losh | 2000-04-25 | 1 | -6/+13 |