Re: Newmidi Release Candidate is ready

2000-06-12 Thread Jeroen Ruigrok van der Werven

-On [2611 15:16], Seigo Tanimura ([EMAIL PROTECTED]) wrote:
The release candidate of newmidi is finally ready. The patch for
-current can be found at:

Results [after minor tweaks in the patch]:

seq0-63: Midi sequencers.
sbc0: Creative SB16/SB32 at port 0x220-0x22f,0x330-0x331,0x388-0x38b
irq 5 drq 1,5 on isa0
sbc0: setting card to irq 5, drq 1, 5
device_add_child_ordered:528: pcm at sbc with order 0 as unit -1
make_device:458: pcm at sbc as unit -1
device_add_child_ordered:528: midi at sbc with order 0 as unit -1
make_device:458: midi at sbc as unit -1
device_add_child_ordered:528: midi at sbc with order 0 as unit -1
make_device:458: midi at sbc as unit -1
pcm0: SB DSP 4.16 on sbc0
pcm: setmap c000, 2000; 0xc7d74000 - c000
pcm: setmap e000, 2000; 0xc7d76000 - e000
midi0: SB Midi Interface on sbc0
midi1: SB OPL FM Synthesizer on sbc0
unknown7: Game at port 0x200-0x207 on isa0
unknown8: WaveTable at port 0x620-0x623 on isa0
unknown9: IDE at port 0x180-0x187,0x316-0x317 irq 15 on isa0

I then MAKEDEV'd snd0 again, so that I got the midi0 and sequencer0
devices, but playmidi doesn't play anything.

Going to set more debugging on.

-- 
Jeroen Ruigrok van der Werven  Network- and systemadministrator
[EMAIL PROTECTED]VIA Net.Works The Netherlands
BSD: Technical excellence at its best  http://www.via-net-works.nl
For dust thou art, and unto dust shalt thou return.


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



Newmidi Release Candidate is ready

2000-06-11 Thread Seigo Tanimura

The release candidate of newmidi is finally ready. The patch for
-current can be found at:

URI: http://people.FreeBSD.org/~tanimura/patches/newmidirc.diff.gz

I will put this patch into the final test stage of 1 month. The date
of merge is hence going to be 11th July 2000.

-- 
Seigo Tanimura [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Re: Newmidi Release Candidate is ready

2000-06-11 Thread Donn Miller

Seigo Tanimura wrote:
 
 The release candidate of newmidi is finally ready. The patch for
 -current can be found at:
 
 URI: http://people.FreeBSD.org/~tanimura/patches/newmidirc.diff.gz

I tried this patch out.  When I added nothing to my kernel config file
other than

device  sbc0
device  pcm0

the kernel compiled OK, but when I did cat midifile.mid  /dev/midi0,
I get a "device not configured" error message.  I figured I needed to
add something to my kernel config file, such as 

device  midi0   # for isa pnp/pci cards
pseudo-device   seq 1


I get a whole bunch of kernel compile errors.  Examples:

In file included from ../../dev/sound/midi/midi.h:69,
 from ../../dev/sound/isa/emu8000.c:38:
../../dev/sound/midi/miditypes.h:65: redefinition of `mididev_info'
../../dev/sound/midi/miditypes.h:31: `mididev_info' previously
declared here
../../dev/sound/midi/miditypes.h:67: redefinition of `midi_callback_t'
../../dev/sound/midi/miditypes.h:33: `midi_callback_t' previously
declared here
../../dev/sound/midi/miditypes.h:68: redefinition of `midi_intr_t'
../../dev/sound/midi/miditypes.h:34: `midi_intr_t' previously declared
here
../../dev/sound/midi/miditypes.h:99: redefinition of `mididev_info'
../../dev/sound/midi/miditypes.h:65: `mididev_info' previously
declared here
../../dev/sound/midi/miditypes.h:101: redefinition of
`midi_callback_t'
../../dev/sound/midi/miditypes.h:67: `midi_callback_t' previously
declared here
../../dev/sound/midi/miditypes.h:102: redefinition of `midi_intr_t'
../../dev/sound/midi/miditypes.h:68: `midi_intr_t' previously declared
here
../../dev/sound/midi/miditypes.h:133: redefinition of `mididev_info'
../../dev/sound/midi/miditypes.h:99: `mididev_info' previously
declared here
../../dev/sound/midi/miditypes.h:135: redefinition of
`midi_callback_t'
../../dev/sound/midi/miditypes.h:101: `midi_callback_t' previously
declared here
../../dev/sound/midi/miditypes.h:136: redefinition of `midi_intr_t'
../../dev/sound/midi/miditypes.h:102: `midi_intr_t' previously
declared here


Also, the pcm driver for the ESS 1868 is slightly broken for MP3's --
when I try to play MP3's, I get a lot of nasty pops and clicks during
playback with mpg123.


- Donn


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



Re: Newmidi Release Candidate is ready

2000-06-11 Thread Jeroen Ruigrok van der Werven

-On [2611 15:16], Seigo Tanimura ([EMAIL PROTECTED]) wrote:
The release candidate of newmidi is finally ready. The patch for
-current can be found at:

URI: http://people.FreeBSD.org/~tanimura/patches/newmidirc.diff.gz

I will put this patch into the final test stage of 1 month. The date
of merge is hence going to be 11th July 2000.

Few nits:

mss.c: gusc.h isn't in this file anymore, this causes a reject.

Also, NMIDI  0 type of constructs are not needed anymore with 4.0 and
higher IIRC.

-- 
Jeroen Ruigrok van der Werven  Network- and systemadministrator
[EMAIL PROTECTED]VIA Net.Works The Netherlands
BSD: Technical excellence at its best  http://www.via-net-works.nl
Laat ons drinken op ons grote ongelijk...


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