Date: Sat, 15 Apr 2000 22:31:40 -0600 (MDT) From: VINSON WAYNE HOWARD <Wayne.Vinson@Colorado.EDU> To: freebsd-questions@freebsd.org Subject: CS4236b soundcard Message-ID: <Pine.GSO.3.96.1000415223040.1142B-100000@ucsu.Colorado.EDU>
next in thread | raw e-mail | index | archive | help
System: Inspiron 3200, 5.0 Current (I've already talked to -current about this to no avail, but it's the same code as 4.0) Has anyone gotten a CS4236b soundcard(which as I understand it is a isa non-pnp card) working with the pcm driver. I have no problem with the old drivers: device snd0 device css0 at isa? port 0x530 irq 9 drq 1 flags 0x13 device mpu0 at isa? works ok if I hack up sound_config.h with #define DSP_DEFAULT_SPEED 32000 //used to be 8000 but device pcm0 at isa? port 0x530 irq 9 drq 1 flags 0x0 with or without the pnp code does nothing, and doesn't even show up in dmsg (yes I'm sure I actually compiled it in). I've also tried device pcm0 device csa0 at isa? port 0x530 irq 9 drq 1 with no luck. I'd like to get pcm working so I can kill css and the isa-compat shims, both of which are depricated, and might go away sometime soon. P.S. I'm not on the list, so please cc me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.1000415223040.1142B-100000>