Re: BUF_LOCK() related panic..

1999-06-27 Thread Doug Rabson
On Sun, 27 Jun 1999, Peter Wemm wrote: Doug Rabson wrote: On Sun, 27 Jun 1999, Peter Wemm wrote: Matthew Dillon wrote: Ah, yes, some of us were just discussing this in a small mailing list . Hopefully Kirk will pick up on it soon. Ah well.. someone else gets

Re: cvs commit: src/sys/alpha/include resource.h src/sys/alpha/pci pcibus.c src/sys/i386/include resource.h src/sys/pci pci.c pci_compat.c

1999-07-29 Thread Doug Rabson
On Wed, 28 Jul 1999, Garrett Wollman wrote: On Wed, 28 Jul 1999 00:57:49 -0700 (PDT), Doug Rabson [EMAIL PROTECTED] said: Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are equivalent to SYS_RES_MEMORY for x86 but for alpha, the rman_get_virtual() address

Re: Assembler capable of supporting 3dnow!

1999-08-01 Thread Doug Rabson
to support it. I will import binutils-2.9.2 when it is released. I don't want to try to use an alpha-level patch to 2.9.1 in FreeBSD (since I don't have the time to spend debugging binutils). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd

Re: Assembler capable of supporting 3dnow!

1999-08-02 Thread Doug Rabson
as/ld etc. to build the parts of whatever you need with 3dnow instructions. There are no public betas that I can find. The only updates to binutils publically available seem to be the Linux patchsets :-(. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear S

Re: cc -O broken in -current for Alpha KLDs

1999-08-19 Thread Doug Rabson
in the module with 'objdump --dynamic-reloc foo.ko'. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cc -O broken in -current for Alpha KLDs

1999-08-21 Thread Doug Rabson
On Fri, 20 Aug 1999, Andrew Gallatin wrote: Doug Rabson writes: On Thu, 19 Aug 1999, Andrew Gallatin wrote: I do most of my development on alphas I just turned some local code into a loadable kernel module. It works fine when compiled into the kernel statically

Re: NFS HEADS UP (was Re: cvs commit: src/sys/nfs nfsm_subs.hxdr_subs.h)

1999-08-22 Thread Doug Rabson
flag to get vfs_bio.c to aggregate several buffers together to make a single large commit. Does that code still work? It made a big difference to the number of commit rpcs at the time. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone

Re: Monday strikes again

1999-08-23 Thread Doug Rabson
is never being attached for some reason. Have a look at nexus_attach() and see if anything suspicious is happening (like an error return from device_probe_and_attach()). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: PCI interrupt routing in -Current/newbus

1999-08-23 Thread Doug Rabson
t handlers for each one. All the handlers registered for a given irq are called when it fires. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: NFSv3 on freebsd--solaris

1999-08-26 Thread Doug Rabson
On Thu, 26 Aug 1999, Dmitrij Tejblum wrote: Doug Rabson wrote: This is probably because our server detects that the directory has been modified and rejects the solaris client's directory cookies. I think we should not ever reject a client's cookie. Consider a local program that scan

Re: HEADS UP

1999-08-31 Thread Doug Rabson
for some reason. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: current kernel breakage

1999-09-02 Thread Doug Rabson
is my kernel Config file.. What is printed just before it freezes? -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: Problems with the sound card.

1999-09-02 Thread Doug Rabson
with the code to continue. This sounds pretty strange. What do you have in your kernel config? For PnP cards, you just need: device pcm0 in the config file (i.e. no explicit bus location or resource assignments). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
, type, rid, r); - if (rv == 0) { + if (!passthrough rv == 0) { switch (type) { case SYS_RES_IRQ: cfg-irqres = 0; -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44

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 sho

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

1999-09-03 Thread Doug Rabson
There was a bug where the pci code corrupted the PnP ID of the sound card. This might also fix the hanging problem that others have seen. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
is pcm0. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

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 i386/isa/pnp.h 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: Sound card problems with -current.

1999-09-03 Thread Doug Rabson
0x240-0x24f,0x300-0x301,0x388-0x38b irq 9 drq 1,7 on isa0 I'm confused by the unknown1 line. Could you send the output of 'pnpinfo' for this machine. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe

Re: Sound card problems with -current.

1999-09-03 Thread Doug Rabson
rsion of pci.c which was overwriting some of the pnp information. Make sure that you have at least version 1.117 of pci.c. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Fixed sound card problem.

1999-09-03 Thread Doug Rabson
rote pcm but I don't remember it now :) This is no longer necessary (in fact it causes much confusion for the driver). The correct declaration for a pnp soundcard is 'device pcm0'. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Pho

Need testers for aha driver change

1999-09-03 Thread Doug Rabson
)) != 0) - aha_isa_attach(dev); - else - printf("aha%d: probe failed\n", dev-id_unit); -} -#endif +DRIVER_MODULE(aha, isa, aha_isa_driver, aha_devclass, 0, 0); -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd.

