Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Kernel maybe borked...

1 view
Skip to first unread message

Poul-Henning Kamp

unread,
Oct 18, 2003, 9:50:45 AM10/18/03
to

I'm chasing a problem which indicates that I may have borked the
kernel with one of my last commits. I'm hunting it right now.

--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
p...@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

John Hay

unread,
Oct 18, 2003, 12:56:02 PM10/18/03
to
On Sat, Oct 18, 2003 at 03:48:49PM +0200, Poul-Henning Kamp wrote:
>
> I'm chasing a problem which indicates that I may have borked the
> kernel with one of my last commits. I'm hunting it right now.

So you don't mean just compile errors like this, but real things like
turning over the fish bowl when booting?

####################
cc -O -pipe -march=pentium -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -finline-limit=15000 -fno-common -g -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/dev/raidframe/rf_freebsdkintf.c
/usr/src/sys/dev/raidframe/rf_freebsdkintf.c: In function `rf_DispatchKernelIO':
/usr/src/sys/dev/raidframe/rf_freebsdkintf.c:1547: error: structure has no member named `b_io'
/usr/src/sys/dev/raidframe/rf_freebsdkintf.c:1547: error: structure has no member named `b_io'
*** Error code 1

Stop in /usr/src/sys/modules/raidframe.
*** Error code 1

Stop in /usr/src/sys/modules.
######################

John
--
John Hay -- John...@icomtek.csir.co.za / jh...@FreeBSD.org

Bruce M Simpson

unread,
Oct 18, 2003, 4:55:02 PM10/18/03
to
On Sat, Oct 18, 2003 at 09:50:58PM +0200, Gabriel Ambuehl wrote:
[snip]
> /usr/src/sys/dev/ep/if_ep_eisa.c:218: error: for each function it appears in.)
> *** Error code 1
[snip]

I've just committed a fix for this:
if_ep_eisa.c:
$FreeBSD: src/sys/dev/ep/if_ep_eisa.c,v 1.26 2003/10/18 20:44:23 bms Exp $

BMS

0 new messages