summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sk.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-07-14 21:53:11 +0000
committerwpaul <wpaul@FreeBSD.org>1999-07-14 21:53:11 +0000
commit82c03039352997a53fffd345ac2e99e1c4f09e21 (patch)
tree681469c3ed354093081281cd97abceac66968123 /sys/pci/if_sk.c
parentcad926898390cc70f574248e45fa3f2c1a68309e (diff)
downloadFreeBSD-src-82c03039352997a53fffd345ac2e99e1c4f09e21.zip
FreeBSD-src-82c03039352997a53fffd345ac2e99e1c4f09e21.tar.gz
Make a few other cleanups while I'm in the area. Typo in comment, unused
structure members, etc. No functional changes.
Diffstat (limited to 'sys/pci/if_sk.c')
-rw-r--r--sys/pci/if_sk.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 2edca34..c560fe4 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_sk.c,v 1.2 1999/07/09 17:36:23 wpaul Exp $
+ * $Id: if_sk.c,v 1.3 1999/07/14 18:57:32 wpaul Exp $
*/
/*
@@ -99,7 +99,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_sk.c,v 1.2 1999/07/09 17:36:23 wpaul Exp $";
+ "$Id: if_sk.c,v 1.3 1999/07/14 18:57:32 wpaul Exp $";
#endif
static struct sk_type sk_devs[] = {
@@ -1221,9 +1221,6 @@ sk_attach(config_id, unit)
goto fail;
}
- /* Save cache line size. */
- sc->sk_cachesize = pci_conf_read(config_id, SK_PCI_CACHELEN) & 0xFF;
-
/* Reset the adapter. */
sk_reset(sc);
OpenPOWER on IntegriCloud