remove unused ifmedia fields

This commit is contained in:
dbj 2001-04-02 05:29:42 +00:00
parent dff3edd66d
commit a5523b0bfd
1 changed files with 1 additions and 19 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mb8795var.h,v 1.2 2000/10/09 10:45:45 dbj Exp $ */
/* $NetBSD: mb8795var.h,v 1.3 2001/04/02 05:29:43 dbj Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
* All rights reserved.
@ -40,24 +40,6 @@ struct mb8795_softc {
struct device sc_dev; /* base device glue */
struct ethercom sc_ethercom; /* Ethernet common part */
#if 0
struct ifmedia sc_media; /* our supported media */
int (*sc_mediachange) __P((struct mb8795_softc *));
void (*sc_mediastatus) __P((struct mb8795_softc *,
struct ifmediareq *));
/*
* Media-supported by this interface. If this is NULL,
* the only supported media is assumed to be "manual".
*/
int *sc_supmedia;
int sc_nsupmedia;
int sc_defaultmedia;
int sc_havecarrier; /* carrier status */
#endif
void *sc_sh; /* shutdownhook cookie */
int sc_debug;