[4668] in linux-scsi channel archive
scsi_logging_level unresolved symbol
daemon@ATHENA.MIT.EDU (Douglas Gilbert)
Mon Sep 7 11:59:40 1998
Date: Mon, 07 Sep 1998 11:13:27 -0400
From: Douglas Gilbert <dgilbert@interlog.com>
To: linux-scsi@vger.rutgers.edu
Hi,
I'm playing with the "sg" driver with a view to adding scatterlists.
To this end I have tried to add SCSI logging macros defined in scsi.h
[ SCSI_LOG_HLCOMPLETE(...) ] and with the "config" options below
get:
insmod sg
/lib/modules/2.1.120/scsi/sg.o: unresolved symbol scsi_logging_level
I thought it was just a problem with "sg" so then I recompiled "sd"
as a module and got:
insmod sd_mod
/lib/modules/2.1.120/scsi/sd_mod.o: unresolved symbol scsi_logging_level
Can someone shed some light on this?
Is there a wish list for mods to "sg" (seen notes from Alan Cox +
J. Schilling)?
Extract from .config follows (scsi core driver; sg, sd + sr modules,
scsi logging on):
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
------------------------------------------------------------------
Douglas Gilbert Email: dgilbert@interlog.com
48 Windsor Court Road or dougg@triode.net.au
Thornhill, Ontario L3T 4Y5, Canada Tel: +1 905 771 6151
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu