Re: Decision PCCOM Serial Card

2002-03-20 Thread John Hay
> Hi, > Has anyone got FreeBSD to recognise one of these? > I've tried modifying sio.c by adding this at line 598.. > { 0x0004, "PCCOM Serial", 0x18 }, > > But no luck.. Booting -v produces no diagnostics > pciconf -l for this card produces -> > none0@pci0:11:0:class=0x070002 c

Re: Need help!! Any FreeBSD users/hackers in Toronto??

2002-03-20 Thread Howard Feldman
Hi, Mat has come in and set up the BSD machine for us, and it seems to be working great! Thanks for all the offers though. If we have any more questions, Ill know where to ask them ;) Rayson Ho wrote: > > Hi, > > A lot of people replied, and seems like Mat can do the installation for > you.

How stable is the ste(4) DLink DFE-550TX driver?

2002-03-20 Thread Doug Ambrisko
I'm seeing some stalls on RXing packets which takes performance down to ~50mbs on a 100BaseTX link. TX runs at 92mbs with no stalls. This is on -stable. I don't see this with the OpenBSD driver. -current is really slow on RX. What have others experienced? I'm starting to look at the differenc

Debugging BTX Faults

2002-03-20 Thread Hiten Pandya
Hi all, How does one debug faults in the BTX Loader? I am currently trying to work on PR i386/21559, and after reading jhb's document on the loading process, I was curious to know.. Thanks, Regards, -- Hiten Pandya -- Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD) http://ww

UFS2, GEOM & DARPA - don't get all excited, OK ?

2002-03-20 Thread Poul-Henning Kamp
--- Begin Message --- Ok, Kirk and I thought it would stirr a buzz once we even mentioned "UFS2" so let me set the record straight, (or at least firmly crooked): UFS2 is UFS Extended Attributes in the inodes. That's it. No more, no less. In particular that means: No journaling

RE: Debugging BTX Faults

2002-03-20 Thread John Baldwin
On 20-Mar-2002 Hiten Pandya wrote: > Hi all, > > How does one debug faults in the BTX Loader? I am currently trying > to work on PR i386/21559, and after reading jhb's document on the > loading process, I was curious to know.. Well, you need to be fairly familiar with how IA32 works. The int=

Silly splash! questions

2002-03-20 Thread BOUWSMA Beery
[replies sent directly to me may timeout and bounce, since I'm not online as often as I should be, but I'll check the list archives] Woo hoo. Splash screens are fun. Is there a way, from the commandline, without rebooting, to unload the already-loaded from /boot/loader.conf splash_image_data

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-20 Thread BOUWSMA Beery
[replies sent directly to me may timeout and bounce, since I'm not online as often as I should be, but I'll check the list archives] I've followed this with interest, because I'm playing with some Linux k0deZ which makes calls to m(un)lockall() that are similarly wrapped in sys/mman.h by | #ifd

Re: Debugging BTX Faults

2002-03-20 Thread Hiten Pandya
On 20-Mar-2002 Hiten Pandya wrote: > Hi all, > > How does one debug faults in the BTX Loader? I am currently trying > to work on PR i386/21559, and after reading jhb's document on the > loading process, I was curious to know.. > Well, you need to be fairly familiar with how IA32 works. The int=

Re: How to correctly detect POSIX 1003.1b features on FreeBSD?

2002-03-20 Thread Terry Lambert
BOUWSMA Beery wrote: > > [replies sent directly to me may timeout and bounce, since I'm not > online as often as I should be, but I'll check the list archives] > > I've followed this with interest, because I'm playing with some > Linux k0deZ which makes calls to m(un)lockall() that are similarl

booting from extended slice -news

2002-03-20 Thread Carlos Antonio Ruggiero
Hi, I've been trying to boot 4.5R from an extended partition (slice). I could boot the kernel directly, but not through the loader as told in a previous post. The problem seems to be in libi386, more precisely /usr/src/sys/boot/i386/libi386/biosdisk.c in function bd_checkextende

jdk1.4/linux-bin compat

2002-03-20 Thread Abdul Basit
Hi ! If i download linux version of jdk 1.4 and try to run it with linux bin compat for freebsd. It works well if i use java as root but with normal user it aborts. wireless@basit bin>java -version # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.

Re: Decision PCCOM Serial Card

2002-03-20 Thread Daniel O'Connor
On Wed, 2002-03-20 at 20:28, John Hay wrote: > You might have more luck getting the puc driver to work with this card. > It is more flexable and meant for these kind of cards. > You will still need to figure out how the serial ports are organised on > the card though. Things like, does each seria

Re: Decision PCCOM Serial Card

2002-03-20 Thread John Hay
> > You might have more luck getting the puc driver to work with this card. > > It is more flexable and meant for these kind of cards. > > > You will still need to figure out how the serial ports are organised on > > the card though. Things like, does each serial port have its own BAR, or > > are

Re: mmap and efence

2002-03-20 Thread Kip Macy
> I've also found it useful to increase the value of MEMORY_CREATION_SIZE > in the ElectricFence source. Setting this to larger than the amount > of address space ever used by the program seems to avoid the > vm.max_proc_mmap limit; maybe when ElectricFence calls mprotect() > to divide up its all

Re: Decision PCCOM Serial Card

2002-03-20 Thread Daniel O'Connor
On Thu, 2002-03-21 at 18:09, John Hay wrote: > Hmmm. The puc driver won't work with a mem mapped BAR. The sio driver won't > like it, so I never tried to make the puc driver able to do mem mapped > devices. Hopefully, one of the other BARs (the IO ones) will contain the > serial ports. Hmm.. Why

Re: Decision PCCOM Serial Card

2002-03-20 Thread Daniel O'Connor
On Thu, 2002-03-21 at 18:09, John Hay wrote: > Can't you get the BAR info from the linux driver? Haha! Good news :) Index: pucdata.c === RCS file: /usr/local/ncvs/src/sys/dev/puc/pucdata.c,v retrieving revision 1.2.2.2 diff -u -r1.2.