From owner-freebsd-current Sun Sep 8 10:43:42 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA11936 for current-outgoing; Sun, 8 Sep 1996 10:43:42 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA11930 for ; Sun, 8 Sep 1996 10:43:40 -0700 (PDT) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.103.25]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id NAA18813 for ; Sun, 8 Sep 1996 13:43:32 -0400 (EDT) Received: from localhost (chuckr@localhost) by thurston.eng.umd.edu (8.7.5/8.7.3) with SMTP id NAA01933 for ; Sun, 8 Sep 1996 13:43:31 -0400 (EDT) X-Authentication-Warning: thurston.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 8 Sep 1996 13:43:31 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: FreeBSD current Subject: Make world Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Seems broke in lkm/wcd. Here's the error message: cc -O2 -m486 -pipe -nostdinc -I. -DWCD_MODULE -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/lkm/wcd/../../sys -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -Wunused -Wpointer-arith -c /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c: In function `wcd_load': /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1134: structure has no member named `parent' /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1134: too many arguments to function `wcdattach' /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c: At top level: /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1114: warning: `rwcd_load' declared `static' but never defined /usr/src/lkm/wcd/../../sys/i386/isa/wcd.c:1114: warning: `rwcd_unload' declared `static' but never defined *** Error code 1 >From what I see, wcd.c (at line 1134) is calling for a atapi member called parent, but there isn't any such thing in the struct. I don't know anything about this, I'm sorry I can't contribute a fix (I run pure scsi). ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------