cbb attach failed

2002-12-14 Thread FUJITA Kazutoshi
hi, i've just 'make buildworld' 'make buildkernel' on my thinkpad x23, but cardbus doesn't work. here is the 'boot -v' message around the cbb, cbb0: RF5C476 PCI-CardBus Bridge mem 0x5000-0x5fff irq 11 at device 3.0 on pci2 pcib2: device cbb0 requested unsupported memory range 0x0-0x0

Re: cbb attach failed

2002-12-15 Thread FUJITA Kazutoshi
From: KT Sin [EMAIL PROTECTED] Subject: Re: cbb attach failed Date: Sun, 15 Dec 2002 13:29:42 +0800 Message-ID: [EMAIL PROTECTED] If your CURRENT is pretty recent, please add into your /boot/loader.conf hw.pci.allow_unsupported_io_range=1 and then reboot. it works file. thanks a

SiS5591(?) ATA

2003-03-15 Thread FUJITA Kazutoshi
Hi, I've upgraded to -CURRENT from -STABLE yesterday. But something strange with ATA. It can't be used in UDMA100 mode. In boot message, ... pci0: mass storage, ATA at device 2.5 (no driver attached) ... ad0: 78533MB IC35L080AVVA07-0 [159560/16/63] at ata0-master PIO4 ad1: 39266MB

crash: bremfree: removing a buffer not on a queue

2003-03-15 Thread FUJITA Kazutoshi
Hi, My -CURRENT(2003/03/12) box crashes while using linux-mozilla. # gdb -k kernel.debug.0 vmcore.0 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of

crash: lockmgr: locking against myself

2003-03-15 Thread FUJITA Kazutoshi
Hi, My -CURRENT(2003/03/14) box crashes when I tried to mount UDF(DVD-RAM). # mount -t udf -o ro /dev/acd0 /dvdram Here is the stack trace, # gdb -k kernel.debug.0 vmcore.0 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General

Re: SiS5591(?) ATA

2003-03-15 Thread FUJITA Kazutoshi
From: Soeren Schmidt [EMAIL PROTECTED] Subject: Re: SiS5591(?) ATA Date: Sat, 15 Mar 2003 20:06:33 +0100 (CET) Message-ID: [EMAIL PROTECTED] Hmm, OK, try this patch: become better. but still it does't work in UDMA100. atapci0: SiS 961 UDMA100 controller port 0xff00-0xff0f at device 2.5 on

Re: crash: lockmgr: locking against myself

2003-03-15 Thread FUJITA Kazutoshi
From: Tim Robbins [EMAIL PROTECTED] Subject: Re: crash: lockmgr: locking against myself Date: Sun, 16 Mar 2003 00:36:41 +1100 Message-ID: [EMAIL PROTECTED] Here's a simple untested patch to try which makes udf_allocv() return an unlocked vnode. I'm not sure whether the locking in udf_hashins()

Re: SiS5591(?) ATA

2003-03-15 Thread FUJITA Kazutoshi
From: Soeren Schmidt [EMAIL PROTECTED] Subject: Re: SiS5591(?) ATA Date: Sat, 15 Mar 2003 21:14:16 +0100 (CET) Message-ID: [EMAIL PROTECTED] Hmm, the cable detection sems to be failing somehow... Now is the chip found correctly ? is it *really* a SiS 961 (old ATA100 model)? How can I make it

UDF: bad file descriptor

