summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/dp83932.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-3/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-10/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* 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-101-19/+23
* Only send packet to bpf if we are committed to send it. Previously it wasmlaier2005-02-211-6/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+2
* 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
* 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
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* 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-101-3/+3
* 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-201-25/+23
* 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-311-9/+0
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-021-0/+1231
OpenPOWER on IntegriCloud