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>
index | next in thread | previous in thread | raw e-mail
> "David Christensen" <davidch@broadcom.com> writes: > > 2) My Makefile: > > .PATH: . > > KMOD= if_bge > > SRCS= bus_if.h device_if.h pci_if.h miibus_if.h miidevs.h > > SRCS+= if_bge.c if_bgereg.h > > DEBUG_FLAGS = -g > > > > .include <bsd.kmod.mk> > > What's wrong with the one in /sys/modules/bge? > 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?09BFF2FA5EAB4A45B6655E151BBDD90301E2F6C8>
