Re: Soundcard drivers

2002-09-28 Thread David Schultz
Thus spake Mario Goebbels <[EMAIL PROTECTED]>: > Is there still any development being done on the soundcard > drivers in FreeBSD? Especially regarding EMU10K2 support? Go to www.opensound.com/freebsd/. Their drivers should work fine, even with more than two speakers, and they tend to sound bette

Re: freeze with the CardBus NIC 3CCFE575BT

2002-09-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Vincent Poy <[EMAIL PROTECTED]> writes: : On Tue, 10 Sep 2002, Mikhail Teterin wrote: : : > Regardless of whether the xl driver is linked into the kernel or : > loaded as a module, the machine freezes shortly after ifconfig-ing : > the card. Sunday's -c

Re: booting hangs at acpi.ko

2002-09-28 Thread Mitsuru IWASAKI
Hi, > I'm trying to upgrade from 4.6-Stable to Current. I had some > difficulties to make buildworld/buildkernel complete. Then I created > an empty /boot/device.hints to make. > > Now when trying to boot it hangs: > > Booting [/boot/kernel/kernel]... > /boot/kernel/acpi.ko text=0x37174 data=0x

FireWire in 5.0?

2002-09-28 Thread Lucky Green
I need to plan for some new servers by the end of the year. One of the boxes will require support for FireWire IEEE 1394. While I don't expect 5.0 to ship by November 20, I was wondering what the developers on this list believe the odds are that the FireWire code will make it into a stable 5.0 rel

kernel panic when booting with USB CF reader

2002-09-28 Thread Lars Eggert
Hi, I'm seeing a kernel panic on -current (9/26) when booting with a SanDisk ImageMate II USB comact flash reader plugged in. The panic occurs after the kernel has loaded when the first rc.d scripts execute (dumpon, vinum, etc). If I boot with the device disconnected, I can plug it in and unp

Re: kern_sig.c mis-indentation

