diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-04-03 21:36:33 +0000 |
| commit | 8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch) | |
| tree | 6ea4281e59072c649579ced46faa3cd8495197d4 /sys/dev/sf | |
| parent | 85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sf')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index bacce60f7cdb..388a22abfb34 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -28,8 +28,6 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ /* @@ -79,6 +77,9 @@ * registers inside the 256-byte I/O window. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/sockio.h> @@ -119,11 +120,6 @@ MODULE_DEPEND(sf, miibus, 1, 1, 1); -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - static struct sf_type sf_devs[] = { { AD_VENDORID, AD_DEVICEID_STARFIRE, "Adaptec AIC-6915 10/100BaseTX" }, |
