Re: Lost interrupts during boot

2007-06-08 Thread Hidetoshi Shimokawa
It seems that the firewire driver is unrelated to the problem. Doesn't firewire device work too? On 6/8/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: On Friday 08 June 2007 09:30, Hidetoshi Shimokawa wrote: > The latest firewire driver I commited this week uses interrupt f

Re: Lost interrupts during boot

2007-06-08 Thread Hidetoshi Shimokawa
' class= bridge subclass = PCI-CardBus --HPS ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- /\ Hidetoshi Shim

Re: Lost interrupts during boot

2007-06-08 Thread Hidetoshi Shimokawa
you try this? On 6/8/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: On Friday 08 June 2007 09:17, Hidetoshi Shimokawa wrote: > Do you have INTR_FILTER in your kernel config file? No. > Does the USB driver use interrupt filter or only ithread? Ithread. Interrupt filter is NULL I

Re: Boot Problem

2003-10-25 Thread Hidetoshi Shimokawa
It seems that fwohci registers are not mapped correctly. If your BIOS has a option for `PnP OS', try to set it to 'no'. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Sat, 25 Oct 2003 16:32:30 +0100, Kris Davidson

Re: Boot Problem

2003-10-25 Thread Hidetoshi Shimokawa
Which version of FreeBSD are you trying to install? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Sat, 25 Oct 2003 15:19:56 +0100, Kris Davidson wrote: > > This may be a complete newbie question, or it may have been an

Re: FireWire for kernel hackers

2002-04-14 Thread Hidetoshi Shimokawa
y for SBP-II. SBP devices read/write host memory directly(DMA). If you prefer security to performance, You could disallow physical access and inspect all transactions. You could also allow it only to SBP-II nodes and debugger nodes. (Node id could change after bus reset) My recommendation is not t

FireWire for kernel hackers

2002-04-12 Thread Hidetoshi Shimokawa
/dev/fwmem0 -N /sys/i386/compile/GENERIC/kernel # gdb -k -c /dev/fwmem0 /sys/i386/compile/GENERIC/kernel.debug remote gdb at 400,000,000 bps :-) Here is the whole document, enjoy! /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~sim