Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/11/2000 19:52:35
Module Name: syssrc
Committed By: thorpej
Date: Wed Oct 11 16:52:35 UTC 2000
Modified Files:
syssrc/sys/net: if.c if.h
Log Message:
Change the if_reset vector to if_init, and add an if_stop. if_stop
also takes an argument indicating whether or not the interface should
also be disabled (i.e. power removed, resources freed, etc.)
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 syssrc/sys/net/if.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/net/if.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.