From owner-freebsd-hackers Mon Jun 5 20:35:15 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA23984 for hackers-outgoing; Mon, 5 Jun 1995 20:35:15 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA23974 for ; Mon, 5 Jun 1995 20:35:09 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id NAA21680; Tue, 6 Jun 1995 13:33:22 +1000 Date: Tue, 6 Jun 1995 13:33:22 +1000 From: Bruce Evans Message-Id: <199506060333.NAA21680@godzilla.zeta.org.au> To: bde@zeta.org.au, rgrimes@gndrsh.aac.dev.com Subject: Re: kernel page fault while doing tar to /dev/rft0 Cc: hackers@freebsd.org, steve2@genesis.tiac.net Sender: hackers-owner@freebsd.org Precedence: bulk >> ft is a pointer to the floppy t_y_pe structure. >Ah.. okay, suggest we rename it to type then! fd->type->secsize makes >a lot more since when reading this code!!! Maybe fd->f_type->t_secsize (we've argued about this before :-). But it was named ft long before the ft driver existed. Bruce