2002-09-28 Thread Bruce Evans
On Sat, 28 Sep 2002, Poul-Henning Kamp wrote: > The indentation and the braces look rather odd in this bit of > kern_sig.c, somebody should straighten it up and check if > there are any bugs in this: > > mi_switch(); > mtx_unlock_spin(

[no subject]

2002-09-28 Thread Hay,Daniel
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

pcm and xl "could sleep with xyz locked"

2002-09-28 Thread Lars Eggert
Hi, just compiled a custom KERNEL (-current 9/26), and turned on DIAGNOSTIC and WITNESS. I'm seeing a bunch of messages that look like someone'd want to know about them: [larse@nik: ~] cut -d' ' -f6- /var/log/messages | sort | uniq | grep sleep /usr/src/sys/vm/uma_core.c:1307: could sleep with

Re: Journaled filesystem in CURRENT

2002-09-28 Thread Claus Assmann
On Sat, Sep 28, 2002, Zhihui Zhang wrote: > Hope I can bother you with two more questions (I know nothing about > sendmail beyond its name): > > (1) Can sendmail be configured to generate automatic messages for the > purpose of performance test? No. sendmail is an MTA, not a performance tes

Re: GEOM panic in current kernel

2002-09-28 Thread Juli Mallett
* De: Terry Lambert <[EMAIL PROTECTED]> [ Data: 2002-09-28 ] [ Subjecte: Re: GEOM panic in current kernel ] > Juli Mallett wrote: > > * De: Terry Lambert <[EMAIL PROTECTED]> [ Data: 2002-09-28 ] > > > Poul-Henning Kamp wrote: > > > > + bzero(&mymutex, sizeof mymutex); > > > >

alpha tinderbox failure

2002-09-28 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: Soundcard drivers

2002-09-28 Thread Kris Kennaway
On Sat, Sep 28, 2002 at 05:55:20PM +0200, Mario Goebbels wrote: > Is there still any development being done on the soundcard drivers > in FreeBSD? Especially regarding EMU10K2 support? I'm asking out of > curiosity, because listening to radio while being in FreeBSD is > suboptimal :) The main dev

Is phk rewriting the kernel over the weekend?

2002-09-28 Thread walt
I need some of whatever it is you're taking. -- Time for my nap... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Journaled filesystem in CURRENT

2002-09-28 Thread Zhihui Zhang
On Thu, 26 Sep 2002, Claus Assmann wrote: > On Thu, Sep 26, 2002, Zhihui Zhang wrote: > > On Thu, 26 Sep 2002, Claus Assmann wrote: > > > > If someone is interested: > > > http://www.sendmail.org/~ca/email/sm-9-rfh.html > > > > Just as a small data point: I get message acceptance rates of > >

Re: GEOM panic in current kernel

2002-09-28 Thread Terry Lambert
Juli Mallett wrote: > * De: Terry Lambert <[EMAIL PROTECTED]> [ Data: 2002-09-28 ] > > Poul-Henning Kamp wrote: > > > + bzero(&mymutex, sizeof mymutex); > > > mtx_init(&mymutex, "g_up", MTX_DEF, 0); > > > > > > Too bad mtx_init() doesn't really initialize the mutex, or > > this would

Re: GEOM panic in current kernel

2002-09-28 Thread Terry Lambert
Poul-Henning Kamp wrote: > + bzero(&mymutex, sizeof mymutex); > mtx_init(&mymutex, "g_up", MTX_DEF, 0); Too bad mtx_init() doesn't really initialize the mutex, or this would not be necessary. 8-(. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

Re: GEOM panic in current kernel

2002-09-28 Thread Juli Mallett
* De: Terry Lambert <[EMAIL PROTECTED]> [ Data: 2002-09-28 ] [ Subjecte: Re: GEOM panic in current kernel ] > Poul-Henning Kamp wrote: > > + bzero(&mymutex, sizeof mymutex); > > mtx_init(&mymutex, "g_up", MTX_DEF, 0); > > > Too bad mtx_init() doesn't really initialize the m

Re: GEOM panic in current kernel

2002-09-28 Thread Marc Recht
> >> Uhm, what was the actual panic message ? > >mutex g_up 0xe0499cb8 already initialized > > Can you try this patch ? Works great! Thanks! Marc msg43552/pgp0.pgp Description: PGP signature

Re: GEOM panic in current kernel

2002-09-28 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marc Recht writes: >--=./s+MTW'WA?QFc= >Content-Type: text/plain; charset=US-ASCII >Content-Transfer-Encoding: 7bit > >> >After the latest geom_* commits I get a panic while booting. The panic occurs >before mounting the disks, so I had to hand-write it down.. >>

Re: Opera 6.1 for FreeBSD!

2002-09-28 Thread David O'Brien
On Sat, Sep 28, 2002 at 08:23:55PM +0200, Arjan van Leeuwen wrote: > Does anyone know how to fix this? Backing out the the kernel ucontext_t changes and mcontext_t commits. If you do that, please post a patch to the list. :-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: GEOM panic in current kernel

2002-09-28 Thread Marc Recht
> >After the latest geom_* commits I get a panic while booting. The panic occurs >before mounting the disks, so I had to hand-write it down.. > >panic.. > >mtx_init(e0499ce8, e0396b85, 0, 0, 748f6273) at mtx_init + 0x5f > >... g_up_procbody + 0x34 > >... Wow! That was a fast reply. :-) > Uhm, w

$B"#E9F,HNGd$G$-$J$$$*?M7A$5$s"#(J

