aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/snc/dp83932.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov2005-12-061-3/+3
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* change 'dev' to 'sc->sc_dev' to fix the build.Scott Long2005-06-121-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-19/+23
* Only send packet to bpf if we are committed to send it. Previously it wasMax Laier2005-02-211-6/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Since if_snc doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-1/+0
* Do if_xname conversion. I missed this one because it's pc98 only.Brooks Davis2003-11-011-2/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-3/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Use correct spl mask.Yoshihiro Takahashi2003-02-101-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface driver changes:Sam Leffler2002-11-141-13/+6
* Remove __P.Alfred Perlstein2002-03-201-25/+23
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Remove unused #includes.Poul-Henning Kamp2000-10-311-9/+0
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02RYoshihiro Takahashi2000-10-021-0/+1231