summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_snc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused #includes.phk2000-10-311-8/+0
| | | | Approved by: nyan
* Don't use bus_get_resource() and bus_get_resource_start() functions ifnyan2000-10-031-12/+3
| | | | | | bus_alloc_resource() failed. So, error messages are changed more simply. Suggested by: "Matthew N. Dodd" <winter@jurai.net>
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-021-0/+258
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
OpenPOWER on IntegriCloud