Subject: Re: CVS commit: src/sys/dev/ic
To: None <dyoung@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 08/19/2004 14:22:34
David Young <dyoung@netbsd.org> writes:
> Log Message:
> Hubert Feyrer points out that hw.ath.countrycode really ought to
> be writeable.  Make hw.ath.outdoor writeable while I am here.

Really the ath sysctls should be per-device -- what if we have
multiple aths? I think the right thing to do might be to create a
space under hw for network devices and to have each network device
attach itself under there. We could then even make ifconfig into a
flavor of sysctl if we wanted, which would be cleaner than the current
mass of ioctls needed.

Perry