Re: No interrupts coming to device driver.

2005-11-13 Thread Alexander Nedotsukov
Warner, Unfortunately my BIOS do not allow IRQ reservation for ISA devices. But in I noticed Interrupt Mode menu with PIC/APIC options. This pushed me to go through another round of tests. First with PIC mode and back again with APIC but now with device apic added to kernel config. After few

Re: UFS2 max limits?

2005-11-13 Thread John-Mark Gurney
Joseph Koshy wrote this message on Sat, Nov 12, 2005 at 11:05 +0530: The Wikipedia page referenced below says that UFS2 supports a filesystem size of 2^80 Bytes (1YiB) with the limit on a given file being 2^55 bytes (32 PiB). Those sound correct, as UFS2 uses 64bit frag addresses, which when

Re: UFS2 max limits?

2005-11-13 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Sun, Nov 13, 2005 at 10:17 -0800: as for the file size, The approximate max can be calculated by (blocksize / sizeof(ufs2_daddr_t)) ^ 3 * blocksize the real max would add in addition: (blocksize / sizeof(ufs2_daddr_t)) ^ 2 * blocksize + (blocksize /

Re: SSH From within a Jail

2005-11-13 Thread Koen Martens
Koen Martens wrote: d c wrote: Greetings: I currently am running Freebsd 6.0 Release. I am experimenting with jails and have run into a problem. I need to ssh from within my jail to another server. Actually I need to use scp. WHen I try it I get the error: Host key verification failed.

Help: Asus P5WD2 mobo and ITE IDE controller problem

2005-11-13 Thread Murray Taylor
Hi all, I have had a system configured using this mobo and have hit a showstopper. The HDD (a seagate 330GB IDE) have been connected to the ITE IDE controller while the DVDrom has been connected to the primary IDE controller. It seems that the ITE device is a RAID controller, and the BIOS and

Re: Help: Asus P5WD2 mobo and ITE IDE controller problem

2005-11-13 Thread Roland Smith
On Mon, Nov 14, 2005 at 10:13:51AM +1100, Murray Taylor wrote: Hi all, I have had a system configured using this mobo and have hit a showstopper. The HDD (a seagate 330GB IDE) have been connected to the ITE IDE controller while the DVDrom has been connected to the primary IDE controller.

RE: Help: Asus P5WD2 mobo and ITE IDE controller problem

2005-11-13 Thread Murray Taylor
-Original Message- From: Roland Smith [mailto:[EMAIL PROTECTED] On Mon, Nov 14, 2005 at 10:13:51AM +1100, Murray Taylor wrote: Hi all, I have had a system configured using this mobo and have hit a showstopper. The HDD (a seagate 330GB IDE) have been connected to the ITE

Re: poor fdc(4) performance

2005-11-13 Thread Pyun YongHyeon
On Sat, Nov 12, 2005 at 10:14:22AM -0600, Matthew D. Fuller wrote: On Sat, Nov 12, 2005 at 04:44:18PM +0900 I heard the voice of Pyun YongHyeon, and lo! it spake thus: Yes, it could be. But I think the machine is fast enough to read sequential blocks. Try running it without SMP.