Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-27 Thread Doug Ambrisko
Vitaliy Skakun writes: | thanks, but I see this patch is against recent HEAD | | I've got the yesterdays RELENG_6 sources and can't simply update to HEAD ( | it is a server ) Give this a shot against RELENG_6: Index: rp.c === RCS fi

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-27 Thread Vitaliy Skakun
thanks, but I see this patch is against recent HEAD I've got the yesterdays RELENG_6 sources and can't simply update to HEAD ( it is a server ) so, I've failed to apply your patch cleanly, and failed to recompile the kernel: /usr/src/sys/modules/rp/../../dev/rp/rp.c: In function `rp_attachcommon

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-26 Thread Doug Ambrisko
Vitaliy Skakun writes: | Hi everybody! | | One problem arised: | | when doing in the shell | echo "~WS" > /dev/cuaR00 | | for several times as quick as I can, I get panic with the following message: | panic: device_unbusy: called for non-busy device rp0 | | same thing when trying to send data t

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-26 Thread Vitaliy Skakun
in addition to previous email : [EMAIL PROTECTED]:~ [0]# kgdb /boot/kernel/kernel /backups/crash/vmcore.0 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is f

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-26 Thread Vitaliy Skakun
tried this patch echo "~WC" > /dev/cuaR00 worked ok when I tried this a lot of times quickly, but when I try to send larger files, it panics again : [EMAIL PROTECTED]:~ [0]# cat 1.txt > /dev/cuaR00 [EMAIL PROTECTED]:~ [0]# cat 1.txt > /dev/cuaR00 after this the same panic occured the size

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-26 Thread John Baldwin
On Thursday 26 January 2006 05:54, Vitaliy Skakun wrote: > Hi everybody! > > One problem arised: > > when doing in the shell > echo "~WS" > /dev/cuaR00 > > for several times as quick as I can, I get panic with the following > message: panic: device_unbusy: called for non-busy device rp0 > > same th

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-26 Thread Vitaliy Skakun
Hi everybody! One problem arised: when doing in the shell echo "~WS" > /dev/cuaR00 for several times as quick as I can, I get panic with the following message: panic: device_unbusy: called for non-busy device rp0 same thing when trying to send data to /dev/cuaR00 via JDK File streams ... :(((

Re: Comtrol Rocketport UNIVERSAL PCI 32-port

2006-01-25 Thread John Baldwin
On Wednesday 25 January 2006 09:08, Vitaliy Skakun wrote: > Hi everybody! > > Due to http://www.freebsd.org/releases/6.0R/hardware-i386.html , tried to > set up the following device > with driver rp(4): > http://www.shopcomtrol.com/product.asp?sku=2338510 > > [EMAIL PROTECTED]:/<3>dev/rp [0]# uname