aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sn/if_sn.c
Commit message (Expand)AuthorAgeFilesLines
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-191-20/+37
* Use the bus_*() routines rather than bus_space_*() for register operations.John Baldwin2009-11-171-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-3/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Fix mismerge after last cvs update for the IFQ_DRV_DEQUEUE changes.Warner Losh2006-02-041-4/+4
* Remove ifdef notyet for SIOCGHWADDRWarner Losh2006-02-041-19/+7
* While reviewing if_sn in an attempt to understand network driversWarner Losh2006-01-071-34/+34
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Spell "destroy" correctly.Ruslan Ermilov2005-09-151-1/+1
* Diff reduction to my tree: commit the trivial part of efforts to addWarner Losh2005-08-151-2/+6
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-13/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-1/+5
* Better name for type 4 chipsWarner Losh2005-07-181-1/+1
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-1/+2
* Add support for Farallon EtherMAC PC Card.Warner Losh2005-07-061-28/+15
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-50/+59
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-22/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove two variables that became unused because of last commit.Luigi Rizzo2004-04-161-2/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-18/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-1/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-1/+1
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-1/+0
* Reconst-poison crc routine that was renamed to mchash.Warner Losh2003-11-141-5/+5
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-15/+16
* Don't establish the ISR in the sn_activate routine. I've had twoWarner Losh2003-11-101-7/+11
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Make sn MPSAFE. This has survived a couple of make buildworlds withWarner Losh2003-10-261-123/+118
* Style changes:Warner Losh2003-10-261-16/+16
* Convert to bus_space.Warner Losh2003-10-251-135/+134
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-5/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-141-17/+8
* Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).Brooks Davis2002-10-011-8/+7
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.Warner Losh2002-07-211-7/+0
* Kill debug output for sn device. It is confusing the nativesWarner Losh2001-08-041-1/+0
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Add support for SMC91C100FD chip of MELCO LPC-TX.Toshihiko ARAI2001-01-151-1/+2
* Add isa support:Warner Losh2000-12-131-0/+11
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-16/+14
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-20/+0