Re: PNP ids missing in sio.c

1999-09-04 Thread Doug Rabson
On Fri, 3 Sep 1999, Steve Price wrote: 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. The

Re: Fixed sound card problem.

1999-09-04 Thread Andrew Kenneth Milton
+[ 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. Pcm doesn't work for me anymore with or

HEADS UP! New Common Error Routines.

1999-09-04 Thread Mark Murray
Hi I have put new common error code in; compile_et and libcom_err need rebuilding. The recommended method is a "make world". M To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Memory Strange-o's with Current

1999-09-04 Thread Andrew Kenneth Milton
Something that was working yesterday no longer works since I've made world. Out of memory (Needed 8192 bytes) python in free(): warning: junk pointer, too high to make sense. Out of memory (Needed 8192 bytes) python in free(): warning: junk pointer, too high to make sense. I've rebuilt python

Re: PNP ids missing in sio.c

1999-09-04 Thread Zach N. Heilig
On Sat, Sep 04, 1999 at 10:21:51AM +0100, Doug Rabson wrote: The pnp command should no longer be needed (crossed fingers) since the new code automatically detects devices and assigns resources to them. What about the situation where: pnp sound card (soundblaster awe64). non pnp network card

Re: early panics broken

1999-09-04 Thread Bruce Evans
panic() no longer works when called early. E.g., after booting with -d, typing `panicnewline' at the debugger prompt produces no output and hangs. This may be because panic() now depends on uninitialized event handlers. This is because no shutdown_final event handlers have been

Re: cds disappeared

1999-09-04 Thread Randy Bush
# camcontrol tur cd0 -v Unit is not ready (pass2:ahc0:0:4:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (pass2:ahc0:0:4:0): NOT READY asc:3a,0 (pass2:ahc0:0:4:0): Medium not present Well, there's your problem, for better or worse. it's even kinkier than that. despite dmesg of

Re: PNP ids missing in sio.c

1999-09-04 Thread Doug Rabson
On Sat, 4 Sep 1999, Zach N. Heilig wrote: On Sat, Sep 04, 1999 at 10:21:51AM +0100, Doug Rabson wrote: The pnp command should no longer be needed (crossed fingers) since the new code automatically detects devices and assigns resources to them. What about the situation where: pnp sound

Re: ed driver problem

1999-09-04 Thread Doug Rabson
On Sat, 4 Sep 1999, Blaz Zupan wrote: I'm trying to configure my new Compex NE2000 PCI card under 4.0-current. Just before the latest PnP changes, the card was just recognized like this: ed0: NE2000 PCI Ethernet (Compex) irq 10 at device 13.0 on pci0 It did not display the MAC, and

Re: PNP ids missing in sio.c

1999-09-04 Thread Steve Price
On Sat, 4 Sep 1999, Doug Rabson wrote: # The reason I didn't move the old ids wholesale is that the old system # matched against the vendor id (which is bogus for multifunction cards). # The new system matches with the logical device id which is often different # from the vendor id. Some simple

Re: the pcm driver and the bktr device

1999-09-04 Thread Nick Hibma
As in diff -wu brooktree848.c.orig brooktree848.c --- brooktree848.c.orig Sat Sep 4 14:38:14 1999 +++ brooktree848.c Sat Sep 4 14:38:19 1999 @@ -6865,9 +6865,6 @@ unsigned int rev = pci_get_revid(dev); static int once; - if (!once++) -

Re: Fixed sound card problem.

1999-09-04 Thread Andrew Kenneth Milton
+[ Doug Rabson ]- | On Sat, 4 Sep 1999, Andrew Kenneth Milton wrote: | | +[ Arthur H. Johnson II ]- | | I fixed the sound card problem I was having. I just commented out the pnp | | driver. I

Re: Fixed sound card problem.

1999-09-04 Thread Arthur H. Johnson II
Crap, the old kernel is gone. I was going to save the old working kernel but its gone now. I attached the old config file thou. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Sat, 4 Sep 1999, Doug Rabson wrote: On Sat, 4 Sep 1999, Andrew Kenneth Milton

Re: Fixed sound card problem.

1999-09-04 Thread Arthur H. Johnson II
Done, and I have pci.c 1.117. When did it get broken then fixed? I ran make update and make world just thursday. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Sat, 4 Sep 1999, Doug Rabson wrote: On Sun, 5 Sep 1999, Andrew Kenneth Milton wrote:

Re: Need testers for aha driver change

1999-09-04 Thread Doug Rabson
On Fri, 3 Sep 1999, Chris D. Faulhaber wrote: 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

Re: Sun StarOffice51

1999-09-04 Thread Brian Tao
On Fri, 3 Sep 1999, Evren Yurtesen wrote: I think you should install an old library... see this page http://minnie.cs.adfa.edu.au/Misc/staroffice.html That page refers to StarDivion's StarOffice 5.1, not (what appears to be) the slightly tweaked/updated version that Sun is now

Re: cds disappeared

1999-09-04 Thread Randy Bush
I am having the same problem with the CD as Ken is. actually, it was ken helping me with my problem. and it turns out my problem was that the two drives had been physically swapped, and when jet-lag subsided the bleeping idiot pilot realized his stupidity. apologies to all. randy To

Anyone using mars_nwe with -CURRENT ?

1999-09-04 Thread Ian Whalley
I ask because I'm not having much luck getting it to work! I followed the instructions in README.FREEBSD, and none of the machines on my network can see the fake netware server. My requirement, incidentally, is to have a networking client, for DOS, that will fit on a boot floppy. The server is

Re: cds disappeared

1999-09-04 Thread Kenneth D. Merry
Randy Bush wrote... # camcontrol tur cd0 -v Unit is not ready (pass2:ahc0:0:4:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (pass2:ahc0:0:4:0): NOT READY asc:3a,0 (pass2:ahc0:0:4:0): Medium not present Well, there's your problem, for better or worse. it's even kinkier

Re: cds disappeared

1999-09-04 Thread Kenneth D. Merry
Rick Lotoczky wrote... I am having the same problem with the CD as Ken is. I also tried the suggested diagnostics with exactly the same results. Media is in the drive, but it is not being recognized. I've been building kernels since FBSD-0.9 so I think I got that right by now. This

Re: Fixed sound card problem.

1999-09-04 Thread Arthur H. Johnson II
After i got 1.117 everything went back to normal. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Sat, 4 Sep 1999, Doug Rabson wrote: On Sat, 4 Sep 1999, Arthur H. Johnson II wrote: Done, and I have pci.c 1.117. When did it get broken then fixed? I

Re: PNP ids missing in sio.c

1999-09-04 Thread Peter Wemm
Doug Rabson wrote: On Sat, 4 Sep 1999, John-Mark Gurney wrote: Doug Rabson scribbled this message on Sep 4: This is of course a special case, a cranky network card and a non-compiling driver for it. If the new pnp code avoids using resource s hard-wired to non-pnp isa

Re: cds disappeared

1999-09-04 Thread Steve Kargl
Kenneth D. Merry wrote: This sounds like it could be a different problem than Randy Busy is having. He has two CDROM drives, and it looks like they have been swapped somehow. It sounds like you've only got one CDROM drive in each machine. Please send the output of the following, with

Re: Need testers for aha driver change

1999-09-04 Thread Warner Losh
In message [EMAIL PROTECTED] Doug Rabson writes: : 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

Re: Anyone using mars_nwe with -CURRENT ?

1999-09-04 Thread Ian Whalley
I ask because I'm not having much luck getting it to work! I followed the instructions in README.FREEBSD, and none of the machines on my network can see the fake netware server. After some experimentation and playing around with debug options on IPXrouted and mars_nwe, it turns out that it's

Re: Need testers for aha driver change

1999-09-04 Thread Warner Losh
In message [EMAIL PROTECTED] Doug Rabson writes: : + aha = aha_alloc(device_get_unit(dev), : + I386_BUS_SPACE_IO, ioport); Shouldn't we be getting the bus_space_tag and bus_space_handle from the port_res resource? Warner To Unsubscribe: send mail to

Re: Need testers for aha driver change

1999-09-04 Thread Doug Rabson
On Sat, 4 Sep 1999, Warner Losh wrote: In message [EMAIL PROTECTED] Doug Rabson writes: : + aha = aha_alloc(device_get_unit(dev), : + I386_BUS_SPACE_IO, ioport); Shouldn't we be getting the bus_space_tag and bus_space_handle from the port_res resource?

Re: cds disappeared

1999-09-04 Thread Kenneth D. Merry
Steve Kargl wrote... Kenneth D. Merry wrote: This sounds like it could be a different problem than Randy Busy is having. He has two CDROM drives, and it looks like they have been swapped somehow. It sounds like you've only got one CDROM drive in each machine. Please send the output

Re: PNP ids missing in sio.c

1999-09-04 Thread Chuck Robey
On Sat, 4 Sep 1999, Doug Rabson wrote: On Fri, 3 Sep 1999, Steve Price wrote: 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

Re: cds disappeared

1999-09-04 Thread Rick Lotoczky
Hi Ken, Sorry, I'm really confused about who has the problem, but I *do know* my system isn't working properly. Also, it is different...I didn't know about the two drives until after I sent mail to you. Anyway...here goes-- On 04-Sep-99 Kenneth D. Merry said: Rick Lotoczky wrote... ...my

Re: PNP ids missing in sio.c

1999-09-04 Thread Mike Smith
I'm curious what can be made of the PNP resource list we get from the BIOS at boot time... It lists motherboard resources too, we could probably end up with a fairly complete map of known resources to avoid. I bet we can roll another enumerator similar to pnp.c which takes the bios

Re: kernel of -current in 3.1?

1999-09-04 Thread John-Mark Gurney
Gerhard Häring scribbled this message on Sep 5: I have some linux experience and I have recently installed freebsd. I understand -current is not for serious work. I wonder if it is i) possible ii) a good idea to install the *kernel* of -current in my freebsd 3.1 system. Or are there too many

Re: PNP ids missing in sio.c

1999-09-04 Thread Garrett Wollman
On Sat, 04 Sep 1999 21:34:09 -0700, Mike Smith [EMAIL PROTECTED] said: The enumerator should assign these resources to a placeholder; I was thinking the nexus was as good an owner as any. If there's an "unknown" device that's probably even better. Some of them should be claimed by real

Re: PNP ids missing in sio.c

1999-09-04 Thread Mike Smith
ummm... I thought that the plan was to disable all PnP devices, do the legacy isa probes, and then reenable the PnP devices and probe them... The fact that a device is reported via PnP does not guarantee that you can disable it. Most of the "devices" reported by the PnP BIOS can