Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 16:40:22 +0400
From:      "Vladimir B. Grebenschikov" <vova@express.ru>
To:        ikob@koganei.wide.ad.jp
Cc:        current@freebsd.org
Subject:   Firewire driver is updated
Message-ID:  <15271.16566.490919.344158@vbook.express.ru>
In-Reply-To: <3BA70A3C.FCA5FB54@koganei.wide.ad.jp>
References:  <3BA70A3C.FCA5FB54@koganei.wide.ad.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

Katsushi Kobayashi writes:
 > Hello,
 > 
 > I have made a quick hack for SBP-2 (known as SCSI over firewire)
 > for my driver code.
 > 
 > I know this code is testted on my limited environment (only verified
 > fat32 file system), and also lacks a lot of function, e.g. device detach
 > 
 > and reconnect after busreset. However, I would like to use my effort
 > to A/V functions of the firewire. So,I release the SBP-2 code for the
 > start point of somebody who would loves storage on the firewire.
 > 
 > The URL of the latest code is:
 > 
 > ftp://ftp.uec.ac.jp/pub/firewire/beta/firewire-freebsd-5.0-20010918

Can't build fresh -CURRENT kernel with this patch:

vbook#/usr/src.local/sys/i386/compile/VBOOK 168_> make  kernel
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-  -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I/usr/include  -D_KERNEL -include opt_global.h -elf -O3 -mpentiumpro -mpreferred-stack-boundary=2  ../../../dev/firewire/firewire.c
../../../dev/firewire/firewire.c:133: warning: initialization makes pointer from integer without a cast
../../../dev/firewire/firewire.c:142: conflicting types for `fw_open'
../../../dev/firewire/firewire.c:85: previous declaration of `fw_open'
../../../dev/firewire/firewire.c:170: conflicting types for `fw_close'
../../../dev/firewire/firewire.c:86: previous declaration of `fw_close'
../../../dev/firewire/firewire.c:698: conflicting types for `fw_ioctl'
../../../dev/firewire/firewire.c:87: previous declaration of `fw_ioctl'
../../../dev/firewire/firewire.c: In function `fw_rcv':
../../../dev/firewire/firewire.c:2129: warning: long unsigned int format, __uint32_t arg (arg 3)
../../../dev/firewire/firewire.c: In function `fw_vmaccess':
../../../dev/firewire/firewire.c:2247: warning: long unsigned int format, __uint32_t arg (arg 5)
../../../dev/firewire/firewire.c:2247: warning: long unsigned int format, __uint32_t arg (arg 6)
../../../dev/firewire/firewire.c:2247: warning: long unsigned int format, __uint32_t arg (arg 7)
../../../dev/firewire/firewire.c:2247: warning: long unsigned int format, __uint32_t arg (arg 8)
../../../dev/firewire/firewire.c:2248: warning: long unsigned int format, __uint32_t arg (arg 2)
../../../dev/firewire/firewire.c:2248: warning: long unsigned int format, __uint32_t arg (arg 3)
../../../dev/firewire/firewire.c:2248: warning: long unsigned int format, __uint32_t arg (arg 4)
../../../dev/firewire/firewire.c:2248: warning: long unsigned int format, __uint32_t arg (arg 5)
*** Error code 1

Stop in /usr/src.local/sys/i386/compile/VBOOK.


Any suggestions ?

Will my Sony Firewire controller (in VAIO Z505S) work with these drivers ?

# dmesg | grep FireWire
pci0: <serial bus, FireWire> at device 9.0 (no driver attached)
# sudo pciconf -l | grep pci0:9
none1@pci0:9:0: class=0x0c0000 card=0x8054104d chip=0x8009104d rev=0x01 hdr=0x00
# 

--
TSB Russian Express, Moscow
Vladimir B. Grebenschikov, vova@express.ru

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




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