Alfred Perlstein
e51a25f850
Remove __P.
2002-03-20 02:08:01 +00:00
Poul-Henning Kamp
6817526d14
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
...
backwards in the three drivers which want to do that.
Reviewed by: mikeh
2001-02-06 10:12:15 +00:00
Poul-Henning Kamp
78d82c8c59
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
...
<sys/queue.h> implementation details.
Created with: /usr/sbin/sed
Reviewed with: /sbin/md5
2001-02-03 16:29:10 +00:00
Poul-Henning Kamp
9005f14a3b
Remove unused #includes.
...
Approved by: nyan
2000-10-31 08:22:26 +00:00
Poul-Henning Kamp
db7e3af111
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
Yoshihiro Takahashi
10d5f4e72e
Don't use bus_get_resource() and bus_get_resource_start() functions if
...
bus_alloc_resource() failed. So, error messages are changed more simply.
Suggested by: "Matthew N. Dodd" <winter@jurai.net>
2000-10-03 11:47:34 +00:00
Yoshihiro Takahashi
0a917604f0
Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
...
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
2000-10-02 14:27:20 +00:00