Fix part of previous commit.

This commit is contained in:
thorpej 2000-01-28 18:27:41 +00:00
parent e0df61eefa
commit cb239424d0

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.13 2000/01/28 11:30:22 jdc Exp $ */
/* $NetBSD: fd.c,v 1.14 2000/01/28 18:27:41 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum.
@ -504,7 +504,7 @@ fdattach(parent, self, aux)
else
printf(": density unknown\n");
bp = BUFQ_FIRST(&fd->sc_q);
BUFQ_INIT(&fd->sc_q);
fd->sc_cylin = -1;
fd->sc_drive = drive;
fd->sc_deftype = type;