Re: how to allocate an alined address for a device?

2000-01-29 Thread Doug Rabson
On Fri, 28 Jan 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Doug Rabson writes: : I'm uneasy about using the flags for this since I'm vaguely reserving the : upper 16 bits of flags for bus-specific purposes (although I haven't : formalised this). : : For allocating aligned

Re: downed IP addresses/redundancy

2000-01-29 Thread Joe Abley
On Sat, Jan 29, 2000 at 01:19:53AM +, Tony Finch wrote: I'd be interested to know of a free implementation of VRRP for the BSD network stack. I started to look at this a while back, but started to flounder when I looked for an existing interface to allow me to source frames on a local

Re: Acceptable MBUF levels?

2000-01-29 Thread Bosko Milekic
On Fri, 28 Jan 2000, Doug White wrote: That would be correct, at least looking at the appropriate code in /sys/kern/uipc_mbuf.c. The read-only sysctls kern.ipc.nmbclusters and kern.ipc.nmbufs hold the max mbuf clusters and the max mbufs, respecively. kern.ipc.nmbufs is bound to an nmbufs value

Re: how to allocate an alined address for a device?

2000-01-29 Thread Warner Losh
In message [EMAIL PROTECTED] YAMAMOTO Shigeru writes: : + alignment_size = (1u ((flags RF_ALIGNMENT_MASK) :RF_ALIGNMENT_SHIFT)); alignment_size = (1u (RF_ALIGNMENT(flags))); : + aligned_rstart = (rstart (~alignment_size +

Re: downed IP addresses/redundancy

2000-01-29 Thread Andrzej Bialecki
On Sun, 30 Jan 2000, Joe Abley wrote: On Sat, Jan 29, 2000 at 01:19:53AM +, Tony Finch wrote: I'd be interested to know of a free implementation of VRRP for the BSD network stack. I started to look at this a while back, but started to flounder when I looked for an existing interface

scsiformat

2000-01-29 Thread Christoph Kukulies
I have a block on a SCSI disk (Fujitsu M2954S-512 ) which I cannot write to - fsck hangs eternally. Besides from trying the SCSICNTL utility from Adaptec (which I had to boot off of a DOS floppy) is there a way of formatting a drive from being booted under FreeBSD? E.g. by sending a sequence

Re: scsiformat

2000-01-29 Thread Kenneth D. Merry
On Sat, Jan 29, 2000 at 21:55:57 +0100, Christoph Kukulies wrote: I have a block on a SCSI disk (Fujitsu M2954S-512 ) which I cannot write to - fsck hangs eternally. Besides from trying the SCSICNTL utility from Adaptec (which I had to boot off of a DOS floppy) is there a way of

Re: scsiformat

2000-01-29 Thread Sergey Babkin
Christoph Kukulies wrote: I have a block on a SCSI disk (Fujitsu M2954S-512 ) which I cannot write to - fsck hangs eternally. Besides from trying the SCSICNTL utility from Adaptec (which I had to boot off of a DOS floppy) is there a way of formatting a drive from being booted under