summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-18 08:12:30 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-18 08:12:30 +0000
commitc5d1682b1471b0630cf9942e6c89f74f5847bc24 (patch)
tree6ae2972ca7e3f409118ede30d823c30000b4038b /sys/dev/ic
parent27513ca73b31d5371bd82aeed639895ae924ff6d (diff)
Notes
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/i82586.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i82586.h b/sys/dev/ic/i82586.h
index 844bcd4cd011..612a669befa2 100644
--- a/sys/dev/ic/i82586.h
+++ b/sys/dev/ic/i82586.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: i82586.h,v 1.1 1993/10/12 06:53:10 rgrimes Exp $
+ * $Id: i82586.h,v 1.2 1995/10/31 18:41:47 phk Exp $
*/
/*
@@ -292,7 +292,7 @@ struct ie_config_cmd {
* but since we have the inline facility, it makes sense to use that
* instead.
*/
-inline void
+static inline void
ie_setup_config(volatile struct ie_config_cmd *cmd,
int promiscuous, int manchester) {
cmd->ie_config_count = 0x0c;