NetBSD/sys/arch/amiga
thorpej 748810b06d Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit.  Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
1996-05-07 00:46:37 +00:00
..
amiga Startup modified to work with kernel loaded directly into fast memory. 1996-05-04 04:45:18 +00:00
compile
conf Make the MI LANCE driver standalone, and use cfattach to resolve 1996-05-07 00:34:17 +00:00
dev Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 00:46:37 +00:00
include removed the define for cdev_ss_init 1996-05-05 16:17:27 +00:00
stand Make this compile. Fixes PR#2047 1996-05-05 22:25:00 +00:00
Makefile