2003-03-15 Thread FUJITA Kazutoshi
From: FUJITA Kazutoshi [EMAIL PROTECTED] Subject: Re: crash: lockmgr: locking against myself Date: Sun, 16 Mar 2003 05:23:51 +0900 (JST) Message-ID: [EMAIL PROTECTED] It looks good for me. At least, crash is avoided and mount successfully. I could mount DVD-RAM successfully. (This media

Re: UDF: bad file descriptor

2003-03-15 Thread FUJITA Kazutoshi
From: Andre Guibert de Bruet [EMAIL PROTECTED] Subject: Re: UDF: bad file descriptor Date: Sat, 15 Mar 2003 21:09:55 -0500 (EST) Message-ID: [EMAIL PROTECTED] # /bin/ls -l ls: VR_MOVIE.VRO: Bad file descriptor total 111 drw-rw-rw- 1 root wheel 2048 Mar 12 13:33 . drw-rw-rw- 4 root

Re: SiS5591(?) ATA

2003-03-16 Thread FUJITA Kazutoshi
From: Soeren Schmidt [EMAIL PROTECTED] Subject: Re: SiS5591(?) ATA Date: Sun, 16 Mar 2003 11:50:30 +0100 (CET) Message-ID: [EMAIL PROTECTED] Could I have you both try this patch and mail me the entire output og dmesg with it applied ? (patch against a clean -current) ata-chipset.c can't be

Re: UDF: bad file descriptor

2003-03-16 Thread FUJITA Kazutoshi
From: Scott Long [EMAIL PROTECTED] Subject: Re: UDF: bad file descriptor Date: Sat, 15 Mar 2003 21:29:16 -0700 Message-ID: [EMAIL PROTECTED] Sorry for neglecting UDF for so long. Regarding this problem, what program was used to generate the UDF filesystem on the disk? If the disk doesn't

Re: UDF: bad file descriptor

2003-03-16 Thread FUJITA Kazutoshi
From: Tim Robbins [EMAIL PROTECTED] Subject: Re: UDF: bad file descriptor Date: Sun, 16 Mar 2003 16:58:57 +1100 Message-ID: [EMAIL PROTECTED] The Linux driver doesn't seem to issue the special read and write commands that the quote from the UDF spec. mentions, so I'm not sure whether it will

ACPI suspend problem (ThinkPad X23)

2003-03-17 Thread FUJITA Kazutoshi
Hi, My -CURRENT(2003/03/12) laptop(ThinkPad X23) can't be suspended. When I try # acpiconf -s 1 I have console message 'acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND' How can I solve this? dmesg output is attached. Regards, Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c)

Re: ACPI suspend problem (ThinkPad X23)

2003-03-19 Thread FUJITA Kazutoshi
From: User Takawata [EMAIL PROTECTED] Subject: Re: ACPI suspend problem (ThinkPad X23) Date: Tue, 18 Mar 2003 15:22:57 +0900 Message-ID: [EMAIL PROTECTED] It seems that Your machine does not support S1 sleep. See the result of # acpidump |grep _S1 If there is no line like Name(\_S1_,

Re: floppy controller

2003-03-28 Thread FUJITA Kazutoshi
From: Tecumtah [EMAIL PROTECTED] Subject: floppy controller Date: Wed, 26 Mar 2003 14:13:27 +0100 Message-ID: [EMAIL PROTECTED] Here is the output of dmesg | grep fd fdc0: cmd 3 failed at out byte 1 of 3 fdc0: cmd 3 failed at out byte 1 of 3 fdc0: cannot reserve I/O port range (6 ports) My

bus_alloc_resouce() failure for OPTi 82C861

2002-03-07 Thread FUJITA Kazutoshi
Hi there, I installed -CURRENT on my old PC(ThinkPad235 aka Chandra2), but its USB device doesn't work. (it works on Windows environment) [boot message] ohci0: OPTi 82C861 (FireLink) USB controller irq 10 at device 5.0 on pci0 ohci0: Could not map memory device_probe_and_attach: ohci0 attach

Re: bus_alloc_resouce() failure for OPTi 82C861

2002-03-08 Thread FUJITA Kazutoshi
From: M. Warner Losh [EMAIL PROTECTED] Subject: Re: bus_alloc_resouce() failure for OPTi 82C861 Date: Thu, 07 Mar 2002 01:37:13 -0700 (MST) Message-ID: [EMAIL PROTECTED] : [boot message] : ohci0: OPTi 82C861 (FireLink) USB controller irq 10 at device 5.0 on pci0 : ohci0: Could not map memory