Re: Fixed sound card problem.

1999-09-03 Thread Peter Wemm
"Andrew Reilly" wrote: > On Fri, Sep 03, 1999 at 09:08:59PM +0100, Doug Rabson wrote: > > This is no longer necessary (in fact it causes much confusion for the > > driver). The correct declaration for a pnp soundcard is 'device pcm0'. > > How do you set flags for particular cards, now? I used to

Re: PNP ids missing in sio.c

1999-09-03 Thread Peter Wemm
Steve Price wrote: > Now that we can't use the pnp command from 'boot -c', what > has (if anything) replaced it? I seem to be remember this > being discussed recently but I'll be darned if I can find > it in the mailing list archives. The old pnp code is fundamentally incompatable with the new

Re: cds disappeared

1999-09-03 Thread Kenneth D. Merry
Randy Bush wrote... > >>> A lot has changed since mid-April. You need to recompile xmcd. > >> had done so. and reconfigured it too. > > Re-configured it? You should build it from the port. > > i did. i said reconfigured TOO. Ahh, okay. > > Did you do a full buildworld? > > yes. and did an

Re: cds disappeared

1999-09-03 Thread Randy Bush
>>> A lot has changed since mid-April. You need to recompile xmcd. >> had done so. and reconfigured it too. > Re-configured it? You should build it from the port. i did. i said reconfigured TOO. > Did you do a full buildworld? yes. and did an installworld, mergemaster, and built a new kern

Re: cds disappeared

1999-09-03 Thread Kenneth D. Merry
Randy Bush wrote... > >> i upgraded from mid-april to current and my cdrom drives went away. > >> e.g. xmcd says > >> CD audio: SCSI command fault on /dev/rcd0c: > >> Status=0x16 > >> > >> # ls -lg /dev/cd* /dev/rcd* > >> brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a > >>

Re: cds disappeared

1999-09-03 Thread Randy Bush
>> i upgraded from mid-april to current and my cdrom drives went away. >> e.g. xmcd says >> CD audio: SCSI command fault on /dev/rcd0c: >> Status=0x16 >> >> # ls -lg /dev/cd* /dev/rcd* >> brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a >> brw-r- 1 root operator6,

Re: cds disappeared

1999-09-03 Thread Kenneth D. Merry
Randy Bush wrote... > i upgraded from mid-april to current and my cdrom drives went away. > e.g. xmcd says > CD audio: SCSI command fault on /dev/rcd0c: > Status=0x16 > > # ls -lg /dev/cd* /dev/rcd* > brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a > brw-r- 1 root oper

PNP ids missing in sio.c

1999-09-03 Thread Steve Price
Can anyone think of a good reason why I can't migrate the old PNP ids to the new sio.c? I just rebooted my box with a fresh kernel and much to my shagrin (sp?) my USR PNP modem didn't work anymore. The following patch got it working again. Index: sio.c ==

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
I've just committed the fix for the dynamic linker problem that broke some perl modules. It should appear on most mirror sites within an hour or so. Sorry for the disruption. John --- John Polstra [EMAIL PROTECTED] John D. Polstra & Co., Inc.

Re: i386/isa/pnp.h is absent!

1999-09-03 Thread FreeBSD mailing list
> On Fri, 3 Sep 1999, Andrey A. Chernov wrote: > > > Many drivers tries to include > > #include > > which is absent now, please fix ASAP, kernel build fails on "make depend" > > I noticed this with with some NIC code too. /sys/pci/if_xl.c attempts to > include "miibus_if.h" which doesn't exis

Re: pcm, bktr, etc....

1999-09-03 Thread Kenneth Culver
> On Fri, 3 Sep 1999, Kenneth Culver wrote: > > > What motherboard? What version of BIOS? Is the BIOS version the latest? > > > > > Well, I figured it out I think. It is Award BIOS, and it's the latest > > version. I have 2 VooDoo 2's and at the place I had them, they were > > causing problems,

Re: Need Installation Help...