Re: PNP ids missing in sio.c

1999-09-04 Thread Doug Rabson
no longer be needed (crossed fingers) since the new code automatically detects devices and assigns resources to them. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED

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
o' and see if it helps. The current pci code relies on the bios to program port and memory locations for cards and its possible that this isn't happening for your card/bios combination. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phon

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

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: ed driver problem

1999-09-05 Thread Doug Rabson
On Sat, 4 Sep 1999, Darryl Okahata wrote: Doug Rabson [EMAIL PROTECTED] wrote: Does your bios have a setting for 'PNP compliant OS' or similar? If it does, set it to 'no' and see if it helps. The current pci code relies on the bios to program port and memory locations for cards and its

Re: PNP ids missing in sio.c

1999-09-05 Thread Doug Rabson
On Sat, 4 Sep 1999, Chuck Robey wrote: Does the sio driver know about PCI? Can it run PCI sio cards, like those sold by SIIG? Not at the moment. I don't know anything about these cards. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd

Re: PNP ids missing in sio.c

1999-09-05 Thread Doug Rabson
p a device intended for a pnp driver. On the other hand if you don't run the heuristic probes first, you have no idea what resource regions to avoid when allocating resources for pnp devices. Surely with a working pnpbios *all* devices become pnp devices which solves the problem quite neatly. -- D

Re: PNP ids missing in sio.c

1999-09-05 Thread Doug Rabson
her random bits of ``Industry Standard'' hardware. It might even be worth having these be their own unique devices, just to help diagnosis if they ever go away... Reserving resources for these things is on my TODO list. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonline

Re: current state of if_ed.c

1999-09-05 Thread Doug Rabson
(cardbus???) integration? It wasn't mentioned directly in the commit message (Peter did mention 'quirks'...). Unfortunately it too will have to wait for the new pccard code although hopefully it won't have to wait as long. -- Doug Rabson Mail: [EMAIL PROTECTED

Re: PNP ids missing in sio.c

1999-09-05 Thread Doug Rabson
On Sun, 5 Sep 1999, Peter Wemm wrote: Doug Rabson wrote: On Sat, 4 Sep 1999, Mike Smith wrote: I'm curious what can be made of the PNP resource list we get from the B IOS at boot time... It lists motherboard resources too, we could probably end up with a fairly

Re: PnP card + pcm = unable to boot

1999-09-05 Thread Doug Rabson
, can you get the output of 'pnpinfo' and send it. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: another newpcm casualty

1999-09-05 Thread Doug Rabson
@@ break; case 0x3100143e:/* opti931 */ + case 0x1093143e:/* OPT9310 */ mss-bd_flags |= BD_F_MSS_OFFSET; mss-conf_rid = 3; mss-bd_id = MD_OPTI931; -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear

Re: another newpcm casualty

1999-09-06 Thread Doug Rabson
On Sun, 5 Sep 1999, David Scheidt wrote: On Sun, 5 Sep 1999, Doug Rabson wrote: On Sun, 5 Sep 1999, David Scheidt wrote: Yesterday's -current fails to find my soundcard. It's an Opti chipset thing that worked fine (for a $12 soundcard...) with the old driver. What is decent

Re: another newpcm casualty

1999-09-06 Thread Doug Rabson
is the relevant part of my kernel config : controller pnp0 device pcm0 at isa? port ? irq 5 flags 0x03 Change this to: device pcm0 -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: another newpcm casualty

1999-09-06 Thread Doug Rabson
On Mon, 6 Sep 1999, Peter Wemm wrote: Doug Rabson wrote: On Sun, 5 Sep 1999, David Scheidt wrote: On Sun, 5 Sep 1999, Doug Rabson wrote: On Sun, 5 Sep 1999, David Scheidt wrote: Yesterday's -current fails to find my soundcard. It's an Opti chipset thing

Re: PNP problems

1999-09-06 Thread Doug Rabson
system. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PNP problems

1999-09-08 Thread Doug Rabson
mixer device /dev/mixer: Device not configured and similar whinging. xmix worked before the change. Was the card recognised as pcm1 before? You probably need to go to /dev and type: sh MAKEDEV snd0 -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd

Re: -current and pcmcia problems

1999-09-08 Thread Doug Rabson
the kernel and ep0 started working again. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: -current and pcmcia problems

1999-09-08 Thread Doug Rabson
. :) This still happens? I thought it might be caused by the problem in pci.c. What is the logical device id for the card? Does it match properly in ed_isa_probe()? -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: NewPCM and Quake :)

