summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Use ANSI prototype to fix build with clang.nyan2012-11-104-161/+63
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-112-2/+4
* Convert to new style PC Card front end driver. Add support for theimp2008-08-071-19/+35
* Add locking to snc(4) so it is MPSAFE:jhb2008-08-045-76/+130
* Remove various and sundry NetBSDism's in preparation for adding locking.jhb2008-05-304-136/+77
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-062-4/+4
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* 'PC Card' instead of other variantsimp2005-09-221-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-11/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Build on pc98.brooks2005-06-121-1/+1
* change 'dev' to 'sc->sc_dev' to fix the build.scottl2005-06-121-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-21/+24
* Only send packet to bpf if we are committed to send it. Previously it wasmlaier2005-02-211-6/+10
* Remove now-stale commentimp2005-01-201-10/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0610-14/+13
* Since if_snc doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-1/+0
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* Use __FBSDID().obrien2003-08-244-4/+12
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Remove unused #ifdef BRIDGE.maxim2003-06-021-5/+0
* Fix off-by-one bug.nyan2003-05-031-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-2/+6
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-3/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Use correct spl mask.nyan2003-02-102-3/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-13/+6
* Remove __P.alfred2002-03-206-73/+70
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Remove unused #includes.phk2000-10-315-35/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Don't use bus_get_resource() and bus_get_resource_start() functions ifnyan2000-10-031-12/+3
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-0210-0/+3618
OpenPOWER on IntegriCloud