At Mon, 18 Sep 2000 21:39:20 -0700 (PDT),
Warner Losh <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> // IMG SRC, Inc.
             <[EMAIL PROTECTED]> // FreeBSD Project


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to