summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-07-23 05:50:35 +0000
committerwpaul <wpaul@FreeBSD.org>1999-07-23 05:50:35 +0000
commit2455d1c335e089d1fdcc0f62570b256af69412c9 (patch)
tree9c67f91e64906f02993f49d5344fe803e458141f /sys/dev/sk
parent985cd025a1a6c62bd5cf58fb87f3d8d942351d35 (diff)
downloadFreeBSD-src-2455d1c335e089d1fdcc0f62570b256af69412c9.zip
FreeBSD-src-2455d1c335e089d1fdcc0f62570b256af69412c9.tar.gz
One last tweak before I turn in for the evening: the driver name in
the driver_t declaration should be "skc" not "sk". Technically, "skc" is the parent PCI device (the SysKonnect GEnesis controller) and "sk0" and "sk1" are the network interfaces that get attached to it.
Diffstat (limited to 'sys/dev/sk')
-rw-r--r--sys/dev/sk/if_sk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c
index 10f7dc9..81db591 100644
--- a/sys/dev/sk/if_sk.c
+++ b/sys/dev/sk/if_sk.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_sk.c,v 1.51 1999/07/14 21:48:19 wpaul Exp $
+ * $Id: if_sk.c,v 1.7 1999/07/23 02:06:55 wpaul Exp $
*/
/*
@@ -102,7 +102,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_sk.c,v 1.51 1999/07/14 21:48:19 wpaul Exp $";
+ "$Id: if_sk.c,v 1.7 1999/07/23 02:06:55 wpaul Exp $";
#endif
static struct sk_type sk_devs[] = {
@@ -175,7 +175,7 @@ static device_method_t sk_methods[] = {
};
static driver_t sk_driver = {
- "sk",
+ "skc",
sk_methods,
sizeof(struct sk_softc)
};
OpenPOWER on IntegriCloud