aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/snc
Commit message (Collapse)AuthorAgeFilesLines
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
| | | | | | | | | backwards in the three drivers which want to do that. Reviewed by: mikeh Notes: svn path=/head/; revision=72084
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
| | | | | | | | | | <sys/queue.h> implementation details. Created with: /usr/sbin/sed Reviewed with: /sbin/md5 Notes: svn path=/head/; revision=71962
* Remove unused #includes.Poul-Henning Kamp2000-10-315-35/+0
| | | | | | | Approved by: nyan Notes: svn path=/head/; revision=68054
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
| | | | Notes: svn path=/head/; revision=67164
* Don't use bus_get_resource() and bus_get_resource_start() functions ifYoshihiro Takahashi2000-10-031-12/+3
| | | | | | | | | bus_alloc_resource() failed. So, error messages are changed more simply. Suggested by: "Matthew N. Dodd" <winter@jurai.net> Notes: svn path=/head/; revision=66581
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02RYoshihiro Takahashi2000-10-0210-0/+3618
support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98 Notes: svn path=/head/; revision=66550