Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 1995 13:38:12 -0700 (PDT)
From:      Julian Elischer <julian@ref.tfs.com>
To:        julian@ref.tfs.com (Julian Elischer)
Cc:        gatliff@cel.cummins.com, questions@freebsd.org, faq@freebsd.org
Subject:   Re: Driver creation.; [FAQ ENTRY]
Message-ID:  <199508312038.NAA00622@ref.tfs.com>
In-Reply-To: <199508312004.NAA00449@ref.tfs.com> from "Julian Elischer" at Aug 31, 95 01:04:27 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <<DONE
[...]
> 
> struct dh_softc {
> 	struct isa_device *dev;
> 	}
should be 
> struct dh_softc {
> 	struct isa_device *dev;
> 	} dh_softc[NDOHICKY];




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508312038.NAA00622>