> Don't know. You'd have to ask IBM. All the above camcontrol is doing
> is reading a special mode page (I'm sure ken will correct me if I'm
> wrong)... Do ata drives have this concept?
i think they do.
cheers
luigi
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubs
On Wed, Mar 22, 2000 at 12:22:42AM +, Richard Wendland wrote:
> Any views gratefully received. A fix would be much better :-)
Not sure if my meager setup helps any, but in the interests in providing
results to help the cause so-to-speak, I ran the test on my own machine
(followed the instruc
In message <[EMAIL PROTECTED]> Soren Schmidt writes:
: > TEMPC=`camcontrol cmd -v -n da -u 0 -c "4D 0 76 0 0 0 0 0 20 0" -i 32 "s9 i1"`
: Hmm, wonder if one can get that info from their ATA disks as well...
Don't know. You'd have to ask IBM. All the above camcontrol is doing
is reading a s
It seems Warner Losh wrote:
> : >A comment: this is a 18GB IBM 7200 RPM disk and i noticed it tends
> : >to become very hot compared to other disks when mounted in the
> : >same machine (on a removable frame). Do others have the same
> : >experience ?
>
> Yes. They run very hot. I had to steal
Your message dated: Tue, 21 Mar 2000 20:57:17 GMT
>> > Is this because xmcd needs updating to work with the new CAM system,
>> > or something else?
>>
>> You need to recompile xmcd.
>>
>
>In that case I need to wait for the package to be updated. xmcd needs
>Motif, which I don't have, so I use
$B!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$BFMA3$N%a!<%k$9$k$3$H$r$*5v$72<$5$$!#(B
$B8fLBOG$N$+$+$C$F$7$^$C$?J}!"$3$N%a!<%k$,ITMW$JJ}$XFO$$$F(B
$B$7$^$C$F$$$^$7$?$i?<$/$*OM$S?=$7>e$2$^$9!#(B
$B8fMF&IJ$N$40FFb$G$9!#(B
$BEv&IJ"!!~(B---
http://www.001.co.jp/mic/gj/bea
In message <[EMAIL PROTECTED]> "Ilmar S.
Habibulin" writes:
: But why there is such a sudden change? Everything worked just fine a week
: before 5-current.
No it didn't. I've been seeing panics like this for about two weeks,
but it hadn't been a priority until this week for me. And I'm not
see
On Tue, Sep 07, 1999 at 01:21:59PM +0200, Marcel Moolenaar wrote:
> Peter Wemm wrote:
> >
> > Before getting too far here, can we consider some other standard interfaces?
> >
> > #include
> >
> > int getcontext(ucontext_t *ucp);
> > int setcontext(const ucontext_t *ucp);
> >
On Tue, 21 Mar 2000, Jordan K. Hubbard wrote:
> Good idea, terrible name. Can't you guys some up with something better? :)
reallybigbootthing.flp?
- alex
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
hi, there!
Once again I'm trying to port Arcnet driver from NetBSD/amiga to
FreeBSD/i386 (like I did more than a year ago for 3.x). The problem is in
ARP stuff -- should I port if_arp.c from NetBSD or should I make changes
in if_ether.c for arcnet stuff like Token Ring support did?
Any suggestion
In message <[EMAIL PROTECTED]>, Paul Richards writes:
>Paul Richards wrote:
>>
>>
>> A few more details
>>
>> #11 0xc0167ae6 in biodone (bp=0xc3236250) at ../../kern/vfs_bio.c:2706
>> 2706(*b_iodone) (bp);
>>
>> #10 0xc01df583 in swp_pager_async_iodone (bp=0xc3236250)
>>
> > -Any kernel crash dump?
> Can you tell me ddb command to make a kernel dump?
-Please confirm that your /var/crash has enough size for your
machine's memory.
-Please check your swap device using "swapinfo" etc.
In case of my machine,
% swapinfo
Device 1K-blocks Used
:written immediately which is 8750/1 writes.
:
:When the write size drops below the filesystem block size then the
:clustering code never gets called because the buffers are just marked
:dirty and cached.
:
:I think if we fixed the issue of writing out full blocks this behviour
:would stop but
> > The driver for his card does not set packet header pointer, thus
> > arp stuff see NULL pointer. small patch will cure this problem
> > (at least I hope so).
> >
> > *** if_ed.c.old Tue Mar 21 19:21:40 2000
> > --- if_ed.c Tue Mar 21 19:23:27 2000
> > ***
> > *** 2728,2733 ***
On Tue, 21 Mar 2000, Warner Losh wrote:
> In message <[EMAIL PROTECTED]> Nikolai Saoukh writes:
> : > But shouldn't it be sys/pci/if_rl.c ?
> :
> : Sorry,
> : it is mea culpa. I mixed his case with my (token ring).
>
> Do you have the patch to if_rl.c. I looked at it for all of 10
> seconds an
Good idea, terrible name. Can't you guys some up with something better? :)
> On Tue, Mar 21, 2000 at 04:32:35PM -0800, Doug White wrote:
> > I would be in favor of renaming the boot.flp to something obviously
> > different, like 288boot.flp, to untrain us 2.x heads that got used to the
>
> Grea
On Wed, Mar 22, 2000 at 03:02:02AM +, Paul Richards wrote:
> I've got a different but I think related panic.
>
> #9 0xc0143280 in panic (fmt=0xc0250460 "vm_page_wakeup: page not
> busy!!!")
> at ../../kern/kern_shutdown.c:552
> #10 0xc01df583 in swp_pager_async_iodone (bp=0xc3236250)
>
On Tue, 21 Mar 2000, Nikolai Saoukh wrote:
> The driver for his card does not set packet header pointer, thus
> arp stuff see NULL pointer. small patch will cure this problem
> (at least I hope so).
>
> *** if_ed.c.old Tue Mar 21 19:21:40 2000
> --- if_ed.c Tue Mar 21 19:23:27 2000
> ***
On Wed, 22 Mar 2000, Yoshinobu Inoue wrote:
> Do you have any other hints for the problem?, because at least
> I couldn't reproduce it in my 4.0 and 5.0 machines.
> -Any kernel crash dump?
Can you tell me ddb command to make a kernel dump?
> -Is there any typical situation or condition where
On Tue, Mar 21, 2000 at 04:32:35PM -0800, Doug White wrote:
> I would be in favor of renaming the boot.flp to something obviously
> different, like 288boot.flp, to untrain us 2.x heads that got used to the
Great idea. Would you be able to make the changes locally and test a
`make release'? Then
On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote:
> On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
> > Since u/g to 4.0 I've had problems with audio CD players and my
> > Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all
> > the cd devices has got cdco
On Mon, Mar 20, 2000 at 06:44:04PM +0100, Jose M. Alcaide wrote:
> > What part about "NO" was unclear?
>
> Hey, OK, don't get upset! :-) You are the maintainer, so you have the
Not upset. I was just surprised by the request again.
--
-- David([EMAIL PROTECTED])
To Unsubscribe: send mail
According to John Baldwin:
> The only changes in sys/boot in that time period are the loader bcache
> fixes. Can you see how far into the loader it is getting? Also, what
No. It happens too fast. A few lines are displayed then it reboots.
> is in your /boot/loader.rc. Try booting with an empt
In <[EMAIL PROTECTED]> Bruce A. Mah <[EMAIL PROTECTED]>
wrote:
> --==_Exmh_789141986P
> Content-Type: text/plain; charset=us-ascii
>
> If memory serves me right, Yoshinobu Inoue wrote:
>> > > I feel requesting inclusion of machine/param.h for any apps
>> > > which use socket is better. But if th
Paul Richards wrote:
>
>
> A few more details
>
> #11 0xc0167ae6 in biodone (bp=0xc3236250) at ../../kern/vfs_bio.c:2706
> 2706(*b_iodone) (bp);
>
> #10 0xc01df583 in swp_pager_async_iodone (bp=0xc3236250)
> at ../../vm/vm_page.h:346
> 346 KASSERT(m->flags &
Stephen Hocking-Senior Programmer PGS SPS Perth wrote:
>
> cvs-cur.6183 appeared to fix the crash I reported under disk activity & NFS
> but another one has reared its face, when using java with tya15 jit, running
> the Together java IDE.
>
> #0 boot (howto=256) at ../../kern/kern_shutdown.c:30
Richard Wendland wrote:
>
I spent a bit of time analysing these results when I first saw them. I
don't think it has anything to do with the cache, it has to do with how
we write out blocks.
> One interesting observation is that for non sync, async or noclusterw
> mounts ~8750 I/O operations are
On 21 Mar 2000 06:37:33 -0500, in sentex.lists.freebsd.current you wrote:
>
>or Should I have an internal ATA hard disk with some evil OS on it
>such as Lose 9X or NT so as to run any kind of Mylex DOS/Windows
>preparation utilities ?
With the old adaptors that do not have the RAID config built i
Stephen Hocking-Senior Programmer PGS SPS Perth wrote:
This one you need to tell phk about: this is one of his sanity checks
that trapped and found an insane value. (and then crashed since you didn't
have DDB)
> #8 0xc0255f21 in Debugger (msg=0xc027b1e8 "d_iocmd botch")
> at machine/cpufunc
Greg Lehey wrote:
>
> On Tuesday, 21 March 2000 at 14:48:55 +0100, Palle Girgensohn wrote:
> > Hi!
> >
> > I'm having a strange problem after upgrading: There are no raw
> > devices created for vinum volumes.
>
> Indeed there are. You list them below. There are no longer any block
> devices.
>
< said:
> fpsetmask(3) also exists on Solaris.
fpsetmask(3) was copied from System V.
-GAWollman
--
Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same
[EMAIL PROTECTED] | O Siem / The fires of freedom
Opinions not those of| Dance in the burning flame
MIT, LCS, CR
On Tue, Mar 21, 2000 at 10:28:43AM +0100, Martin Cracauer wrote:
> FreeBSD's fpsetmask(3) stuff is simple inline assembler that I
> personally used in Linux, it should be relativly easy to carry it
> around with your application on i386 machines.
fpsetmask(3) also exists on Solaris.
--
Matthew
:Paul Richards said in "Re: patches for test / review":
:
:> Richard, do you want to post a summary of your tests?
:
:Well I'd best post the working draft of my report on the issues
:I've seen, as I'm not going to have time to work on it in the near
:future, and it raises serious performance issu
cvs-cur.6183 appeared to fix the crash I reported under disk activity & NFS
but another one has reared its face, when using java with tya15 jit, running
the Together java IDE.
#0 boot (howto=256) at ../../kern/kern_shutdown.c:304
#1 0xc013d7e5 in panic (fmt=0xc0273534 "from debugger")
at .
On Tue, 21 Mar 2000, Thierry.herbelot wrote:
> I had the exact same error message trying to boot from a floppy where I
> had tried to dd the full boot.flp (2,8 Megs is just too much for a
> normal floppy), instead of kern.flp (and dd does not give error messages
> ..)
I would be in favor of rena
Paul Richards said in "Re: patches for test / review":
> Richard, do you want to post a summary of your tests?
Well I'd best post the working draft of my report on the issues
I've seen, as I'm not going to have time to work on it in the near
future, and it raises serious performance issues that
On Sun, 19 Mar 2000, Pete wrote:
> It does not have to be that hands on.
...
> I hacked PicoBSD to do this so it works from one floppy. You can
> either name the file install.cfg in which case it is run automatically
> or give it a ../stand/my_script.cfg to grab the build file you wish
> from s
On 21-Mar-00 Thomas T. Veldhouse wrote:
> What kind of drivers are these? Are these ports of the ALSA drivers, or
> are
> they more OSS?
They're native BSD drivers.. I'd say Cameron read the code from Creative and
wrote a newpcm driver with it.
---
Daniel O'Connor software and network engin
In message <[EMAIL PROTECTED]> Nikolai Saoukh writes:
: > But shouldn't it be sys/pci/if_rl.c ?
:
: Sorry,
: it is mea culpa. I mixed his case with my (token ring).
Do you have the patch to if_rl.c. I looked at it for all of 10
seconds and it wasn't immediately obvious to me.
Warner
To Unsub
: >A comment: this is a 18GB IBM 7200 RPM disk and i noticed it tends
: >to become very hot compared to other disks when mounted in the
: >same machine (on a removable frame). Do others have the same
: >experience ?
Yes. They run very hot. I had to steal an old powersupply fan and
mount it in f
> On Tue, Mar 21, 2000 at 01:14:45PM -0800, Rodney W. Grimes wrote:
> > > On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote:
> > > > :>
> > > > :> I would think that track-caches and intelligent drives would gain
> > > > :> much if not more of what clustering was designed to do gain.
I just tried it against 4.0-STABLE (03222000). The patch
(http://www.freebsd.org/~cg/current.diff.gz) applied 100% successfully
(I assume sound has not yet diverged much in 5.0 except for Voxware). I
don't get any sound when using KMP3. I just get a pulse sound in the
speaker when the app star
I've done two make worlds and can't seem to get rid of the following
error... I had it on my home system, but didn't log what I did to
correct it...
I just upgraded a 4.0-CURRENT (from around Jan 26) to the 4.0-STABLE
from yesterday.
when running pstat -s I get the following:
pstat: undefined s
:> For situations that aren't in the critical path and don't happen often,
:> it may be beneficial to do a voluntary context switch inside the loop.
:
:Is it possible/legal to do this inside a strategy() routine?
Yes, though it isn't playing nice if the caller was trying to issue
On Tue, Mar 21, 2000 at 01:14:45PM -0800, Rodney W. Grimes wrote:
> > On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote:
> > > :>
> > > :> I would think that track-caches and intelligent drives would gain
> > > :> much if not more of what clustering was designed to do gain.
> > > :
>
> :At 7:25 PM -0800 2000/3/20, Mike Smith wrote:
> :
> :> Not that I consider this particuarly optimal; busy-waiting for the
> :> controller is a terrible waste of the host CPU. A better solution would
> :> probably defer the command and try again a short time later, but let's
> :> see if thi
On Tue, 21 Mar 2000, Kenneth D. Merry wrote:
> On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
> > Since u/g to 4.0 I've had problems with audio CD players and my
> > Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all
> > the cd devices has got cdcontrol working but sti
On Tue, Mar 21, 2000 at 02:02:57PM -0700, Kenneth D. Merry wrote:
> On Tue, Mar 21, 2000 at 20:57:17 +, Mark Ovens wrote:
> > On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote:
> > > On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
> > > > Is this because xmcd needs upd
> At 7:25 PM -0800 2000/3/20, Mike Smith wrote:
>
> > Not that I consider this particuarly optimal; busy-waiting for the
> > controller is a terrible waste of the host CPU. A better solution would
> > probably defer the command and try again a short time later, but let's
> > see if this work
> Are there any particular preparation processes one should go through
> when setting up a Mylex DAC960 RAID array ?
> (if so give me a pointer to the docs)
Documentation typically ships with the adapter.
> Can I just purchase all the hardware, plug in the disks and boot the
> FreeBSD-4 install
> When I use reboot(8) to reboot my Vaio z505sx, it waits nicely for
> the bufdaeon and the syncer to stop. Then the screen goes blank
> and the system completely hangs. Unplugging the battery and power
> is the only way to gte it booting again. It used to work fine with a
> 4.0-current of some 3
Ollivier Robert wrote:
>
> Since after the Feb. 25th, /boot/loader is rebooting the machine during
> boot. I can't get to the prompt at all. The only version that works is the
> 25th one (I didn't upgrade between the Feb. 25th and March, 17th).
>
> Nothing in the BIOS configuration changed durin
> On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote:
> > :>
> > :> I would think that track-caches and intelligent drives would gain
> > :> much if not more of what clustering was designed to do gain.
> > :
> > :Hm. But I'd think that even with modern drives a smaller number of bigge
Hi all,
I saw a few messages about missing CardBus support in current
and I am wondering what is current status?
If someone is activelly working on this
I can try to test things on ThinkPad 600E
(with TI 1251 controller and SMC/Megahertz NIC).
Pehaps the list of PCcard and CardBus controllers
On Tue, Mar 21, 2000 at 20:57:17 +, Mark Ovens wrote:
> On Tue, Mar 21, 2000 at 01:50:46PM -0700, Kenneth D. Merry wrote:
> > On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
> > > Is this because xmcd needs updating to work with the new CAM system,
> > > or something else?
> >
> > Y
On Tue, Mar 21, 2000 at 20:15:29 +, Mark Ovens wrote:
> Since u/g to 4.0 I've had problems with audio CD players and my
> Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all
> the cd devices has got cdcontrol working but still xmcd (v2.6)
> doesn't. It all worked fine under 3.
On Tue, Mar 21, 2000 at 09:29:56AM -0800, Matthew Dillon wrote:
> :>
> :> I would think that track-caches and intelligent drives would gain
> :> much if not more of what clustering was designed to do gain.
> :
> :Hm. But I'd think that even with modern drives a smaller number of bigger
> :I/Os is
On Tue, Mar 21, 2000 at 05:19:55PM +0100, Ollivier Robert wrote:
> Since after the Feb. 25th, /boot/loader is rebooting the machine during
> boot. I can't get to the prompt at all. The only version that works is the
> 25th one (I didn't upgrade between the Feb. 25th and March, 17th).
>
> Nothing
On Tue, Mar 21, 2000 at 09:14:30PM +0100, Guido van Rooij wrote:
> When I use reboot(8) to reboot my Vaio z505sx, it waits nicely for
> the bufdaeon and the syncer to stop. Then the screen goes blank
> and the system completely hangs. Unplugging the battery and power
> is the only way to gte it bo
19991204:
The dc interface has replaced al, ax, dm, pn and mx. The former
have been removed.
I believe former should be latter.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Since u/g to 4.0 I've had problems with audio CD players and my
Toshiba XM6201 SCSI CD drive, cdcontrol and xmcd. Re-MAKEDEV'ing all
the cd devices has got cdcontrol working but still xmcd (v2.6)
doesn't. It all worked fine under 3.4-STABLE
Starting it with ``-debug'' yields a constant (one every
When I use reboot(8) to reboot my Vaio z505sx, it waits nicely for
the bufdaeon and the syncer to stop. Then the screen goes blank
and the system completely hangs. Unplugging the battery and power
is the only way to gte it booting again. It used to work fine with a
4.0-current of some 3 weeks ago
At 6:59 PM +0100 2000/3/21, Palle Girgensohn wrote:
> I did some rtfm and src digging, it appears the listing I gave is
> correct; the raw devices are in the rvinum dircetory.
How did you get an /dev/rvinum? I don't have one
--
These are my opinions -- not to be taken as offic
Greg,
Running 4.0-STABLE (cvsup'ed a couple of days ago), I'm having a
problem with a vinum striped volume that I've set up. The machine is
a dual-CPU Pentium III/450 (Dell 1300) with 1GB of RAM and 512KB L2
cache per processor, on an IBM DDRS-39130D DC2 8GB hard drive.
The e
On Mon, Mar 20, 2000 at 11:54:58PM -0800, Matthew Jacob wrote:
> >
> > Hm. But I'd think that even with modern drives a smaller number of bigger
> > I/Os is preferable over lots of very small I/Os.
>
> Not necessarily. It depends upon overhead costs per-i/o. With larger I/Os, you
> do pay in int
This fixes it for me. Is my installation faulty, or is this
something that vinum fails to do when creating its devices?
#! /bin/sh
cd /dev/vinum
for i in ../rvinum/*; do ln -s $i r`basename $i`; done
/Palle
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in t
pcm0: port 0xef00-0xef3f irq 7 at device 16.0 on pci0
When running esd, works for 10-15 minutes, and then system complely
freezes, no errors, no core.
I can reproduce this if more info is needed.
- Aaron Hughes
- [EMAIL PROTECTED]
- For public PGP key: finger [EMAIL PROTECTED]
- Key finger
Hello again.
I did some rtfm and src digging, it appears the listing I gave is
correct; the raw devices are in the rvinum dircetory. Problem is,
dump looks in vinum/r*. There seems that vinum introduces a bug
here, since dump's rawname function replaces the last '/' in the
device name with '/r'.
On Tuesday, 21 March 2000 at 14:48:55 +0100, Palle Girgensohn wrote:
> Hi!
>
> I'm having a strange problem after upgrading: There are no raw
> devices created for vinum volumes.
Indeed there are. You list them below. There are no longer any block
devices.
> This makes dump(8) puke.
>
> This i
If memory serves me right, Yoshinobu Inoue wrote:
> > > I feel requesting inclusion of machine/param.h for any apps
> > > which use socket is better. But if there are any other smarter
> > > solution, please let me know and I'll appreciate it much.
> >
> > should never be included by application
On 21-Mar-00 Ollivier Robert wrote:
> Since after the Feb. 25th, /boot/loader is rebooting the machine during
> boot. I can't get to the prompt at all. The only version that works is the
> 25th one (I didn't upgrade between the Feb. 25th and March, 17th).
The only changes in sys/boot in that tim
> > I feel requesting inclusion of machine/param.h for any apps
> > which use socket is better. But if there are any other smarter
> > solution, please let me know and I'll appreciate it much.
>
> should never be included by applications since
> it is an implementation detail.
>
> Specify inclu
:I have a BookPC with a built in Davi Comm 10/100 ethernet card.
:
:I am always getting
:
:/kernel: dc0: watchdog timeout
:
:every few minutes..
:
:Can thease errors be stopped?
:
:
:Thank you for any reply
:
:RP
:[EMAIL PROTECTED]
If you've got a kernel build environment setup, try the follo
On Wed, 22 Mar 2000, Yoshinobu Inoue wrote:
> I feel requesting inclusion of machine/param.h for any apps
> which use socket is better. But if there are any other smarter
> solution, please let me know and I'll appreciate it much.
should never be included by applications since
it is an implemen
:>
:> I would think that track-caches and intelligent drives would gain
:> much if not more of what clustering was designed to do gain.
:
:Hm. But I'd think that even with modern drives a smaller number of bigger
:I/Os is preferable over lots of very small I/Os. Or have I missed the point?
:
:--
:> Hm. But I'd think that even with modern drives a smaller number of bigger
:> I/Os is preferable over lots of very small I/Os.
:
:Not necessarily. It depends upon overhead costs per-i/o. With larger I/Os, you
:do pay in interference costs (you can't transfer data for request N because
:the 256K
The back trace reads ...
#0 boot (howto=260) at ../../kern/kern_shutdown.c:304
#1 0xc013d7e5 in panic (fmt=0xc0273514 "from debugger")
at ../../kern/kern_shutdown.c:554
#2 0xc01265bd in db_panic (addr=-1071292651, have_addr=0, count=-1,
modif=0xc5ec6ce4 "") at ../../ddb/db_command.c:
:At 7:25 PM -0800 2000/3/20, Mike Smith wrote:
:
:> Not that I consider this particuarly optimal; busy-waiting for the
:> controller is a terrible waste of the host CPU. A better solution would
:> probably defer the command and try again a short time later, but let's
:> see if this works firs
If memory serves me right, Yoshinobu Inoue wrote:
>
> > 'sys/scocket.h' header file start using ALIGN macro
> > defined in 'machine/param.h' header file while the man page
> > for "socket" only mentioned 'sys/types.h' as the prerequisite
> > for 'sys/socket.h'.
> >
> > As a result the
This is an old debate. However, if the user is not smart enough to know
that a "not" release is new and should be tested, well, that speaks volumes
itself doesn't it?
Tom Veldhouse
[EMAIL PROTECTED]
- Original Message -
From: David Murphy <[EMAIL PROTECTED]>
To: Brad Knowles <[EMAIL PRO
On Wed, Mar 22, 2000 at 01:51:53AM +0900, Yoshinobu Inoue wrote:
> But shouldn't it be sys/pci/if_rl.c ?
Sorry,
it is mea culpa. I mixed his case with my (token ring).
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
> > -What is your LAN card?
Woops, I often do a needless query. That should be using rl
driver as the kernel log.
> The driver for his card does not set packet header pointer, thus
> arp stuff see NULL pointer. small patch will cure this problem
> (at least I hope so).
>
> *** if_ed.c.old
Hello,
> 'sys/scocket.h' header file start using ALIGN macro
> defined in 'machine/param.h' header file while the man page
> for "socket" only mentioned 'sys/types.h' as the prerequisite
> for 'sys/socket.h'.
>
> As a result the 'net/pchar' port is now broken.
Yes, this problem is
On Wed, Mar 22, 2000 at 12:51:36AM +0900, Yoshinobu Inoue wrote:
> > trace gave this:
> > arpint(c022537b,0,10,10,c0220010) at arpintr+0x9c
> > swi_net_next() at awi_net_next
> >
> > I'm sending kernel config and dmesg in the attachment. I have INET6 there,
> > but it is not configured by ifconf
Since after the Feb. 25th, /boot/loader is rebooting the machine during
boot. I can't get to the prompt at all. The only version that works is the
25th one (I didn't upgrade between the Feb. 25th and March, 17th).
Nothing in the BIOS configuration changed during that period...
-r-xr-xr-x 1 root
subscribe [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
>From today's -current:
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../..
-I../../../include -D_KERNEL -include opt_global.h -elf
-mpreferred-stack-boundary=
Hello,
> Fatal 12 trap: page fault while in kernel mode
> fault virtual address = 0x8
> fault code = supervisor read, page not present
> instruction pointer = 0x8:0xc01843fc
> stack pointer = 0x10:0xc026bd64
> frame pointer = 0x10:0xc026bd64
> code segment
subscribe
-
Get Your e-mail at http://www.freemail.ru
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
What kind of drivers are these? Are these ports of the ALSA drivers, or are
they more OSS?
Tom Veldhouse
[EMAIL PROTECTED]
> I applied the patch to a machine which is *just* pre 4/5 split and it
patched
> fine.
>
> I used it to get my ALS120 to work.
>
>
To Unsubscribe: send mail to [EMAIL P
Hi!
I'm having a strange problem after upgrading: There are no raw
devices created for vinum volumes. This makes dump(8) puke.
This is a 3.4 system:
ls -laF /dev/vinum
...
crwxr-xr-- 1 root wheel 91, 1 2 Jul 1999 rusr*
drwxr-xr-x 2 root wheel 512 2 Jul 1999 rvol/
...
brwxr-xr
On Tue, 21 Mar 2000, David Malone wrote:
> Is there a way of setting the control word which is in any sense
> portable? Most machines I've looked at seem to have no documented
> way of setting what exceptions should be masked, and each one that
> does has a different set of calls.
No. C99 provi
On Mon, Mar 20, 2000 at 09:45:49AM -0800, Nick Johnson wrote:
> I'm curious to see if anyone is like-minded with me that syslogd_flags in
> /etc/defaults/rc.conf should be "-ss" instead of "". I reasoned that it
> should be, considering:
>
> 1. Most people don't direct syslogs at other machine
It seems Luigi Rizzo wrote:
> > > I am asking because a strategy which often 'fixes' the
> ...
> > Erhm, I would get a new disk :), you dont intend to trust any
> > data to this setup do you ??
>
> of course, but i need to recover the old stuff first!
Hmm, right...
> A comment: this is a 18GB I
In message <[EMAIL PROTECTED]>, Luigi Rizzo writes:
>> > I am asking because a strategy which often 'fixes' the
>...
>> Erhm, I would get a new disk :), you dont intend to trust any
>> data to this setup do you ??
>
>of course, but i need to recover the old stuff first!
>
>A comment: this is a 18G
> > I am asking because a strategy which often 'fixes' the
...
> Erhm, I would get a new disk :), you dont intend to trust any
> data to this setup do you ??
of course, but i need to recover the old stuff first!
A comment: this is a 18GB IBM 7200 RPM disk and i noticed it tends
to become very ho
It seems Luigi Rizzo wrote:
> Hi,
>
> sometimes i get IDE disks with hard errors on some sectors
>
> (status 59 error 40)
>
> and of course this makes it problematic to use a filesystem on it.
> I wonder, is there a way to fetch the data from these sectors
> (even if partly erroneous) ?
>
At 10:28 AM +0100 2000/3/21, Martin Cracauer wrote:
> It is an i386 assembler instruction. Obviously, operating system
> vendors thought it's not their business, but the compiler's.
> Unfortunately, gcc doesn't care (although most other native compilers
> like SRC m3, CMUCL, SML/NJ do).
At 7:25 PM -0800 2000/3/20, Mike Smith wrote:
> Not that I consider this particuarly optimal; busy-waiting for the
> controller is a terrible waste of the host CPU. A better solution would
> probably defer the command and try again a short time later, but let's
> see if this works first.
Are there any particular preparation processes one should go through
when setting up a Mylex DAC960 RAID array ?
(if so give me a pointer to the docs)
Can I just purchase all the hardware, plug in the disks and boot the
FreeBSD-4 install floppies ? (for a system to be booting from the
array with
1 - 100 of 108 matches
Mail list logo