1999-09-10 Thread Doug Rabson
, but work fine using sb0 and friends. The mmap support is fairly new and hasn't been tested too widely. I suggest you work with Cameron to find out what is happening. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: Yamaha OPL-SA2 newpcm: recognized but no sound

1999-09-11 Thread Doug Rabson
'normal' opl3-sa2 cards. Can you check with e.g. aumix or kmix to see if any of the mixer controls affect this? -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED

Re: newpcm and Vibra16X

1999-09-14 Thread Doug Rabson
of a particular card which uses this chip, however, then I'd be happy to pick one up. Peter mumbled something about 'borrowing' the card from his wife's machine to see if it was one of the bad ones. I don't know if it was though. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear

Re: newpcm and Vibra16X

1999-09-14 Thread Doug Rabson
Version 1.0, Vendor Version 16 Device Description: Creative ViBRA16X PnP Does *not* work with newpcm. :) 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. -- Doug Rabson Mail: [EMAIL

Re: freebsd-uthread.c

1999-09-24 Thread Doug Rabson
rieving revision 1.12 diff -u -r1.12 tm.h --- tm.h1999/06/13 19:41:50 1.12 +++ tm.h1999/07/20 13:45:50 @@ -55,4 +55,11 @@ #define SIGTRAMP_START(pc) 0xbfbfdfd8 #define SIGTRAMP_END(pc) 0xbfbfdff0 +struct objfile; +void freebsd_uthread_new_objfile PARAMS ((struct

Re: Experimental ACPI driver.

1999-09-27 Thread Doug Rabson
to manage the ACPI namespace, and an AML interpreter to run the AML methods. Yes, Yes. If someone already started wriring ACPI devive driver, please let us know. We'd like to merge them and would be happy in collaboration with you. Both Doug Rabson and myself have been tinkering

Re: Loss of Functionality with newpnp

1999-09-27 Thread Doug Rabson
will arrive after the new midi driver is committed. If you want to test and/or work on that, please talk to the author, Seigo Tanimura [EMAIL PROTECTED]. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: New PnP code does not work for me(?)

1999-09-27 Thread Doug Rabson
*/ case 0x41008c0e: /* CTL0041 */ case 0x42008c0e: /* CTL0042 */ + case 0x44008c0e: /* CTL0044 */ case 0x45008c0e: /* CTL0045 */ s = "SB16 PnP"; break; -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear S

Re: Loss of Functionality with newpnp

1999-09-28 Thread Doug Rabson
separated from voxware so perhaps that won't be too hard to port. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: New PnP code does not work for me(?)

1999-09-28 Thread Doug Rabson
On Mon, 27 Sep 1999, Donald J . Maddox wrote: Thanks, Doug. Peter already provided an equivalent patch, and I am happy to report that it works like a charm (of course :-)). Good. The next stage is probably to talk to the midi folks and possibly see about porting the awe driver. -- Doug