2002-09-28 Thread pplpp@fb.freeserve.ne.jp
•ø‚«‚µ‚ß‚½‚­‚È‚é‚æ‚¤‚È‚¨lŒ`‚³‚ñ‚ðì‚è‚Ü‚µ‚½I‚»‚ê‚à“™g‘åI ”š”­“Iƒqƒbƒg¤•iI ”‚ɐ§ŒÀ‚ª‚ ‚邽‚ß‚¨\‚µž‚݂͂¨‘‚߂ɁI ‚‚¢‚ɐV»•i“oê! ¬Ž­‚̂悤‚ȉ˜‚ê‚È‚«—öl ™‹Ç•”‚܂Ŗ{•¨‚»‚Á‚­‚è‚ɐ§ì‚µ‚½‚½‚߁A“X“ª”Ì”„‚Å‚«‚Ü‚¹‚ñB http://211.120.47.186/~cutepower/dattii.co.jp/dollcompany124.jp/ ƒƒfƒBƒJƒ

Re: Opera 6.1 for FreeBSD!

2002-09-28 Thread Arjan van Leeuwen
Does anyone know how to fix this? Arjan On Friday 27 September 2002 14:36, Edwin Culp wrote: > Quoting Frode Nordahl <[EMAIL PROTECTED]>: > | Hello, > | > | As some of you may know, Opera has a native FreeBSD version of Opera in > | the works! > | > | http://web.opera.com/download/unix/unt

Re: GEOM panic in current kernel

2002-09-28 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Marc Recht writes: >--=.8yCGZQ.c,FaLiI >Content-Type: text/plain; charset=US-ASCII >Content-Transfer-Encoding: 7bit > >Hi! > >After the latest geom_* commits I get a panic while booting. The panic occurs before >mounting the disks, so I had to hand-write it down..

GEOM panic in current kernel

2002-09-28 Thread Marc Recht
Hi! After the latest geom_* commits I get a panic while booting. The panic occurs before mounting the disks, so I had to hand-write it down.. panic.. mtx_init(e0499ce8, e0396b85, 0, 0, 748f6273) at mtx_init + 0x5f ... g_up_procbody + 0x34 ... Please let me know if/how I could provide more info.

Re: ATA driver broken?

2002-09-28 Thread Edwin Culp
Quoting "Niels Chr. Bank-Pedersen" <[EMAIL PROTECTED]>: | On Sat, Sep 28, 2002 at 05:55:02PM +0100, Mark Murray wrote: | > Hi | > | > I can't boot a kernel after my 22nd Sept one. The ATA disk controller | > does not probe at all, and no bootable disk is found by the kernel. | > | > The

Re: [PATCH] Broadcom BCM5702X Gigabit Ethernet support

2002-09-28 Thread John Polstra
In article <[EMAIL PROTECTED]>, Mitsuru IWASAKI <[EMAIL PROTECTED]> wrote: > # I'm not sure whom to send this patch, but the last person edited > # if_bge.c seems to be you :) > > Hi, I got a new machine with Broadcom BCM5702X Gigabit Ethernet. > This NIC isn't supported yet, so I wrote simple p

Re: ATA driver broken?

2002-09-28 Thread Niels Chr. Bank-Pedersen
On Sat, Sep 28, 2002 at 05:55:02PM +0100, Mark Murray wrote: > Hi > > I can't boot a kernel after my 22nd Sept one. The ATA disk controller > does not probe at all, and no bootable disk is found by the kernel. > > The machine is a Toshiba Libretto 110CT. I'm seeing the same (sortof) on my Dual

[PATCH] Broadcom BCM5702X Gigabit Ethernet support

2002-09-28 Thread Mitsuru IWASAKI
# I'm not sure whom to send this patch, but the last person edited # if_bge.c seems to be you :) Hi, I got a new machine with Broadcom BCM5702X Gigabit Ethernet. This NIC isn't supported yet, so I wrote simple patches for it. It's working now, so far so good :) Could you review the patches and co

booting hangs at acpi.ko

2002-09-28 Thread Hanspeter Roth
Hello, I'm trying to upgrade from 4.6-Stable to Current. I had some difficulties to make buildworld/buildkernel complete. Then I created an empty /boot/device.hints to make. Now when trying to boot it hangs: Booting [/boot/kernel/kernel]... /boot/kernel/acpi.ko text=0x37174 data=0x1a84+0x6e0 sy

ATA driver broken?

2002-09-28 Thread Mark Murray
Hi I can't boot a kernel after my 22nd Sept one. The ATA disk controller does not probe at all, and no bootable disk is found by the kernel. The machine is a Toshiba Libretto 110CT. Here is a dmesg: Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,

Soundcard drivers

2002-09-28 Thread Mario Goebbels
Is there still any development being done on the soundcard drivers in FreeBSD? Especially regarding EMU10K2 support? I'm asking out of curiosity, because listening to radio while being in FreeBSD is suboptimal :) -mg To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cur

kern_sig.c mis-indentation

2002-09-28 Thread Poul-Henning Kamp
The indentation and the braces look rather odd in this bit of kern_sig.c, somebody should straighten it up and check if there are any bugs in this: mi_switch(); mtx_unlock_spin(&sched_lock); PICKUP_GIAN

Re: current make depend: 'ar_args' has incomplete type help

2002-09-28 Thread Hanspeter Roth
On Sep 27 at 22:56, wsk spoke: > > folks: > after succeed buildworld ,i custom mykernel and get the error messages > from make depend. [...] > In file included from ../../../sys/buf.h:271, > from ../../../i386/i386/genassym.c:46: > ../../../sys/proc.h:117: field `ar_args' has

alpha tinderbox failure

2002-09-28 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

xl networking not working any more!

2002-09-28 Thread Michael Class
Hello, after the recent changes in if_xl.c (from rev. 1.106 to 1.107) my 3COM 3C905B interface card does not work any more. It is still recognized and the interface comes up, but the media is not detected any more: ifconfig xl0 (with if_xl.c rev. 1.107): xl0: flags=8943 mtu 1500 optio