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 think

Re: Lost interrupts during boot

2007-06-08 Thread Hidetoshi Shimokawa
= 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 Shimokawa \/ [EMAIL PROTECTED

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 filter. There might

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 answered

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 wrote: I'm

Re: FireWire for kernel hackers

2002-04-14 Thread Hidetoshi Shimokawa
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 to connect untrusable devices. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u

FireWire for kernel hackers

2002-04-12 Thread Hidetoshi Shimokawa
/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/~simokawa