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

2000-01-31 Thread YAMAMOTO Shigeru
> "Warner" == Warner Losh writes: : +u_int32_t : +rman_make_alignment_flags(int size) { : + int i; : + : + for (i = 0; i < 32 && size > 0x01; i ++) { : + size = (size >> 1); : + } : + : + if (i > 31) { : + i = 0; : + } : + : + return(RF_ALI

Re: clk0 interrupt accounting weirdness ???

2000-01-31 Thread Panagiotis Astithas
On Sun, Jan 30, 2000 at 01:51:29PM +, Scott Mitchell wrote: > Essentially, the irq line to which clk0 interrupts are accounted (in the > output from vmstat -i) changes when pccards are inserted/removed. The same > effect has been seen with cards using the xe0 and ed0 drivers. FWIW, I also e

make release + X

2000-01-31 Thread R.I.Pienaar
hi, I have been looking at the make release process, and have succesfully made a 3.4 snapshot release, my problem is it doesnt build/install any X stuff. how do i incorporate the XFree stuff into a freebsd release so that it is in acceptable format for sysinstall? -- R.I. Pienaar [EMAIL PROTE

NFS and removable disks

2000-01-31 Thread Theo PAGTZIS
Hi all, I have the following problem. I have moved my disk with Fbsd 3.3 onto a diff machine with exactly the same network interface on both machines de0. However when I am trying to do mount on the machines NFS responds with NFS Portmap: RPC: Port mapper failure - RPC: Timed out When I a

HP Type C1559 problems

2000-01-31 Thread Dmitry Samersoff
I have problem with HP SureStore 24x6 I can read(write) only from one tape from catridge Could anybody send me ether shell or C (preferable) sequence need to read tapes one by one? i.e something like: cat /dev/rsa0 camcontrol cmd -n rsa0.ctl -c "1B 00 00" cat /dev/rsa0 Thank you! --

Re: NFS and removable disks

2000-01-31 Thread David Malone
On Mon, Jan 31, 2000 at 05:29:43PM +, Theo PAGTZIS wrote: > NFS Portmap: RPC: Port mapper failure - RPC: Timed out Check you've enableld the portmapper on the server in rc.conf. (Or check it's running "ps -auxwww | fgrep portmap"). David. To Unsubscribe: send mail to [EMAIL PROTEC

Re: HP Type C1559 problems

2000-01-31 Thread Dan Nelson
In the last episode (Jan 31), Dmitry Samersoff said: > I have problem with HP SureStore 24x6 I can read(write) only from one > tape from catridge > > Could anybody send me ether shell or C (preferable) sequence need to > read tapes one by one? > > i.e something like: > cat /dev/rsa0 > camcon

Bad memory suspected

2000-01-31 Thread Willem Jan Withagen
Hi, Being probably bitten again by some bad memory, I'm considering applying some of my old (VLSI) testingskills to this. However. I'm in dire need of some hints, some because I haven't kept up with the intimate details of Intel hardware, nor do I know how to get a lineair memory space for a

Re: HP Type C1559 problems

2000-01-31 Thread Dmitry Samersoff
Dan Nelson wrote: > > In the last episode (Jan 31), Dmitry Samersoff said: > > I have problem with HP SureStore 24x6 I can read(write) only from one > > tape from catridge > > > > Could anybody send me ether shell or C (preferable) sequence need to > > read tapes one by one? > > > > i.e something

video board

2000-01-31 Thread Gustavo V G C Rios
I have a video board which is hanging my FreeBSD BOX (Virge S3 GX/2, diamond stealth 3d 4000) I am considering changing it to a new one, which one do you suggest me? PS: I don't need a expensive one, all i need is a video board in the same level of quality than the current one (Obvious, not bugg

Re: HP Type C1559 problems

2000-01-31 Thread Matthew Jacob
It sounds to me that you have this device strapped to be in 'stacker' mode- the command you're sending is the same as an 'mt offline' command- so it's loading the next tape in the changer. that means it won't show up as a changer on lun 1. I haven't seen one these beasts for 5-6 years- I don't r

RE: make release + X

2000-01-31 Thread Daniel O'Connor
On 31-Jan-00 R.I.Pienaar wrote: > how do i incorporate the XFree stuff into a freebsd release so that > it is in > acceptable format for sysinstall? Download the binary packages from XFree86.org.. Someone was working on making the port produce tarballs that look like the XFree86 ones but I d

Re: Bad memory suspected

2000-01-31 Thread Doug White
On Tue, 1 Feb 2000, Willem Jan Withagen wrote: > Being probably bitten again by some bad memory, I'm considering applying > some of my old (VLSI) testingskills to this. However. > > I'm in dire need of some hints, some because I haven't kept up with the > intimate details of Intel hardware,