Subject: Separating softc and struct device?
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 08/29/2007 22:22:20
Hi all,
is there a good reason to keep all the pointer casts for
device softc's to struct device and vice versa? I think it would be good
to follow the changes in ifnet vs arpcom and use direct pointer.
An additional goody would be that struct device could become an abstract
type and modifying it gets easier.

Opinions?

Joerg