Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 1996 13:43:31 -0400 (EDT)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        FreeBSD current <freebsd-current@freefall.FreeBSD.org>
Subject:   Make world
Message-ID:  <Pine.OSF.3.95.960908133915.1817A-100000@thurston.eng.umd.edu>

next in thread | raw e-mail | index | archive | help
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!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.95.960908133915.1817A-100000>