| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC (by ru) | Xin LI | 2005-10-09 | 1 | -0/+1 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -14/+13 |
| * | Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255 | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh | 2005-06-24 | 1 | -12/+12 |
| * | s/sc_enaddr/enaddr/ to fix pc98 build. | Brooks Davis | 2005-06-11 | 1 | -19/+19 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 4 | -107/+116 |
| * | Perliminary support for Fujitsu SCSI LAN combo card. At least for the | Warner Losh | 2005-02-20 | 1 | -1/+1 |
| * | Back out part of 1.23. This was a work in progress to support the | Warner Losh | 2005-02-20 | 1 | -13/+5 |
| * | Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It | Warner Losh | 2005-02-20 | 4 | -10/+22 |
| * | we don't need the offset in the attr memory to get the ethernet | Warner Losh | 2005-01-21 | 1 | -14/+12 |
| * | Remove prototype of undefined function so this compiles again. | Poul-Henning Kamp | 2005-01-21 | 1 | -2/+0 |
| * | Rework pccard attachment a little. Now both of my fe based ethernet | Warner Losh | 2005-01-21 | 1 | -26/+22 |
| * | Only attach to network functions. This should be a nop since I'm not | Warner Losh | 2005-01-20 | 1 | -0/+10 |
| * | Minor nit | Warner Losh | 2005-01-20 | 1 | -1/+0 |
| * | Add a few cards from NetBSD. They don't work yet, since the code to | Warner Losh | 2005-01-11 | 1 | -8/+10 |
| * | don't pollute global namespace with valid_Ether_p, instead, prepend | Warner Losh | 2005-01-10 | 5 | -24/+24 |
| * | NE200 -> NE200T | Warner Losh | 2005-01-10 | 1 | -1/+1 |
| * | Add support for: | Warner Losh | 2005-01-10 | 1 | -0/+1 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 6 | -6/+6 |
| * | Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit. | Bruce M Simpson | 2004-10-07 | 1 | -1/+1 |
| * | Since if_fe doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -24/+2 |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 1 | -2/+2 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 1 | -1/+1 |
| * | 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 | -8/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+1 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -2/+1 |
| * | 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 | -18/+16 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 2 | -30/+30 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -4/+12 |
| * | Make sure that pp_name is non-null before setting the device | Warner Losh | 2003-04-10 | 1 | -1/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 2 | -20/+8 |
| * | Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -7/+7 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Supported C-NET(98)P2 PnP mode. | Yoshihiro Takahashi | 2002-02-04 | 1 | -15/+27 |
| * | Migrate to PCMCIA_CARD() macros | Warner Losh | 2001-11-15 | 1 | -28/+7 |
| * | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | Warner Losh | 2001-11-11 | 1 | -14/+14 |
| * | Always turned on 8bit access card support for the fe driver | Takeshi Shibagaki | 2001-09-02 | 2 | -35/+0 |
| * | Update the fe driver to probe and attach under a NEWCARD kernel. | Takeshi Shibagaki | 2001-09-02 | 3 | -16/+64 |
| * | Fixed to support C-NET(9N)E. | Yoshihiro Takahashi | 2001-07-02 | 1 | -9/+2 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Another round of the <sys/queue.h> FOREACH transmogriffer. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+1 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | The fe driver does not support pnp devices. | Yoshihiro Takahashi | 2000-11-10 | 1 | -0/+4 |
| * | Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to | Yoshihiro Takahashi | 2000-10-22 | 1 | -0/+2 |