Date: Fri, 1 Sep 2006 09:55:09 -0700 From: "David Christensen" <davidch@broadcom.com> To: des@des.no Cc: freebsd-current@freebsd.org, Stefan Bethke <stb@lassitu.de> Subject: RE: Simplified Steps for Building a Loadable module on -CURRENT Message-ID: <09BFF2FA5EAB4A45B6655E151BBDD90301E2F6C8@NT-IRVA-0750.brcm.ad.broadcom.com> In-Reply-To: <86k64nenu8.fsf@dwp.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
> "David Christensen" <davidch@broadcom.com> writes: > > 2) My Makefile: > > .PATH: . > > KMOD=3D if_bge > > SRCS=3D bus_if.h device_if.h pci_if.h miibus_if.h miidevs.h > > SRCS+=3D if_bge.c if_bgereg.h=20 > > DEBUG_FLAGS =3D -g > > > > .include <bsd.kmod.mk> >=20 > What's wrong with the one in /sys/modules/bge? >=20 Nothing. When I originally started my driver development I didn't know it existed there so I created one from scratch and I've been using it until now.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?09BFF2FA5EAB4A45B6655E151BBDD90301E2F6C8>