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 soundcard that works with the new driver?pnpinfo and dmesg snippet 
   for the thing:
  
  Try this patch:
 
 The card is now found, but when I try to use it, I get hundreds and hundreds
 of messages like 
 Sep  5 19:09:33 tumbolia /kernel: AD_WAIT_INIT FAILED 201 0xff in
 /var/log/messages followed by 
 Sep  5 19:09:33 tumbolia /kernel: mss: Auto calibration timed out(1).

So the patch didn't change the behaviour at all?

--
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-06 Thread Doug Rabson

On Sun, 5 Sep 1999, Manfred Antar wrote:

 I'm having a similar problem with the newpcm stuff.
 I have a Intel PR440FX motherboard with builtin sound (Crystal Sound System)
 It worked fine until the recent  changes in pnp.
 I can get it to work with the Voxware drivers no problem.
 Here 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




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: another newpcm casualty

1999-09-06 Thread Peter Wemm

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
that worked fine (for a $12 soundcard...) with the old driver.  What is
decent soundcard that works with the new driver?pnpinfo and dmesg s
nippet 
for the thing:
   
   Try this patch:
  
  The card is now found, but when I try to use it, I get hundreds and hundred
s
  of messages like 
  Sep  5 19:09:33 tumbolia /kernel: AD_WAIT_INIT FAILED 201 0xff in
  /var/log/messages followed by 
  Sep  5 19:09:33 tumbolia /kernel: mss: Auto calibration timed out(1).
 
 So the patch didn't change the behaviour at all?

I vaguely remember something about MSS devices sometimes using 0x530 vs 0x534
and sometimes putting the registers at offset 0 and sometimes at +4.  (ie:
using a PnP base address of 0x534 and the registers at 0x534 (ie: +0) and
other times the PnP register window at 0x530 and the mss registers at 0x534
(ie: +4)).

Cheers,
-Peter



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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
 that worked fine (for a $12 soundcard...) with the old driver.  What is
 decent soundcard that works with the new driver?pnpinfo and dmesg s
 nippet 
 for the thing:

Try this patch:
   
   The card is now found, but when I try to use it, I get hundreds and hundred
 s
   of messages like 
   Sep  5 19:09:33 tumbolia /kernel: AD_WAIT_INIT FAILED 201 0xff in
   /var/log/messages followed by 
   Sep  5 19:09:33 tumbolia /kernel: mss: Auto calibration timed out(1).
  
  So the patch didn't change the behaviour at all?
 
 I vaguely remember something about MSS devices sometimes using 0x530 vs 0x534
 and sometimes putting the registers at offset 0 and sometimes at +4.  (ie:
 using a PnP base address of 0x534 and the registers at 0x534 (ie: +0) and
 other times the PnP register window at 0x530 and the mss registers at 0x534
 (ie: +4)).

We have a flag for that in the mss driver (BD_F_MSS_OFFSET) which the pnp
part attempts to initalise based on the ID. I thought that was the problem
in this case but it doesn't seem to have changed anything. Maybe my patch
was wrong.

--
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-06 Thread Manfred Antar

At 08:56 AM 09/06/99 +0100, Doug Rabson wrote:
On Sun, 5 Sep 1999, Manfred Antar wrote:

  I'm having a similar problem with the newpcm stuff.
  I have a Intel PR440FX motherboard with builtin sound (Crystal Sound 
 System)
  It worked fine until the recent  changes in pnp.
  I can get it to work with the Voxware drivers no problem.
  Here is the relevant part of my kernel config :
 
  controller  pnp0
  device  pcm0   at isa? port ? irq 5 flags 0x03

Change this to:

 device pcm0
I tried that and still no go.
This is what comes up:

unknown0: CTRL on isa0
pcm0: CS4236 at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on 
isa0
unknown1: GAME at port 0x200-0x207 on isa0
unknown2: MPU at port 0x330-0x331 irq 9 on isa0

But it is unusable.
Ollivier Robert has the same motherboard and It works for him.
All I can think of is there must be a conflict with one of the other cards 
on the board.
Matrox Millenium or the DPT Raid controller.

Thanks
Manfred
=
||[EMAIL PROTECTED]   ||
||Ph. (415) 681-6235||
=


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: another newpcm casualty

1999-09-06 Thread Ollivier Robert

According to Manfred Antar:
 All I can think of is there must be a conflict with one of the other cards 
 on the board.
 Matrox Millenium or the DPT Raid controller.

I have a ET6000-based card (see below) and no DPT.

