summaryrefslogtreecommitdiff
path: root/sys/dev/snc
AgeCommit message (Expand)Author
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-10-30Include the now missing headers after untangling if.h and if_var.h.Sergey Kandaurov
2013-10-30nclude missing net/if_var.h.Andre Oppermann
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-10Use ANSI prototype to fix build with clang.Yoshihiro Takahashi
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-06-11strict kobj sigs: fix assortment of device_detach and device_shutdown implsAndriy Gapon
2008-08-07Convert to new style PC Card front end driver. Add support for theWarner Losh
2008-08-04Add locking to snc(4) so it is MPSAFE:John Baldwin
2008-05-30Remove various and sundry NetBSDism's in preparation for adding locking.John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2005-12-06Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-09-22'PC Card' instead of other variantsWarner Losh
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-12Build on pc98.Brooks Davis
2005-06-12change 'dev' to 'sc->sc_dev' to fix the build.Scott Long
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-02-21Only send packet to bpf if we are committed to send it. Previously it wasMax Laier
2005-01-20Remove now-stale commentWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-13Since if_snc doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-05-08It turns out that the module dependency on pccard is in error. SinceWarner Losh
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-11-01Do if_xname conversion. I missed this one because it's pc98 only.Brooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-07Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin
2003-06-02Remove unused #ifdef BRIDGE.Maxim Konovalov
2003-05-03Fix off-by-one bug.Yoshihiro Takahashi
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-04-08Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-02-10Use correct spl mask.Yoshihiro Takahashi
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-03-20Remove __P.Alfred Perlstein
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp
2001-02-03Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp
2000-10-31Remove unused #includes.Poul-Henning Kamp