panic - probably aic7810/398X related

2000-11-12 Thread Niels Chr. Bank-Pedersen
Yesterday I decided to upgrade my home server from it's PRE_SMPNG state to -current, but now it panics just after detecting the aic7810 RAID controller (though unsupported, the box booted happily on an PRE_SMPNG kernel). The 398X adapter is one of the cards that doesn't work with AHC_ALLOW_MEMIO

How to set AC'97 on Board Sound sound card?

2000-11-12 Thread S.W.Liu
My system can recognize my VIA AC97 on board sound card. I can use cat /dev/sndstat to see my sound card information. But why i cann't play any sound ? N…'²æìr¸›zǧvf¢–Új:+v‰¨·ž è® "¶§²æìr¸›yúÞy»rêëz{bžØ^n‡r¡ûazg¬±¨

AWE-64 no longer detected...

2000-11-12 Thread Glendon Gross
Since my last cvsup, my Soundblaster AWE-64 card is no longer detected. unknown: Audio can't assign resources unknown: Game can't assign resources unknown0: WaveTable at port 0x620-0x623 on isa0 Has anyone else seen this problem? Below is the full dmesg output. Copyright (c) 1992-2000

Re: AWE-64 no longer detected...

2000-11-12 Thread Jim Bloom
Mine seems to be detected just fine with a CVSUP on Sat Nov 11, 2000 at around 22:00 EST. The only error I get whiel trying to detect the card is: pci0: unknown card (vendor=0x11d1, dev=0x01f7) at 10.0 irq 9 I might submit a fix for this error at some point, but it doesn't affect

Re: savecore broken because kern.bootfile is set wrong

2000-11-12 Thread Daniel C. Sobral
Matthew Jacob wrote: Also, in "src/sys/boot/common/boot.c" we still have this: static const char *default_bootfiles = "kernel.ko"; which isn't right any more. Absolutely wrong, yes. Look at kern_mib.c: char kernelname[MAXPATHLEN] = "/kernel";/* XXX bloat */

Re: savecore broken because kern.bootfile is set wrong

2000-11-12 Thread Daniel C. Sobral
Matthew Jacob wrote: Something actually was changed at some point perhaps? On i386, kernelname is dug out of bootinfo and copied (in assembler). On alpha: p = getenv("kernelname"); if (p) strncpy(kernelname, p, sizeof(kernelname) - 1); Did the

Re: savecore broken because kern.bootfile is set wrong

2000-11-12 Thread Daniel C. Sobral
Mike Smith wrote: Did the loader used to set kernelname as an environment variable? It should still do it. (The forth code handles this) My only Alpha is running -stable, and $kernelname is set correctly there (see the output of 'kenv'). Not the forth code. The forth code doesn't get

Re: ISA PnP resource allocation

2000-11-12 Thread Warner Losh
In message [EMAIL PROTECTED] Daniel Rock writes: : I already filed a PR for this problem but my first solution was a real : hack (kern/21461). : : [another solution would be to introduce another flag for : rman_reserve_resource() not to search for alternate regions. Would the alignment stuff I

Re: panic - probably aic7810/398X related

2000-11-12 Thread Niels Chr. Bank-Pedersen
On Sun, Nov 12, 2000 at 02:13:39PM -0700, Justin T. Gibbs wrote: Yesterday I decided to upgrade my home server from it's PRE_SMPNG state to -current, but now it panics just after detecting the aic7810 RAID controller (though unsupported, the box booted happily on an PRE_SMPNG kernel). My

Re: FreeBSD Foundation: Examples of FreeBSD as teaching aid/research plat

2000-11-12 Thread Mark Huizer
Do foreign educational institutes count as well for this purpose? Yes. I think the Dutch University of Twente uses FreeBSD a lot for their curriculi. I'd say the courses by Mr McKusick might rank here as well, putting the *BSD on a big pile I guess, but teaching Unix Internals. Mark --

New openssh maintainer

2000-11-12 Thread Kris Kennaway
I havent had time to deal with OpenSSH problems lately - I've asked Brian Feldman to take over for me, and he's agreed. Hassle him from now on, please :-) Kris PGP signature

make modules kicks the first module directory twice

2000-11-12 Thread Makoto MATSUSHITA
(Strip down To: address, maybe it's only -current problem so I send this email to [EMAIL PROTECTED] also. Set appropriate Subject:. -- MAR) marcel Makoto-san mentioned there's a problem with 3dfx. Is this marcel still the case or has it been resolved? Unfortunately, no. It seems that nobody

Re: make modules kicks the first module directory twice

2000-11-12 Thread Warner Losh
In message [EMAIL PROTECTED] Makoto MATSUSHITA writes: : It does not fix this problem. However, if we separate the execution of : "make obj" and "make all", we can avoid (again, not *fix*) the problem. : Maybe this change is reasonable; there is few meaning doing "make : kernel-depend" in

Re: make modules kicks the first module directory twice

2000-11-12 Thread Marcel Moolenaar
Makoto MATSUSHITA wrote: % make -j 2 modules cd ../../modules env MAKEOBJDIRPREFIX=/usr/src/sys/compile/GENERIC/modules KMODDIR=/boot/kernel make obj all === 3dfx === 3dfx Warning: Object directory not changed from original /usr/src/sys/modules/3dfx (... ok, break it ...) The problem