firewire driver

2001-12-21 Thread Petr Holub
Hi all! I've patched the fwohci driver from the DVTS suite (http://www.sfc.wide.ad.jp/DVTS/) to do the memory allocation for the card on it's own in the case BIOS is too lazy to do it (my case). Patch is in the attachement. I'd like to thank Warner Losh for his help with this problem and for his

firewire driver

2001-12-18 Thread Petr Holub
Hi all! I'm struggling my FireWire OHCI based card in my notebook. I'm using driver from DVTS project (that's what I finally want to have up and running). I'm running FreeBSD 4.4 Release. dmesg of my machine is in the attachement (using boot -v). I've already added proper id for my card in both

Re: Firewire driver available

2001-09-03 Thread Julian Elischer
Katsushi Kobayashi wrote: > > I have uploaded the updated driver at: > > ftp://ftp.uec.ac.jp/pub/firewire/beta/firewire-bsd-5.0-20010903 > > Note that this driver is an as-is basis code, so there is no document for > users. Although the kernel patch includes a file name as "sbp.c", this > code

Re: Firewire driver available

2001-09-03 Thread Julian Elischer
Julian Elischer wrote: > > Katsushi Kobayashi wrote: > > > > I have uploaded the updated driver at: > > > > ftp://ftp.uec.ac.jp/pub/firewire/beta/firewire-bsd-5.0-20010903 > > This url fails for me.. found it at: ftp://ftp.uec.ac.jp/pub/firewire/beta/firewire-freebsd-5.0-20010903 > -- +--

Re: Firewire driver available

2001-09-03 Thread Julian Elischer
Katsushi Kobayashi wrote: > > I have uploaded the updated driver at: > > ftp://ftp.uec.ac.jp/pub/firewire/beta/firewire-bsd-5.0-20010903 This url fails for me.. > > -- ++ __ _ __ | __--_|\ Julian Elischer | \ U \/ / hard at

Re: Firewire driver available

2001-09-03 Thread Katsushi Kobayashi
I have uploaded the updated driver at: ftp://ftp.uec.ac.jp/pub/firewire/beta/firewire-bsd-5.0-20010903 Note that this driver is an as-is basis code, so there is no document for users. Although the kernel patch includes a file name as "sbp.c", this code does not support any firewire disk devices

Re: Firewire driver available

2001-08-23 Thread Jason Andresen
Matthew Reimer wrote: > > I saw this on Freshmeat the other day: > > http://www.sfc.wide.ad.jp/DVTS/ > > Maybe someday it can be committed? Check out the TIPS section: * When a "PHY Error" occurs, you need to shut down the power of the PC once, and then reboot. * When a "sleep time

Re: Firewire driver available

2001-08-23 Thread Katsushi Kobayashi
I have been rewriting the driver to change a generic one. Right now, a primitive driver is already working. I believe it is more easy to implement device specific function to the new one. If somebody contribute my effort, you are welcome. P.S. I will upload the latest one to some place after my

Re: Firewire driver available

2001-08-23 Thread Vladimir B. Grebenschikov
Warner Losh writes: > In message <[EMAIL PROTECTED]> Matthew Reimer writes: > : I saw this on Freshmeat the other day: > :http://www.sfc.wide.ad.jp/DVTS/ > : Maybe someday it can be committed? > > Maybe. One problem with these patches are that they only do a certain > type of firewir

Re: Firewire driver available

2001-08-22 Thread Warner Losh
In message <[EMAIL PROTECTED]> Matthew Reimer writes: : I saw this on Freshmeat the other day: : http://www.sfc.wide.ad.jp/DVTS/ : Maybe someday it can be committed? Maybe. One problem with these patches are that they only do a certain type of firewire stuff. They treat the firewire devi

Firewire driver available

2001-08-22 Thread Matthew Reimer
I saw this on Freshmeat the other day: http://www.sfc.wide.ad.jp/DVTS/ Maybe someday it can be committed? Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Firewire driver (revised)

2001-03-30 Thread Katsushi Kobayashi
Folks, I have made the proposal to merge CURRENT for some monthes ago. And some comments and requirements were recieved. Rewriting device driver for Firewire is now ongoing. The snapshot can be download from following URL, ftp://ftp.uec.ac.jp/pub/firewire/beta/ The code does not have enough fu