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

2000-09-19 Thread Warner Losh

In message <[EMAIL PROTECTED]> Warner Losh writes:
: Thanks.  CVS didn't commit the makefile change and then lost it :-(.
: I've fixed it.

Actually, CVS didn't eat the change, I just forgot to commit it.

Warner


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



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

2000-09-19 Thread Warner Losh

In message <[EMAIL PROTECTED]> Jun Kuriyama writes:
: After this commit, I cannot "make depend" for GENERIC configuration.

Thanks.  CVS didn't commit the makefile change and then lost it :-(.
I've fixed it.

Warner


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



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

2000-09-19 Thread Donn Miller

On Tue, 19 Sep 2000, Jun Kuriyama wrote:

> 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
> /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

I get the same error.

- Donn



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



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

2000-09-19 Thread Jun Kuriyama

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