Re: newpcm broke the Esoniq 1371 Driver Hack?

1999-09-14 Thread Russell Cattelan
I have a *VERY*preliminary version of the 1371 driver working with the newpcm code. Testing includes playing one mp3 track and adjusting the volume a few times. In other words I'm not making any promises. If anybody really needs to play with it. ftp://ftp.thebarn.com/outgoing/es1371-newpcm.src4.

Re: profiling on kernels

1999-09-14 Thread Jeroen Ruigrok/Asmodai
* Bruce Evans ([EMAIL PROTECTED]) [990913 13:44]: >> I checked, I do have rev 1.14 in place and it borks. >> >> How far off is the chance of -p going haywire with some kernel options? > >Not large. I run regression tests on GENERIC and LINT (config -pp) on >most days. Profiling hasn't caused an

Building PicoBSD

1999-09-14 Thread Peter Jeremy
I'm trying to build a `net' PicoBSD on a -current system and am running into problems that appear to be inside make(1) (and how it imports/exports/treats MAKEFLAGS). I thought I'd try to shrink things by stripping the ISDN and RADIUS support out of ppp (amongst other things), but ppp/i4b.c kept g

make -DWANT_AOUT build stops in ncurses

1999-09-14 Thread Mark Huizer
Hi, I'm trying to build the aout libraries on a machine I had to reinstall recently. But I can't make the world with the AOUT legacy stuff, breaking in ncurses on bad magic for /usr/lib/libgcc.a I'll try to do my next make world to a file or under X so I might be able to reproduce the exact erro

newpcm and rvplayer

1999-09-14 Thread Sean O'Connell
Hello- This is a second try at this. I updating my kernel to current as of September 12 1999 and have been consistently able to panic my machine when attempting to use real audio (rvplayer5 under linux compatibility) The panic is in feeder.c of the newpcm device with $FreeBSD: src/sys/dev/pcm/f

Re: -current buildworld

1999-09-14 Thread David O'Brien
> Is it possible that it isnt working because its not in /usr/src, but in > /usr/src2/src? No. I would check and see if you have /usr/local/bin/gcc or any other "gcc" named compilers anywhere. Also cd /usr/src (for convience make it a sym link to /usr/src2/src) make cleandir && mak

Re: newpcm and Vibra16X

1999-09-14 Thread David Scheidt
On Tue, 14 Sep 1999, Jordan K. Hubbard wrote: > > If this is a card you own, please just wrap it up and put it in the post > > to Cameron so that he has a chance to see what is going on. > > If only it were - it's the on-board sound on my Tyan Thunder 100 Mobo. > If you or anyone else knows of a

Re: Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Bill Swingle
On Tue, Sep 14, 1999 at 12:49:46PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Mike Smith writes: > : I was going to touch on some bits of it in the driver intro, and it > : occurred to me that perhaps I should ask Justin and Doug to be present > : to provide more detail. Maybe w

Re: Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Hellmuth Michaelis
>From the keyboard of Julian Elischer: > yo guys, are we going to have a lecture on this > new-bus/bus-space/new-config/etc/etc. at the FreeBSDcon? > > This stuff is pretty hard to digest in one hit and it would be great if > there was some introductory talk to get us headded int eh right > dire

Setting MAC address - a plea to authorities

1999-09-14 Thread Andrzej Bialecki
Hi, Thanks to someone's help I found the code that Bill Paul wrote to set the MAC address on the ethernet card. In short, I find it very useful and an excellent addition when building FreeBSD HA solutions. I've heard there was some controversy about how these types of things should be done and w

Re: make kernel fails

1999-09-14 Thread Doug
On Tue, 14 Sep 1999, Tomas TPS Ulej wrote: > CVSUP + make world from today is ok. Than I tried recompilation of kernel. > Exits with: > > /libkern/strlen.c ../../libkern/strncmp.c ../../libkern/strncpy.c > ../../libkern/udivdi3.c ../../libkern/umoddi3.c ../../pci/ide_pci.c > ioconf.c param.c v

Problems with device allocation for PCI AdvanSys card.

1999-09-14 Thread David Malone
With 4.0, as of the morning of the 8th September, my PCI AdvanSys SCSI controler has recently stopped working. Previously I used to get: adv0: AdvanSys Ultra SCSI Host Adapter, SCSI ID 7, queue depth 16 devclass_alloc_unit: adv0 already exists, using next available unit number but everyt

Re: make kernel fails

1999-09-14 Thread Edwin Culp
I had that a few days back and just added controller miibus0 to my kernel config file for my xl0 controler. provecho, ed Tomas TPS Ulej wrote: > CVSUP + make world from today is ok. Than I tried recompilation of kernel. > Exits with: > > /libkern/strlen.c ../../libkern/strncmp.c ../../li