FreeBSD 4.0-CURRENT #22: Sat Sep  4 22:40:07 CEST 1999
roberto@tara:/src/src/sys/compile/TARA_SMP
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium Pro (686-class CPU)
  Origin = "GenuineIntel"  Id = 0x619  Stepping = 9
  Features=0xfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV
real memory  = 67108864 (65536K bytes)
avail memory = 61833216 (60384K bytes)
Programming 24 pins in IOAPIC #0
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00040011, at 0xfec08000
 cpu1 (AP):  apic id: 12, version: 0x00040011, at 0xfec08000
 io0 (APIC): apic id: 13, version: 0x00170011, at 0xfec0
Preloaded elf kernel "kernel" at 0xc0318000.
Preloaded elf module "linux.ko" at 0xc031809c.
Preloaded elf module "green_saver.ko" at 0xc031813c.
Preloaded elf module "procfs.ko" at 0xc03181e0.
Preloaded elf module "vesa.ko" at 0xc0318280.
VESA: v2.0, 2048k memory, flags:0x0, mode table:0xc03151cc (18c)
VESA: STB Lightspeed 128 Video (ET6000)
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
fxp0: Intel EtherExpress Pro 10/100B Ethernet irq 18 at device 6.0 on pci0
fxp0: Ethernet address 00:a0:c9:49:5a:ef
isab0: Intel 82371SB PCI to ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
chip1: Intel PIIX3 IDE controller at device 7.1 on pci0
uhci0: Intel 82371SB (PIIX3) USB controller irq 10 at device 7.2 on pci0
usb0: Intel 82371SB (PIIX3) USB controller on uhci0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ahc0: Adaptec aic7880 Ultra SCSI adapter irq 17 at device 9.0 on pci0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
vga-pci0: Tseng Labs ET6000 graphics accelerator irq 18 at device 17.0 on pci0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5" drive on fdc0 drive 0
atkbdc0: keyboard controller (i8042) at port 0x60-0x6f on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: Generic ISA VGA at port 0x3b0-0x3df iomem 0xa-0xb on isa0
sc0: System console on isa0
sc0: VGA 10 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0 at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
lpt0: generic printer on ppbus 0
lpt0: Interrupt-driven port
unknown0: CTRL on isa0
pcm0: CS4236B at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0
unknown1: GAME at port 0x200-0x207 on isa0
unknown2: MPU at port 0x330-0x331 irq 9 on isa0
APIC_IO: routing 8254 via 8259 on pin 0
Waiting 2 seconds for SCSI devices to settle
SMP: AP CPU #1 Launched!
changing root device to da0s2a
da0 at ahc0 bus 0 target 6 lun 0
da0: QUANTUM VIKING II 4.5WLS 4110 Fixed Direct Access SCSI-2 device 
da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled
da0: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C)

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #73: Sat Jul 31 15:36:05 CEST 1999



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



another newpcm casualty

1999-09-05 Thread David Scheidt

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 soundcard that works with the new driver?pnpinfo and dmesg snippet 
for the thing:


Checking for Plug-n-Play devices...

Card assigned CSN #1
Vendor ID OPT0931 (0x3109143e), Serial Number 0x
PnP Version 1.0, Vendor Version 0
Device Description: OPTi Audio 16

Logical Device ID: OPT 0x143e #0
Vendor register funcs 00
Device Description: AUX0

Logical Device ID: OPT9310 0x1093143e #1
Vendor register funcs 00
Device Description: OPTi Audio 16
TAG Start DF
I/O Range 0x534 .. 0x608, alignment 0x4, len 0x4
[16-bit addr]
I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc
[16-bit addr]
I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10
[16-bit addr]
I/O Range 0xe0c .. 0xffc, alignment 0x4, len 0x4
[16-bit addr]
IRQ: 5 7 10  - only one type (true/edge)
DMA: channel(s) 0 1 3 
8-bit, not a bus master, count by byte, , Type F
DMA: channel(s) 0 1 3 
8-bit, not a bus master, count by byte, , Type F
TAG Start DF
I/O Range 0x534 .. 0xff0, alignment 0x4, len 0x4
[16-bit addr]
I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc
[16-bit addr]
I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10
[16-bit addr]
I/O Range 0xe0c .. 0xffc, alignment 0x4, len 0x4
[16-bit addr]
IRQ: 5 7 9 10 11  - only one type (true/edge)
DMA: channel(s) 0 1 3 
8-bit, not a bus master, count by byte, , Type F
DMA: channel(s) 0 1 3 
8-bit, not a bus master, count by byte, , Type F
TAG Start DF
I/O Range 0x534 .. 0xff0, alignment 0x4, len 0x4
[16-bit addr]
I/O Range 0x380 .. 0x3f0, alignment 0x10, len 0xc
[16-bit addr]
I/O Range 0x220 .. 0x240, alignment 0x20, len 0x10
[16-bit addr]
I/O Range 0xe0c .. 0xffc, alignment 0x4, len 0x4
[16-bit addr]
IRQ: 5 7 9 10 11  - only one type (true/edge)
DMA: channel(s) 0 1 3 
8-bit, not a bus master, count by byte, , Type F
TAG End DF