Re: ESS1869 logical ID

1999-09-28 Thread Doug Rabson
@@ case 0x68187316: /* ESS1868 */ s = "ESS1868"; break; + + case 0x69187316: /* ESS1869 */ + s = "ESS1869"; + break; } if (s) { device_set_desc(dev,

Re: ESS1869 logical ID

1999-09-29 Thread Doug Rabson
k on alpha. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Now that sigcontext is gone ...

1999-10-03 Thread Doug Rabson
patch I think). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Recent kernel hangs during boot with pnp sio.

1999-10-04 Thread Doug Rabson
On Sun, 3 Oct 1999, Daniel Eischen wrote: Doug Rabson wrote: I looked at you pnpinfo again and I think this change might be better. It accepts the cards description instead of overriding it and adds another ID for SUP2080 which your card is compatible with. I also removed the bogus

Re: Recent kernel hangs during boot with pnp sio.

1999-10-06 Thread Doug Rabson
the DOS utility from 3com. I recently had to do this for a friend (to turn pnp off). It was harder to find a DOS boot disk :-). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-09 Thread Doug Rabson
that you tried? -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-10 Thread Doug Rabson
which exhibits the problem. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-10 Thread Doug Rabson
this would happen? Due to the nature of the pnp code, it might be probed as ed1 instead of ed0. If at all possible, could you put the card into a working FreeBSD box so that I can see the pnpinfo. If we are missing a pnp ID for the card, I need that information to fix it. -- Doug Rabson

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-10 Thread Doug Rabson
irq 3), it is perfectly ok. Your card is an SMC EtherEZ (8416). I think that needs some special extra tricks to get it supported. Matt Dodd [EMAIL PROTECTED] was working on this recently but I don't know if he has it working yet. -- Doug Rabson Mail: [EMAIL PROTECTED

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-11 Thread Doug Rabson
On Sun, 10 Oct 1999, Matthew N. Dodd wrote: On Sun, 10 Oct 1999, Matthew N. Dodd wrote: On Sun, 10 Oct 1999, Doug Rabson wrote: Your card is an SMC EtherEZ (8416). I think that needs some special extra tricks to get it supported. Matt Dodd [EMAIL PROTECTED] was working

Re: PnP problems on install floppy in 4.0-SNAPS from current.freebsd.org

1999-10-13 Thread Doug Rabson
On Tue, 12 Oct 1999, Warner Losh wrote: In message [EMAIL PROTECTED] Doug Rabson writes: : Due to the nature of the pnp code, it might be probed as ed1 instead of : ed0. I have a SBC here that has an onboard PNP ne2000 chip on it. It comes up as ed1 because I have ed0 at a wired address

Re: COMMAND_SET ?

1999-10-13 Thread Doug Rabson
by the loader. The in-kernel pnp code is in sys/isa/{pnp.c,pnpparse.c,isa_common.c}. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: World breakage in libc_r?

1999-10-14 Thread Doug Rabson
ounding up to 16bytes made them look identical. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: current unable to attach USB, Power Mgmt, sound

1999-10-16 Thread Doug Rabson
On Sat, 16 Oct 1999 [EMAIL PROTECTED] wrote: Current as of 8. october attached USB, Power Mgmt, sound just fine. Current as of today no longer does. Here are the relevant bits of a dmesg diff: I think I broke something with my last change to pci. Could you send me a verbose dmesg. -- Doug

Re: intpm0: Could not allocate Bus space

1999-10-26 Thread Doug Rabson
On Tue, 26 Oct 1999, Alexander N. Kabaev wrote: Current (cvsupped and build today) fails to attach to the intpm0 device. The following is my dmesg message: I know exactly what is wrong here and I hope to have patches very soon (possibly today). -- Doug Rabson Mail

Re: ATAPI CD errors