Re: Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Nick Hibma
> I was going to touch on some bits of it in the driver intro, and it > occurred to me that perhaps I should ask Justin and Doug to be present > to provide more detail. Maybe we could take it a step further again > and hand part of the session over for a general discussion? > > The slot is 1.

Re: make kernel fails

1999-09-14 Thread Warner Losh
In message <[EMAIL PROTECTED]> Edwin Culp writes: : I had that a few days back and just added : controller miibus0 : to my kernel config file for my xl0 controler. Its even in UPDATING :-) Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body

4.0-19990914-SNAP/xterm/libtermcap/libncurses problem/fix

1999-09-14 Thread John W. DeBoskey
Hi, I just finished doing a test install of 4.0-19990914-SNAP, which worked like a champ. The X11 config with 3.3.5 also went great. However, after everything was up and running, I couldn't start an xterm. The following error was reported: /usr/libexec/ld-elf.so.1: Shared o

Re: Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Mike Smith
> yo guys, are we going to have a lecture on this > new-bus/bus-space/new-config/etc/etc. at the FreeBSDcon? > > This stuff is pretty hard to digest in one hit and it would be great if > there was some introductory talk to get us headded int eh right > direction.. I was going to touch on some b

Re: Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Warner Losh
In message <[EMAIL PROTECTED]> Mike Smith writes: : I was going to touch on some bits of it in the driver intro, and it : occurred to me that perhaps I should ask Justin and Doug to be present : to provide more detail. Maybe we could take it a step further again : and hand part of the session

Re: Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Bill Swingle
Unfortunatly the schedule is already totally full, bursting at the seams in fact. It would be very difficult to squeeze another talk in. If Jordan feels that this should be on the schedule we can give a few other ppl the boot I suppose (just kidding) :) -Bill On Tue, Sep 14, 1999 at 11:07:05AM

Newbus/bus/space info at FBSDcon?

1999-09-14 Thread Julian Elischer
yo guys, are we going to have a lecture on this new-bus/bus-space/new-config/etc/etc. at the FreeBSDcon? This stuff is pretty hard to digest in one hit and it would be great if there was some introductory talk to get us headded int eh right direction.. julian To Unsubscribe: send mail to [

-current buildworld

1999-09-14 Thread Luke
I've been trying the past few days to build a current src , I have removed the src and obj dir and cvs'd a new src tree at least 10 times and keep running into the same problems. I am doing it on a box running current from @6 June. Most of the errors are in include paths , one is in gnu/lib/libgc

make kernel fails

1999-09-14 Thread Tomas TPS Ulej
CVSUP + make world from today is ok. Than I tried recompilation of kernel. Exits with: /libkern/strlen.c ../../libkern/strncmp.c ../../libkern/strncpy.c ../../libkern/udivdi3.c ../../libkern/umoddi3.c ../../pci/ide_pci.c ioconf.c param.c vnode_if.c config.c ../../pci/if_rl.c:123: miibus_if.h: N

if_ed PnP problems

1999-09-14 Thread Erik H. Bakke
With the recent changes to the if_ed driver, it refuses to initialize my card. It reports: unknown0 at isa0 >From debugging the probing it seems that the driver fails in ed_alloc_ports() returning ENOENT. Switching the BIOS settings to and from PnP aware OS did not help. Any suggestions? The c

Re: newpcm and Vibra16X

1999-09-14 Thread Jordan K. Hubbard
> If this is a card you own, please just wrap it up and put it in the post > to Cameron so that he has a chance to see what is going on. If only it were - it's the on-board sound on my Tyan Thunder 100 Mobo. If you or anyone else knows of a particular card which uses this chip, however, then I'd

Re: newpcm and Vibra16X

1999-09-14 Thread Doug Rabson
On Tue, 14 Sep 1999, Jordan K. Hubbard wrote: > > If this is a card you own, please just wrap it up and put it in the post > > to Cameron so that he has a chance to see what is going on. > > If only it were - it's the on-board sound on my Tyan Thunder 100 Mobo. > If you or anyone else knows of a

Re: newpcm and Vibra16X

1999-09-14 Thread Doug Rabson
On Mon, 13 Sep 1999, Jordan K. Hubbard wrote: > > Card assigned CSN #1 > > Vendor ID CTL0070 (0x70008c0e), Serial Number 0x > > PnP Version 1.0, Vendor Version 16 > > Device Description: Creative ViBRA16C PnP > > And JFYI, this: > > Vendor ID CTL00f0 (0xf0008c0e), Serial Number 0xff