Logical Device ID: OPT0001 0x0100143e #2
Vendor register funcs 00
Device Description: Game Port
I/O Range 0x200 .. 0x20f, alignment 0x1, len 0x1
[16-bit addr]

Logical Device ID: OPT0002 0x0200143e #3
Vendor register funcs 00
Device Description: MPU401
I/O Range 0x300 .. 0x360, alignment 0x10, len 0x2
[16-bit addr]
IRQ: 5 7 9 10 11  - only one type (true/edge)
End Tag

Successfully got 37 resources, 4 logical fdevs
-- card select # 0x0001

CSN OPT0931 (0x3109143e), Serial Number 0x

Logical device #0
IO:  0x 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01

Logical device #1
IO:  0x0380 0x0380 0x0380 0x0380 0x0380 0x0380 0x0380 0x0380
IRQ 5 0
DMA 0 1
IO range check 0x00 activate 0x01

Logical device #2
IO:  0x 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01

Logical device #3
IO:  0x 0x 0x 0x 0x 0x 0x 0x
IRQ 10 0
DMA 4 4
IO range check 0x00 activate 0x01

dmesg of the probe:


unknown0: AUX0 on isa0
unknown1: Game Port on isa0
unknown2: MPU401 on isa0
pcm0: OPTi931 at port 0x534-0x537,0x380-0x38b,0x220-0x22f,0xe0c-0xe0f irq 5 drq 0,1 
on isa0
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff
AD_WAIT_INIT FAILED 201 0xff
AD_WAIT_INIT FAILED 1002 0xff




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

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 soundcard that works with the new driver?pnpinfo and dmesg snippet 
 for the thing:

Try this patch:

Index: mss.c
===
RCS file: /home/ncvs/src/sys/dev/pcm/isa/mss.c,v
retrieving revision 1.26
diff -u -r1.26 mss.c
--- mss.c   1999/09/01 20:53:35 1.26
+++ mss.c   1999/09/05 20:10:27
@@ -1370,6 +1370,7 @@
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 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 David Scheidt

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 soundcard that works with the new driver?pnpinfo and dmesg snippet 
  for the thing:
 
 Try this patch:

The card is now found, but when I try to use it, I get hundreds and hundreds
of messages like 
Sep  5 19:09:33 tumbolia /kernel: AD_WAIT_INIT FAILED 201 0xff in
/var/log/messages followed by 
Sep  5 19:09:33 tumbolia /kernel: mss: Auto calibration timed out(1).

David



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 Manfred Antar

I'm having a similar problem with the newpcm stuff.
I have a Intel PR440FX motherboard with builtin sound (Crystal Sound System)
It worked fine until the recent  changes in pnp.
I can get it to work with the Voxware drivers no problem.
Here is the relevant part of my kernel config :

controller  pnp0
device  pcm0   at isa? port ? irq 5 flags 0x03

Here is part of dmesg :

pcm0: SoundBlaster Pro 3.2 at irq 5 flags 0x3 on isa0
unknown0: CTRL on isa0
pcm1: CS4236 at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on 
isa0
unknown1: GAME at port 0x200-0x207 on isa0
unknown2: MPU at port 0x330-0x331 irq 9 on isa0

Some how it's being recognized as a SoundBlaster card and it's not.

Here is pnpinfo :

Checking for Plug-n-Play devices...
Card assigned CSN #1
Vendor ID CSC0b36 (0x360b630e), Serial Number 0x
PnP Version 1.0, Vendor Version 1
Device Description: CS4236  Audio

Logical Device ID: CSC 0x630e #0
Device Description: WSS/SB
TAG Start DF
Good Configuration
 DMA: channel(s) 1
 8-bit, not a bus master, count by byte, , Type A
 DMA: channel(s) 0 3
 8-bit, not a bus master, count by byte, , Type A
 IRQ: 5  - only one type (true/edge)
 I/O Range 0x534 .. 0x534, alignment 0x4, len 0x4
 [16-bit addr]
 I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4
 [16-bit addr]
 I/O Range 0x220 .. 0x220, alignment 0x20, len 0x10
 [16-bit addr]