1999-10-31 Thread Doug Rabson
: READ_TOC - NOT READY skey=2 asc=3a ascq=00 error=00 Anybody any idea or hint ?? I get this on a machine at work which I recently put FreeBSD on. I moved it back to the wdc driver for now. If any extra information would help to debug this, I'm happy to test things. -- Doug Rabson

Re: ATAPI CD errors

1999-10-31 Thread Doug Rabson
On Sun, 31 Oct 1999, Brian Fundakowski Feldman wrote: Have you either tried disabling DMA on the drive? This is easily achieved by the following (whitespace mangled): I'll try it on Monday. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd

Re: ESS sound drivers and 4.0-current

1999-11-01 Thread Doug Rabson
, says they were committed to the newpcm drivers. I believe they were not added yet. From http://home.jp.freebsd.org/~sanpei/: tarball for 4-current -- our ESS(ISA) code was commited to newpcm driver in 4.0-current(1999/09/04) The sound drivers for -current are in sys/dev/pcm. -- Doug

Re: ep0 3com etherlink III still unhappy

1999-11-02 Thread Doug Rabson
)? If so, you can probably change your kernel config to have just 'device ep0' which would allow the card to appear as ep0 again. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL

Re: Make world error on todays cvsup......

1999-11-03 Thread Doug Rabson
symlink. The source for softupdates moved from src/contrib/sys/softupdates to src/sys/contrib/softupdates. You need to re-make the symlinks from src/sys/ufs/ffs. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: vga driver and signal

1999-01-02 Thread Doug Rabson
: How does Microsoft's DirectX handle delivery of vertical retrace interrupt? It doesn't. DX8 might deal with this, I'm not sure. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail

Re: panic: nexus_setup_intr: NULL irq resource!

1999-11-12 Thread Doug Rabson
, + INTR_TYPE_TTY | INTR_TYPE_FAST, + siointr, com, ih); + } return (0); } -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send

Re: pnp and AWE64

1999-11-12 Thread Doug Rabson
pcm driver, pnpinfo still only shows the PnP modem - no mention of the AWE64. FreeBSD isn't a fully PnP OS since it doesn't do resource allocation for pci. You must leave the setting at No. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd.

Re: Make World dies.......

1999-11-13 Thread Doug Rabson
moved an alpha from -stable to -current with this). You should use mergemaster to update your /etc. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED

Re: cvs commit: src/sys/isa isa_common.c

1999-11-13 Thread Doug Rabson
of the chip. This would support playback but not record but its better than nothing. At this stage, I have it mostly working but no sound yet (probably a mixer problem). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: Adding soundcards to newpcm

1999-11-16 Thread Doug Rabson
P_HEXTONUM(s[5]) 28)) printf("0x%08x\n", PNP_EISAID(argv[1])); } return 0; } -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: Adding soundcards to newpcm

1999-11-17 Thread Doug Rabson
On Wed, 17 Nov 1999, Daniel C. Sobral wrote: Doug Rabson wrote: Well, I finally decided to try to get my sound card working again. It is not detected as a PNP device, but rather as a motherboard resource using PNPBIOS. It is supposed to be an ESS1869 and, indeed, I use ESS

Re: FreeBSD version of DRM?

1999-01-17 Thread Doug Rabson
). It probably won't be for a week or two since I have other stuff happening right now. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: sbc and pcm

1999-11-23 Thread Doug Rabson
ound cards, we need to use both logical and vendor IDs to detect things accuratly (a surprisingly large number of cards are just labeled CSC0001 or similar). -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To U

Re: Update of if_dc driver

1999-11-27 Thread Doug Rabson
and if not, de will get the hardware. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ESS1879, pnp_id patch and illegal probe about ESS1888

1999-11-27 Thread Doug Rabson
and work on a better solution for alphas. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ESS1879, pnp_id patch and illegal probe about ESS1888

1999-11-30 Thread Doug Rabson
to send-pr this patch ? I just committed the patch, thanks. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: sbc and pcm

1999-11-30 Thread Doug Rabson
? I think a lot of motherboard chips don't show up at all and are only detected using PNPBIOS. Unfortunately, there is no userland tool for querying pnpbios. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037