1999-09-03 Thread Mike Smith
> installation process. I am trying to install FreeBSD on a IBM PC Server 325. > However, as near as I can determine the Adaptec AIC 7880 SCCI card and the > AMD/PCI network interface is giving me fits. > > After looking at the FAQ, and other documentation, it appears that the source > of my prob

Need Installation Help...

1999-09-03 Thread Andrew Whitcroft
Hi All -- I am trying to become part of the FreeBSD world but am having problems with the installation process. I am trying to install FreeBSD on a IBM PC Server 325. However, as near as I can determine the Adaptec AIC 7880 SCCI card and the AMD/PCI network interface is giving me fits. After loo

Re: pcm, bktr, etc....

1999-09-03 Thread Kenneth Culver
> On Fri, 3 Sep 1999, Kenneth Culver wrote: > > Also, my bios is really freaky. It refuses to assign any irqs except > > 10 and 11 to installed PCI devices. I can't figure it out. I've > > completely rearranged everything and it still refuses to work > > properly. > > The BIOS usually lets you ma

Re: pcm, bktr, etc....

1999-09-03 Thread Matthew N. Dodd
On Fri, 3 Sep 1999, Kenneth Culver wrote: > Also, my bios is really freaky. It refuses to assign any irqs except > 10 and 11 to installed PCI devices. I can't figure it out. I've > completely rearranged everything and it still refuses to work > properly. The BIOS usually lets you mark IRQs as 're

pcm, bktr, etc....

1999-09-03 Thread Kenneth Culver
Well, as it turns out, my ethernet, and my bktr device have no problem shareing IRQ's, but my soundcard has plenty of problems, even when it gets it's own irq... it plays sound through the sound-in just fine, but the dsp doesn't work quit right: Applications can play sound (although it plays a lit

Re: i386/isa/pnp.h is absent!

1999-09-03 Thread Mike Hoskins
On Fri, 3 Sep 1999, FreeBSD mailing list wrote: > I found this in the LINT file: Thanks for ending my stupidity. Not sure why I didn't check LINT, since it's always a good thing to do after a cvsup. Problem solved... Later, -Mike To Unsubscri

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
I found the problem and the fix for the perl breakage that was caused by my recent changes to the dynamic linker. I'm doing a make world now, just to make sure I haven't broken something new. I'll commit the fix later this evening, unless the make world reveals new problems. (I don't think it w

cds disappeared

1999-09-03 Thread Randy Bush
i upgraded from mid-april to current and my cdrom drives went away. e.g. xmcd says CD audio: SCSI command fault on /dev/rcd0c: Status=0x16 # ls -lg /dev/cd* /dev/rcd* brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a brw-r- 1 root operator6, 2 Sep 3 16:52 /dev/cd0

Re: i386/isa/pnp.h is absent!

1999-09-03 Thread Mike Hoskins
On Fri, 3 Sep 1999, Andrey A. Chernov wrote: > Many drivers tries to include > #include > which is absent now, please fix ASAP, kernel build fails on "make depend" I noticed this with with some NIC code too. /sys/pci/if_xl.c attempts to include "miibus_if.h" which doesn't exist and breaks mak

Re: the pcm driver and the bktr device

