Subject: Re: port-i386/1050: CAP support for NetBSD-1.0 i386
To: None <paul@frcs.alt.za>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: netbsd-bugs
Date: 05/15/1995 17:09:07
      * tweak "if_ed.c" to recognise SIOCGIFADDR -- this will need to
	be put into other ethernet drivers

This is wrong.  It's: a) only accessible through BPF, and b) not
orthogonal to SIOCSIFADDR.  CAP should be using SIOCGIFCONF to find
the ether address.