Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/30/1999 11:15:05
Module Name: src
Committed By: thorpej
Date: Fri Apr 30 18:15:04 UTC 1999
Modified Files:
src/sys/dev/ic: lance.c
Log Message:
In lance_mediachange(), if there is no callback to the front-end, just
return 0 instead of EINVAL. In this case, there will only be one media
type, and the upper-level if_media code will ensure that the user is setting
to that type.
In other words, don't require the front-end to provide the no-op.