TAG Start DF
Acceptable Configuration
 DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Type A
 DMA: channel(s) 0 1 3
 8-bit, not a bus master, count by byte, , Type A
 IRQ: 5 7 9 11 12 15  - only one type (true/edge)
 I/O Range 0x534 .. 0xffc, alignment 0x4, len 0x4
 [16-bit addr]
 I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4
 [16-bit addr]
 I/O Range 0x220 .. 0x260, alignment 0x20, len 0x10
 [16-bit addr]
TAG Start DF
Sub-optimal Configuration
 DMA: channel(s) 0 1 3
 8-bit, not a bus master, count by byte, , Type A
 IRQ: 5 7 9 11 12 15  - only one type (true/edge)
 I/O Range 0x534 .. 0xffc, alignment 0x4, len 0x4
 [16-bit addr]
 I/O Range 0x388 .. 0x3f8, alignment 0x8, len 0x4
 [16-bit addr]
 I/O Range 0x220 .. 0x300, alignment 0x20, len 0x10
 [16-bit addr]
TAG End DF

Logical Device ID: CSC0001 0x0100630e #1
Device Description: GAME
TAG Start DF
Good Configuration
 I/O Range 0x200 .. 0x200, alignment 0x8, len 0x8
 [16-bit addr]
TAG Start DF
Acceptable Configuration
 I/O Range 0x208 .. 0x208, alignment 0x8, len 0x8
 [16-bit addr]
TAG End DF

Logical Device ID: CSC0010 0x1000630e #2
Device Description: CTRL
 I/O Range 0x120 .. 0xff8, alignment 0x8, len 0x8
 [16-bit addr]

Logical Device ID: CSC0003 0x0300630e #3
Device Description: MPU
TAG Start DF
Good Configuration
 IRQ: 9  - only one type (true/edge)
 I/O Range 0x330 .. 0x330, alignment 0x8, len 0x2
 [16-bit addr]
TAG Start DF
Acceptable Configuration
 IRQ: 9 11 12 15  - only one type (true/edge)
 I/O Range 0x300 .. 0x3f8, alignment 0x8, len 0x2
 [16-bit addr]
TAG End DF
End Tag

Successfully got 44 resources, 4 logical fdevs
-- card select # 0x0001

CSN CSC0b36 (0x360b630e), Serial Number 0x

Logical device #0
IO:  0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534 0x0534
IRQ 5 0
DMA 1 0
IO range check 0x00 activate 0x01

Logical device #1
IO:  0x 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01

Logical device #2
IO:  0x 0x 0x 0x 0x 0x 0x 0x
IRQ 0 0
DMA 4 4
IO range check 0x00 activate 0x01

Logical device #3
IO:  0x 0x 0x 0x 0x 0x 0x 0x
IRQ 9 0
DMA 4 4
IO range check 0x00 activate 0x01

Thanks
Manfred
=
||[EMAIL PROTECTED]   ||
||Ph. (415) 681-6235||
=


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 Manfred Antar

At 07:45 AM 09/06/99 +0200, Ollivier Robert wrote:
According to Manfred Antar:
  I have a Intel PR440FX motherboard with builtin sound (Crystal Sound 
 System)
  It worked fine until the recent  changes in pnp.

I have the same m/b with the same audio chip and

controller  pnp0
device  pcm0

finds the card just fine:

unknown0: CTRL on isa0
pcm0: CS4236B at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 
on isa0
unknown1: GAME at port 0x200-0x207 on isa0
unknown2: MPU at port 0x330-0x331 irq 9 on isa0

FreeBSD Audio Driver (newpcm) Sep  4 1999 22:38:12
Installed devices:
pcm0: CS4236B at io 0x534 irq 5 drq 1:0 (1/1 channels duplex)

I get the same at boot up but the card is unusable.
When I try to use it I
get a kernel msg : dsp sync but no output.

Is there anything else I need to change ?
I've wiped out the snd devices  in /dev and did a MAKEDEV snd0
The IRQ's in the bios are mapped to I/O apic not legacy should  I change this.
is the any thing else I need to put in my kernel file besides the above 2 
lines ?
Any help would be appreciated.
Thanks
  Manfred
=
||[EMAIL PROTECTED]   ||
||Ph. (415) 681-6235||
=


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message