Re: repeatable crash in -current (softupdates, NFS)

1999-11-30 Thread Doug Rabson
evelopment kernels, I normally just build everything for debugging. Its simpler that way. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: More newpcm breakage

1999-11-30 Thread Doug Rabson
y my AWE32 is not recognized any more. Sounds like a missing pnp id. What does the output from pnpinfo look like? -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL

Re: ACPI project progress report - Nov.

1999-11-30 Thread Doug Rabson
interpreter in kernel space at that time. I think we should aim to do most of the work in 5.0 after we branch off 4.0. Perhaps some of it can be back-ported after it become stable in 5.0. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd

Re: PCCARD eject freeze (was Re: your mail)

1999-12-01 Thread Doug Rabson
to device_detach() which *may* use bus_generic_detach() to do some of its work. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu

Re: PCCARD eject freeze (was Re: your mail)

1999-12-01 Thread Doug Rabson
ertion results? It might fail if the implied device_detach() fails. -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: incorrect irqs with pci devices

1999-12-03 Thread Doug Rabson
? -- Doug Rabson Mail: [EMAIL PROTECTED] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

gnome on current

2002-10-29 Thread Doug Rabson
in the list of libs, which in this case is libXThrStub :-( -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: gnome on current

2002-10-29 Thread Doug Rabson
On Tue, 29 Oct 2002, John Polstra wrote: In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: I just spent a few hours trying to get gnome working on one of my systems, since kde still appears to be completely hosed. Unfortunately, not much of it worked reliably

Re: gnome on current

2002-10-29 Thread Doug Rabson
On Tue, 29 Oct 2002, John Polstra wrote: In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: When a symbol is defined in multiple libraries, the first library wins. That's how it has always been in Unix, for archive libraries

Re: gnome on current

2002-10-29 Thread Doug Rabson
On Tue, 29 Oct 2002, Terry Lambert wrote: Doug Rabson wrote: On investigating one of the crashes more carefully, I discovered that all calls to pthread_*() were being resolved to stubs in libXThrStub.so in spite of the fact that libc_r was also loaded. This caused problems for e.g

Re: gnome on current

2002-10-30 Thread Doug Rabson
On Tue, 29 Oct 2002, Terry Lambert wrote: Doug Rabson wrote: The point is that with the current setup of the XFree86-4-libraries port, you don't have any choice, since libX11 links to libXThrStub. This is the key problem, IMHO. I have a machine running RedHat 8.0 and they don't have any

Re: questions about the state of current

2002-10-30 Thread Doug Rabson
of kde being totally hosed are a bit exagerated or perhaps dated. Hmm. I compiled it a few days ago and it was quite broken. It died in kdeinit very quickly. I will probably retest after sorting out the X threading problems as I have a hunch this is related. -- Doug Rabson

Re: [PATCH: libc]Re: gnome on current

2002-10-30 Thread Doug Rabson
in the list to get a lookin and it dies in exactly the same way as before, for the same reason (calling a non-functional stub version of pthread_setspecific(). -- Doug Rabson Mail: [EMAIL PROTECTED] Phone: +44 20 8348 6160

Re: [PATCH: libc]Re: gnome on current

2002-10-30 Thread Doug Rabson
On Wed, 30 Oct 2002, Daniel Eischen wrote: On Wed, 30 Oct 2002, Doug Rabson wrote: On Wed, 30 Oct 2002, Terry Lambert wrote: Daniel Eischen wrote: That's bizarre... it's defined in libc_r, so there's no reason for the omission in libc. I only added stubs that I thought

Re: [PATCH: libc]Re: gnome on current

2002-10-30 Thread Doug Rabson
On Wed, 30 Oct 2002, Terry Lambert wrote: Doug Rabson wrote: On Wed, 30 Oct 2002, Terry Lambert wrote: Daniel Eischen wrote: Patch looks correct. Please commit? 8-). Well I made a libc with this patch and rebuilt XFree86-4-libraries without libXThrStub but I ran

  1   2   3   4   5   >