Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Dec 1999 13:13:35 +0200
From:      Maxim Sobolev <sobomax@altavista.net>
To:        Warner Losh <imp@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/pccard pccard.c src/sys/isa sio.csrc/sys/dev/ed  if_ed_pccard.c src/sys/dev/ep if_ep_pccard.c
Message-ID:  <384502DF.A842BE26@altavista.net>
References:  <199912010738.XAA93773@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote:

> imp         1999/11/30 23:38:55 PST
>
>   Modified files:
>     sys/pccard           pccard.c
>     sys/isa              sio.c
>     sys/dev/ed           if_ed_pccard.c
>     sys/dev/ep           if_ep_pccard.c
>   Log:
>   Fix the hang on card eject problem and maybe the hang on suspend
>   problem.

It seems that this commit breaks the kernel builds:

cc -c -O2 -pipe -march=pentium -Wall -Wredundant-decls -Wnested-externs -Wstrict

-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat

-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -inclu

de opt_global.h -D_KERNEL -elf  -mpreferred-stack-boundary=2  ../../pccard/pccar

d.c
../../pccard/pccard.c: In function `disable_slot_spl0':
../../pccard/pccard.c:223: structure has no member named `disable_ch'
../../pccard/pccard.c: In function `slot_suspend':
../../pccard/pccard.c:249: structure has no member named `disable_ch'
../../pccard/pccard.c: In function `pccard_alloc_slot':
../../pccard/pccard.c:320: structure has no member named `disable_ch'
../../pccard/pccard.c: In function `inserted':
../../pccard/pccard.c:410: structure has no member named `disable_ch'
*** Error code 1

-Maxim



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?384502DF.A842BE26>