1999-09-03 Thread Mike Smith
> It seems I have the classic IRQ conflict going on here. > I have 4 devices that all seem to want the same irq. For some reason the > USB port, the pcm driver, the bktr driver, and one other thing (I havn't > figured out what) all want IRQ 11. This is your BIOS' fault. You need to either move t

the pcm driver and the bktr device

1999-09-03 Thread Kenneth Culver
It seems I have the classic IRQ conflict going on here. I have 4 devices that all seem to want the same irq. For some reason the USB port, the pcm driver, the bktr driver, and one other thing (I havn't figured out what) all want IRQ 11. The pcm driver is driving an aureal vortex right now. I have

Re: my new motherboard

1999-09-03 Thread gene
Matthew N. Dodd wrote: > On Fri, 3 Sep 1999, gene wrote: > > My new mb(Asus P5A) has lots of new stuff, but one item on my dmesg is > > puzzling. > > > > pci0: unknown card DST5000 (vendor=0x1274, dev=0x5000) at 10.0 irq 5 > > > > Anybody know what a DST5000 is or who makes it? Or more importantl

Re: September snapshots?

1999-09-03 Thread Jordan K. Hubbard
> Have the snapshots for later dates (Sept) been moved? No, they simply haven't been created. :) -current has not been stable enough to snapshot yet in September. The builds have fallen over for one reason or another with monotonous regularity. - Jordan To Unsubscribe: send mail to [EMAIL PR

Re: Need testers for aha driver change

1999-09-03 Thread Chris D. Faulhaber
Doug Rabson wrote: > I have just taken a pass through the aha_isa driver to convert it to > newbus and to make it use the new pnp system. Unfortunately I don't own > the hardware so I need testers, preferably with both non-pnp and pnp > cards. The code does compile but I have not tested it at all

Re: Fixed sound card problem.

1999-09-03 Thread Andrew Reilly
On Fri, Sep 03, 1999 at 09:08:59PM +0100, Doug Rabson wrote: > This is no longer necessary (in fact it causes much confusion for the > driver). The correct declaration for a pnp soundcard is 'device pcm0'. How do you set flags for particular cards, now? I used to have to use the flags option to

multipatch #11 available - commit candidate

1999-09-03 Thread Matthew Dillon
Another resynchronization now that the issues over the weekend has been mostly resolved. No new features have been added. The patchset is now a commit candidate. http://www.backplane.com/FreeBSD4/ -Matt

Re: start xdm on a particular vty

1999-09-03 Thread John-Mark Gurney
Luoqi Chen scribbled this message on Sep 3: > There have been discussions about the xdm entry /etc/ttys does not guarantee > the X server being started on the particular vty. So I wrote a shell script > to explicitly tell xdm to start X server on a specific vty. It's been working > great. I'd like

Re: my new motherboard

1999-09-03 Thread Matthew N. Dodd
On Fri, 3 Sep 1999, gene wrote: > My new mb(Asus P5A) has lots of new stuff, but one item on my dmesg is > puzzling. > > pci0: unknown card DST5000 (vendor=0x1274, dev=0x5000) at 10.0 irq 5 > > Anybody know what a DST5000 is or who makes it? Or more importantly why > FreeBSD doesn't know.

Need testers for aha driver change

1999-09-03 Thread Doug Rabson
I have just taken a pass through the aha_isa driver to convert it to newbus and to make it use the new pnp system. Unfortunately I don't own the hardware so I need testers, preferably both with non-pnp and pnp cards. The code does compile but I have not tested it at all. Here is the patch: Index:

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Doug Rabson wrote: > On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > > > Okay. > > > > Arthur H. Johnson II > > http://www.linuxberg.com > > Linuxberg Manager > > [EMAIL PROTECTED] > > No

Re: Fixed sound card problem.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Ollivier Robert wrote: > According to Arthur H. Johnson II: > > I fixed the sound card problem I was having. I just commented out the pnp > > driver. I know I will run into problems later if I ever get pnp devices, > > but its a temporary fix. > > Something to remember: if

Re: Sound card problems with -current.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > Okay. > > Arthur H. Johnson II > http://www.linuxberg.com > Linuxberg Manager > [EMAIL PROTECTED] Now I'm really confused. It looks like you have an explicit line for the soundcard in your config (e.g. "device pcm0 at isa? port ? ...") but the c

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Anton Berezin wrote: > On Fri, Sep 03, 1999 at 01:04:53PM -0600, Brian Handy wrote: > >> >I was hoping for something simpler that wouldn't require me to figure >> >out how to configure mirror-script. :-( > > The simplest thing I've come up with (as I wrote some days before) is > > $ perl -MIO -

my new motherboard

1999-09-03 Thread gene
My new mb(Asus P5A) has lots of new stuff, but one item on my dmesg is puzzling. pci0: unknown card DST5000 (vendor=0x1274, dev=0x5000) at 10.0 irq 5 Anybody know what a DST5000 is or who makes it? Or more importantly why FreeBSD doesn't know. Gene Martin To Unsubscribe: send mail to [EMAIL P

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
Okay. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Doug Rabson wrote: > On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > > > Well, I got rid of the old Voxware drivers and went with the pnp drivers > > and still nothing. Here is the dm

Re: Fixed sound card problem.

1999-09-03 Thread Arthur H. Johnson II
I tried using snd1. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Ollivier Robert wrote: > According to Arthur H. Johnson II: > > I fixed the sound card problem I was having. I just commented out the pnp > > driver. I know I will run i

Re: Fixed sound card problem.

1999-09-03 Thread Ollivier Robert
According to Arthur H. Johnson II: > I fixed the sound card problem I was having. I just commented out the pnp > driver. I know I will run into problems later if I ever get pnp devices, > but its a temporary fix. Something to remember: if you have both pcm0 and pnp, then it will be probed as pc

Re: Sound card problems with -current.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > Well, I got rid of the old Voxware drivers and went with the pnp drivers > and still nothing. Here is the dmesg: > -- > pcm0: at port 0x220-0x22f irq 5 drq 5 flags 0x15 on isa0 > unknown0: on isa0 > unknown1: at port 0x240-0x24f,0x300-0x301,0x

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread Anton Berezin
On Fri, Sep 03, 1999 at 01:04:53PM -0600, Brian Handy wrote: > >I was hoping for something simpler that wouldn't require me to figure > >out how to configure mirror-script. :-( The simplest thing I've come up with (as I wrote some days before) is $ perl -MIO -e '' I.e. *any* use of IO::File an

Re: make depend & if_ed.c & pnp.h

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Valentin S. Chopov wrote: > error after make depend . > there is a #include in > sys/i386/isa/if_ed.c , but there is not pnp.h in the > sys tree. This will be fixed very soon when the if_ed driver is updated to use the new PnP code. -- Doug Rabson

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Brian Handy wrote: > >>I was hoping for something simpler that wouldn't require me to >>figure out how to configure mirror-script. :-( > > I haven't paid much attention, but I'm running a recent version of > -current. (Sorry I can't specify the date, everything's out of sync.) > However, that a

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread Brian Handy
>I was hoping for something simpler that wouldn't require me to >figure out how to configure mirror-script. :-( I haven't paid much attention, but I'm running a recent version of -current. (Sorry I can't specify the date, everything's out of sync.) However, that aside, mirror-script is easy: J

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Oops, I said: > 1. Make a backup copy of "/usr/libexec/rtld-elf.so.1". but I meant "/usr/libexec/ld-elf.so.1". John -- John Polstra [EMAIL PROTECTED] John D. Polstra & Co., Inc.Seattle, Washington USA "No matter ho

Re: start xdm on a particular vty

1999-09-03 Thread Nate Williams
>>> There have been discussions about the xdm entry /etc/ttys does not >>> guarantee the X server being started on the particular vty. So I >>> wrote a shell script to explicitly tell xdm to start X server on a >>> specific vty. >> >> I *like* it. I think you should share it with the XFree86 fol

Re: start xdm on a particular vty

1999-09-03 Thread Luoqi Chen
> > There have been discussions about the xdm entry /etc/ttys does not guarantee > > the X server being started on the particular vty. So I wrote a shell script > > to explicitly tell xdm to start X server on a specific vty. > > I *like* it. I think you should share it with the XFree86 folks, an

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Pascal Hofstee wrote: > On Fri, 3 Sep 1999, John Polstra wrote: > >> Hmm, could be. Can one of you please give it a try with the older >> ld-elf.so.1 and see if it works again? I recommend trying the >> dynamic linker from August 25. >> >> If it works with the older dynamic linker, please sen

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread Pascal Hofstee
On Fri, 3 Sep 1999, John Polstra wrote: > Hmm, could be. Can one of you please give it a try with the older > ld-elf.so.1 and see if it works again? I recommend trying the > dynamic linker from August 25. > > If it works with the older dynamic linker, please send me (preferably > simple :-) in

i386/isa/pnp.h is absent!

1999-09-03 Thread Andrey A. Chernov
Many drivers tries to include #include which is absent now, please fix ASAP, kernel build fails on "make depend" -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd

Re: recent apm changes (FYI)

1999-09-03 Thread Oscar Bonilla
On Fri, Sep 03, 1999 at 09:33:29AM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Oscar Bonilla writes: > : Aug. 27th. Want me to make world again? I also have a 3C589D and it happens > : with it too. > > No. Aug 27 is new enough to be good. I'm swamped right now with a > dozen oth

Re: start xdm on a particular vty

1999-09-03 Thread Nate Williams
> There have been discussions about the xdm entry /etc/ttys does not guarantee > the X server being started on the particular vty. So I wrote a shell script > to explicitly tell xdm to start X server on a specific vty. I *like* it. I think you should share it with the XFree86 folks, and I think

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
In article <[EMAIL PROTECTED]>, Dmitrij Tejblum <[EMAIL PROTECTED]> wrote: > Pascal Hofstee wrote: > > Perl seems to be broken for about 3 consecutive days now > > Anybody have any idea what might be causing this ? > > I suspect it is the recent changes in rtld. Hmm, could be. Can one of

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
Well, i recompiled with the Voxware drivers and commented out the pnp0 device, and now it works. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Mike Hoskins wrote: > On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > > > That didnt work. W

Re: Sound card problems with -current.

1999-09-03 Thread Mike Hoskins
On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: > That didnt work. When I ran mpg123 it said can't access /dev/dsp but the > mixer worked. And yes, i did run makedev. What are the permissions on /dev/dsp*? Are other deamons running that are attempting to access /dev/dsp? As an example, I ran

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
That didnt work. When I ran mpg123 it said can't access /dev/dsp but the mixer worked. And yes, i did run makedev. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Sheldon Hearn wrote: > > > On Fri, 03 Sep 1999 11:27:55 -0400, "Arthur H.

September snapshots?

1999-09-03 Thread Michael A. Endsley
I am looking for the latest snapshot, but under ftp://current.FreeBSD.org/pub/FreeBSD/snapshots/i386, the last listed snapshot is for 19990827. Have the snapshots for later dates (Sept) been moved? Thanks again, Michael A. Endsley To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Sound card problems with -current.

1999-09-03 Thread Sheldon Hearn
On Fri, 03 Sep 1999 11:27:55 -0400, "Arthur H. Johnson II" wrote: > Well, I got rid of the old Voxware drivers and went with the pnp drivers > and still nothing. Here is the dmesg: What does "still nothing" mean? I can't see anything in your e-mail message which indicates what you're doing to

Fixed sound card problem.

1999-09-03 Thread Arthur H. Johnson II
I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into problems later if I ever get pnp devices, but its a temporary fix. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PR

pnp.h missing

1999-09-03 Thread Andrew Kenneth Milton
../../i386/isa/if_ed.c:84: i386/isa/pnp.h: No such file or directory cvsupped twice four hours apart. World builds and installs ok. find /sys -name pnp.h returns only the pnp in my build directory. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew The Internet (Aust)

Re: recent apm changes (FYI)

1999-09-03 Thread Warner Losh
In message <[EMAIL PROTECTED]> Oscar Bonilla writes: : Aug. 27th. Want me to make world again? I also have a 3C589D and it happens : with it too. No. Aug 27 is new enough to be good. I'm swamped right now with a dozen other things at the moment, but if you could write me in about a week I'd be

Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
Well, I got rid of the old Voxware drivers and went with the pnp drivers and still nothing. Here is the dmesg: -- Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #

Re: start xdm on a particular vty

1999-09-03 Thread Sheldon Hearn
On Fri, 03 Sep 1999 10:41:12 -0400, Luoqi Chen wrote: > There have been discussions about the xdm entry /etc/ttys does not > guarantee the X server being started on the particular vty. So I wrote > a shell script to explicitly tell xdm to start X server on a specific > vty. It's been working gr

Re: recent apm changes (FYI)

1999-09-03 Thread Oscar Bonilla
On Thu, Sep 02, 1999 at 10:21:14PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Oscar Bonilla writes: > : Sep 2 08:43:28 voyager pccardd[24601]: No free configuration for card 3Com > : > : Then I kill pccardd and restart it and I get: > : > : ep0: No connectors or MII. > : ep0: [*

cvs commit: src/sys/modules/linux Makefile (fwd)

1999-09-03 Thread Blaz Zupan
Shouldn't /usr/bin/svr4 and /usr/bin/ibcs2 be moved to /usr/sbin as well? Blaz Zupan, [EMAIL PROTECTED], http://www.herbie.amis.net Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia -- Forwarded message -- Date: Fri, 3 Sep 1999 00:15:39 -0700 (PDT) From: Marcel Moolenaar <[EM

start xdm on a particular vty

1999-09-03 Thread Luoqi Chen
There have been discussions about the xdm entry /etc/ttys does not guarantee the X server being started on the particular vty. So I wrote a shell script to explicitly tell xdm to start X server on a specific vty. It's been working great. I'd like to share it with you, maybe we could include it in

Re: NAT speed?

1999-09-03 Thread Randy Bush
> Did anyone make any kind of benchmarking on the NAT? > I am interested in number of connections per hour / total simultaneous > connections and any other perfomance related experience you may have had > with it? if you intend to work on this, for measurement criteria, you may want to look at dr

Re: Still can't install current via ftp!

1999-09-03 Thread Brian Somers
> > I just downloaded the latest floppies from current (19990827) and tried > installing current on a different machine that did not have a previous > version of FreeBSD on it. > As before (search for vty3 and Alt-F3), once I went through the novice > installation and got to the part to connect t

make depend & if_ed.c & pnp.h

1999-09-03 Thread Valentin S. Chopov
error after make depend . there is a #include in sys/i386/isa/if_ed.c , but there is not pnp.h in the sys tree. Val __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Nick Hibma wrote: > > What about documenting what you do here? It's not quite obvious to me > why the dev is not the parent of the child in some cases. It may be a great-grandchild. For instance in this case, the child is isab0, the grandchild is isa0 and the great-grandchil

Re: Problems with the sound card.

1999-09-03 Thread Nick Hibma
What about documenting what you do here? It's not quite obvious to me why the dev is not the parent of the child in some cases. Cheers, Nick > pcicfgregs *cfg = &dinfo->cfg; > +int passthrough = (device_get_parent(child) != dev); > int map = 0; -- ISIS/STA, T.P.270, Joint Re

Re: spec_getpages error in current kernel from last night

1999-09-03 Thread Julian Elischer
As Poul says.. first thing.. do a cvsup now and try a very modern kernel. if that fails we'll have some more things to try by then. (my workstation just croaked so I'm busy rerouting around the problem) julian On Fri, 3 Sep 1999, Rob Snow wrote: > basil# uname -a > FreeBSD basil.dympna.com 4.

Re: Failure of new PCM code to pickup my CS4236.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Stephen Hocking-Senior Programmer PGS Perth wrote: > A dmesg from it is as follows - note that the old PCM code used to find it. > The voxware stuff needs a couple of delays inserted to find it. > > ... > > unknown1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
On Thu, 2 Sep 1999, Ollivier Robert wrote: > According to Doug Rabson: > > changing over to the pcm driver. Since your card is a PnP one, you should > > be able to put just "device pcm0" in your kernel config. > > Even for ISA ones ? I though only PCI sound cards let you use the shorter > form..

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
On Thu, 2 Sep 1999, Luoqi Chen wrote: > > That's exactly what I have. This is just so weird. I am now reading the > > debug register chapter of intel's manual, it is virtually impossible to > > pinpoint the location by single-stepping through the code... > > > The debug register trick worked, an

Re: spec_getpages error in current kernel from last night

1999-09-03 Thread Poul-Henning Kamp
Julian just reverted some changes, try a fresh current... In message <[EMAIL PROTECTED]>, Rob Snow writes: >basil# uname -a >FreeBSD basil.dympna.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Sep 2 >19:58:43 CDT 1999 >[EMAIL PROTECTED]:/stripe/current/src/sys/compile/Basil-SMP-Current >i386