From owner-freebsd-questions Thu Aug 31 13:39:40 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA21358 for questions-outgoing; Thu, 31 Aug 1995 13:39:40 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA21348 ; Thu, 31 Aug 1995 13:39:38 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id NAA00622; Thu, 31 Aug 1995 13:38:13 -0700 From: Julian Elischer Message-Id: <199508312038.NAA00622@ref.tfs.com> Subject: Re: Driver creation.; [FAQ ENTRY] To: julian@ref.tfs.com (Julian Elischer) Date: Thu, 31 Aug 1995 13:38:12 -0700 (PDT) Cc: gatliff@cel.cummins.com, questions@freebsd.org, faq@freebsd.org In-Reply-To: <199508312004.NAA00449@ref.tfs.com> from "Julian Elischer" at Aug 31, 95 01:04:27 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 291 Sender: questions-owner@freebsd.org Precedence: bulk > i386/isa/dohicky.c optinal dohicky > DONE oops that should be 'optional' also I forgot a line in the c file.. > cat >>../isa/dohicky.c < > struct dh_softc { > struct isa_device *dev; > } should be > struct dh_softc { > struct isa_device *dev; > } dh_softc[NDOHICKY];