Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2000 22:03:07 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        imp@FreeBSD.org
Cc:        Current <FreeBSD-current@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccardvar.h         src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn.c if_sn_isa.c         if_sn_pccard.c src/sys/pccard pccard_nbk.c
Message-ID:  <7m7l885yb8.wl@waterblue.imgsrc.co.jp>
In-Reply-To: In your message of "Mon, 18 Sep 2000 21:39:20 -0700 (PDT)" <200009190439.VAA18340@freefall.freebsd.org>
References:  <200009190439.VAA18340@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 18 Sep 2000 21:39:20 -0700 (PDT),
Warner Losh <imp@FreeBSD.org> wrote:
>   sn driver updated more than minorly.  Add module dependencies to allow
>   module to load.  Also change name to if_sn.  Add some debugging code.
>   attempt to fix the cannot allocate memory problem I'd been seeing.
>   Minor formatting nits.

After this commit, I cannot "make depend" for GENERIC configuration.

% config GENERIC; cd ../../compile/GENERIC; make depend
...
===> sn
@ -> /home/kuriyama/ncvs/src/sys
machine -> /home/kuriyama/ncvs/src/sys/i386/include
perl @/kern/makeobjops.pl -h @/kern/device_if.m
perl @/kern/makeobjops.pl -h @/kern/bus_if.m
perl @/kern/makeobjops.pl -h @/isa/isa_if.m
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/include
/home/kuriyama/ncvs/src/sys/modules/sn/../../dev/sn/if_sn.c
/home/kuriyama/ncvs/src/sys/modules/sn/../../dev/sn/if_sn_isa.c
/home/kuriyama/ncvs/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c
/home/kuriyama/ncvs/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c:60: card_if.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /home/kuriyama/ncvs/src/sys/modules/sn.
*** Error code 1

Stop in /home/kuriyama/ncvs/src/sys/modules.
*** Error code 1

Stop in /home/kuriyama/ncvs/src/sys/compile/GENERIC.


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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