| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 5 | -5/+5 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -22/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Include required machine/bus.h | Warner Losh | 2004-05-28 | 1 | -0/+2 |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 1 | -9/+4 |
| * | 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 |
| * | It turns out that the module dependency on pccard is in error. Since | Warner Losh | 2004-05-08 | 1 | -1/+0 |
| * | Remove two variables that became unused because of last commit. | Luigi Rizzo | 2004-04-16 | 1 | -2/+0 |
| * | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo | 2004-04-15 | 1 | -18/+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 | -1/+1 |
| * | Remove duplicate FBSDID's, move others to their right place. | David E. O'Brien | 2003-11-14 | 1 | -1/+0 |
| * | Reconst-poison crc routine that was renamed to mchash. | Warner Losh | 2003-11-14 | 1 | -5/+5 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -15/+16 |
| * | Don't establish the ISR in the sn_activate routine. I've had two | Warner Losh | 2003-11-10 | 2 | -12/+11 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Make sn MPSAFE. This has survived a couple of make buildworlds with | Warner Losh | 2003-10-26 | 2 | -123/+119 |
| * | Style changes: | Warner Losh | 2003-10-26 | 1 | -16/+16 |
| * | Convert to bus_space. | Warner Losh | 2003-10-25 | 4 | -144/+206 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -6/+10 |
| * | DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Update | Warner Losh | 2003-08-21 | 1 | -1/+1 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 2 | -3/+6 |
| * | Make sure that pp_name is non-null before setting the device | Warner Losh | 2003-04-10 | 1 | -1/+2 |
| * | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 1 | -5/+0 |
| * | 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 | 1 | -17/+8 |
| * | Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -8/+7 |
| * | Don't bogusly depend on pcic. pccard should be enough. | Warner Losh | 2002-08-08 | 1 | -1/+0 |
| * | Minor whitespace nits. remove #if 1 and #endif pair, but not code between. | Warner Losh | 2002-07-21 | 2 | -7/+1 |
| * | Migrate to PCMCIA_CARD() macros | Warner Losh | 2001-11-15 | 1 | -9/+3 |
| * | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | Warner Losh | 2001-11-11 | 1 | -9/+9 |
| * | Kill debug output for sn device. It is confusing the natives | Warner Losh | 2001-08-04 | 1 | -1/+0 |
| * | 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 |
| * | Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually | Warner Losh | 2001-01-21 | 1 | -5/+6 |
| * | Add support for SMC91C100FD chip of MELCO LPC-TX. | Toshihiko ARAI | 2001-01-15 | 2 | -1/+3 |
| * | Add isa support: | Warner Losh | 2000-12-13 | 4 | -20/+18 |
| * | Make sn_pccard_products[] static | Peter Wemm | 2000-11-25 | 1 | -1/+1 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 3 | -3/+0 |
| * | Implement sn_pccard_match. The match routines are the compromise | Warner Losh | 2000-09-28 | 1 | -11/+24 |
| * | Remove 8 unnecessary includes from phk's script | Warner Losh | 2000-09-20 | 2 | -8/+0 |
| * | Implement indirection in the pccard probe/attach. This should make it | Warner Losh | 2000-09-19 | 3 | -22/+41 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 2 | -5/+2 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -20/+0 |
| * | Don't claim devices that we fail to probe for. Reverse the sense of a test | Warner Losh | 2000-05-07 | 1 | -2/+2 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |