eepro100 dual port cards with failover ?

2000-12-19 Thread Nathan Boeger
We need to use the dual Intel PRO/100+ dual port server adapter, and I wanted to know if FreeBSD supports them ? I guess that the card is a dual port (2 x RJ45) card and it uses only 1 IP for both ports and if one switch goes down it will automatically failure to the other port ? Is this at the

4.2-RELEASE will not boot after install ?

2000-12-06 Thread Nathan Boeger
Don't know if I should post here but I just installed 4.2-RELEASE onto a ppro 200 (had linux) the install went without a hich. Then when I rebooted, the box just stopped. It seemed like it could not read the mbr. So I booted again off the floppies and I used the loader to switched the currde

Digi Xem help!

2000-11-06 Thread Nathan Boeger
Sorry if this is the wrong list !! Anyway I have a Digi / Xem eisa adapter on 4.1-RELEASE. I have made the kernel and it see's the card. I have also remade the /dev/ttyD* entries. Problem, when I try to access any of the ports I get : cu: open (/dev/ttyD00): Device not configured cu: /dev/ttyD0

struct proc and struct vmspace help, please

2000-10-18 Thread Nathan Boeger
I have the need for the /proc//status file inside the linprocfs. So I have added it to the linprocfs_misc.c Well the only problem I am having is the VmRSS: field. How do I get the rssize from inside the kernel for a process ? from userland I can do: struct kinfo_proc->kp_eproc . e_vm . vm_rssi