small patch to support Formula 2.5

2002-08-26 Thread YAMAMOTO Shigeru
Hi all, I modify to support "Formula 2.5 FireWire & USB" on USB, which is a 2.5' ATA disk case to attach on USB. #URL:http://www.century.co.jp/products/cfc25fugkit.html (writen in Japanese) This is quick hack. I only test 'can mount it' and 'read a file'. #I don't test 'can write a file'. I se

Re: Question about device.hints man page

2002-08-26 Thread Craig Rodrigues
On Mon, Aug 26, 2002 at 11:18:36AM +1000, Bruce Evans wrote: > > It seems to be proper for disabling acpi itself (see dev/acpica/acpi.c) > but not its loading. So to fully disable acpica, you have to do something > like: > > hint.acpi.0.disable="I prefer not to use code that (mis)uses !gete

Hydroponic Link Update Notification

2002-08-26 Thread Hydro
Greetings! You are receiving this email message because you or someone who knows you has signed you up to receive these mailings. If you do not wish to receive future mailings please see the bottom of this message. Greetings! This is a notification to let you know that my web site has a

current panic: bwrite: buffer is not busy???

2002-08-26 Thread Michael Reifenberger
Hi, under current as of today on a IBM A30p notebook I get the above panic under load often. A backtrace is attached. Anything else to analyze or inspect? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, In

Booting problem in -CURRENT?

2002-08-26 Thread walt
I decided to copy my -current from the second ide disk to the first ide disk because it's a faster disk. So I basically just made a new partition with a new filesystem and copied everything over to the new partition on the first disk. I edited fstab and /boot/loader.conf to correct for the new lo

NTFS bugs under -current?

2002-08-26 Thread Lars Eggert
Hi, are there any known problems when accessing NTFS partitions under -current (compared -stable)? (I've seen this question raised but not answered in the archives.) I'm mounting my Windows XP partition under both -current and -stable (for the TrueType fonts). Under -stable, accessing files t

Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mark Santcroos
On Mon, Aug 26, 2002 at 10:32:58PM +0900, Mitsuru IWASAKI wrote: > Any volunteers to solve this problem? Well yes, me. Like I said, I don't have experience with ACPI yet, but basicly I need to get this working so that makes me a good candidate ;) I just registered myself as a developer on ati.c

Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mitsuru IWASAKI
> One other note: > > At boot time the VGA is reported as: > Aug 25 21:15:20 laptop kernel: vga0: at port 0x3c0-0x3df iomem >0xa-0xb on isa0 > > And when I load your module: > Aug 25 21:12:44 laptop kernel: vga_pci0: port 0xc000-0xc0ff mem >0xfcff-0xfcff,0xe000-0xe7f

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mitsuru IWASAKI
>FYI, I have now a "can't fetch resources for \\_SB_.PCI0.FNC0.PRT_ - >AE_BAD_DATA" with acpica-unix-20020815 during boot. I'd like to make sure if AE_BAD_DATA error occurred w/ previous versions (acpica-unix-20020725, 20020611, 20020404...) ? Or first time w/ acpica-unix-20020815 ? Anyw

Re: pkg_version and no origin found == SEGFAULT

2002-08-26 Thread David W. Chapman Jr.
> Can someone with a src commit bit please do the honours... Cool, thanks for the quick fix! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pkg_version and no origin found == SEGFAULT

2002-08-26 Thread Jeremy Lea
Hi, On Sun, Aug 25, 2002 at 12:13:50PM -0500, David W. Chapman Jr. wrote: > This is exactly the problem I'm seeing and would explain why > portupgrade -f fixes the problem for the port that causes the segfault. > Shouldn't pkg_version handle this a little more gracefully? Can someone with a src