Re: Page fault in midi/sequencer.c

2018-10-22 Thread Peter Holm
On Mon, Oct 22, 2018 at 11:00:41AM +0200, Hans Petter Selasky wrote: > On 10/20/18 6:56 PM, Peter Holm wrote: > > I can trigger this on 13.0-CURRENT r339445 with a non-root test program: > > > > Hi, > > The following commits should fix the issues you experience: > > https://svnweb.freebsd.org/c

Re: Page fault in midi/sequencer.c

2018-10-22 Thread Hans Petter Selasky
On 10/20/18 6:56 PM, Peter Holm wrote: I can trigger this on 13.0-CURRENT r339445 with a non-root test program: Hi, The following commits should fix the issues you experience: https://svnweb.freebsd.org/changeset/base/339581 https://svnweb.freebsd.org/changeset/base/339582 https://svnweb.fre

Re: Page fault in midi/sequencer.c

2018-10-21 Thread Hans Petter Selasky
On 10/20/18 6:56 PM, Peter Holm wrote: I can trigger this on 13.0-CURRENT r339445 with a non-root test program: Calling uiomove() with the following non-sleepable locks held: exclusive sleep mutex seqflq (seqflq) r = 0 (0xf80003860c08) locked @ dev/sound/midi/sequencer.c:952 stack

Re: Page fault in midi/sequencer.c

2018-10-20 Thread blubee blubeeme
On Sun, Oct 21, 2018 at 12:59 AM Peter Holm wrote: > I can trigger this on 13.0-CURRENT r339445 with a non-root test program: > > Calling uiomove() with the following non-sleepable locks held: > exclusive sleep mutex seqflq (seqflq) r = 0 (0xf80003860c08) locked @ >

Page fault in midi/sequencer.c

2018-10-20 Thread Peter Holm
I can trigger this on 13.0-CURRENT r339445 with a non-root test program: Calling uiomove() with the following non-sleepable locks held: exclusive sleep mutex seqflq (seqflq) r = 0 (0xf80003860c08) locked @ dev/sound/midi/sequencer.c:952 stack backtrace: #0 0x80bfe263 at

Re: Corrected HEADS UP: the midi driver will be removed after 5.2-R

2003-11-18 Thread Seigo Tanimura
On Sat, 15 Nov 2003 22:42:44 +0900, Seigo Tanimura <[EMAIL PROTECTED]> said: tanimura> Mathew Kanner has developed the new version of the midi framework, tanimura> based on kobj(9) and buildable as a module. As the first step to tanimura> replace the midi driver, the conv

kern/59233: patch to soundcard.h to include an ioctl and a constant for midi

2003-11-15 Thread Mathew Kanner
Hello All, I'm sorry to be a pain, but I think it's important this PR be commited before any branch. http://www.freebsd.org/cgi/query-pr.cgi?pr=59233 It's vital to build current midi software and it has been in other OSes for a while. Thanks,

Re: HEADS UP: the midi driver will be removed for a while

2003-11-15 Thread Kris Kennaway
On Sat, Nov 15, 2003 at 10:42:44PM +0900, Seigo Tanimura wrote: > Mathew Kanner has developed the new version of the midi framework, > based on kobj(9) and buildable as a module. As the first step to > replace the midi driver, the conventional one is removed from the > kernel

HEADS UP: the midi driver will be removed for a while

2003-11-15 Thread Seigo Tanimura
Mathew Kanner has developed the new version of the midi framework, based on kobj(9) and buildable as a module. As the first step to replace the midi driver, the conventional one is removed from the kernel in a minute. Mathew will soon be starting a work to merge his driver. -- Seigo Tanimura

Re: midi problem, an isa device on a pci card

2003-04-06 Thread Mathew Kanner
I create isa devices from a pci device. Do I search up the > soundcard tree for the pci bus then search down for the isa bus, then > create_child(..."mpushim")? In pci device_attach: isa=devclass_find("isa"); if( !isa ) { device_printf(sc->

midi problem, an isa device on a pci card

2003-04-04 Thread Mathew Kanner
Hello, I've been fiddling with pci drivers in freebsd for a couple of months and up to now everything has ok, I did a midi driver for es137x which was relatively easy because the io was done on the pci bus. I was very pleased that there were enough resources for a newbie like me to

RE: MIDI

2003-04-02 Thread Yuriy Tsibizov
this is what he's been working on: >http://chibis.persons.gfk.ru/audigy/ No! I'm not a MIDI subsystem developer! The only thing I do is an attempt to add MIDI I/O to Live/Audigy cards. If MIDI subsystem is not compllete I'll stop this work. I'm going to do only card-specific

Re: MIDI

2003-04-02 Thread Peter Schultz
David Schultz wrote: Thus spake Thanjee Neefam <[EMAIL PROTECTED]>: I was very happy when compiling my 5.0 kernel. For the first time "device midi" compiled without giving any errors. This abnormal excitement only led to misery when I discovered after rebooting that there still

Re: MIDI

2003-03-31 Thread David Schultz
Thus spake Thanjee Neefam <[EMAIL PROTECTED]>: > I was very happy when compiling my 5.0 kernel. For the first time "device > midi" compiled without giving any errors. This abnormal excitement only > led to misery when I discovered after rebooting that there still was no &g

Re: MIDI

2003-03-31 Thread Friedemann Becker
I'm interrested in using MIDI on FreeBSD, too, but I have to tell you, that - as far as I found out - there has been midi support some time ago, but it's not included in the system/kernel anymore. There's probably some hope although, I don't find it, but I remember someone

MIDI

2003-03-31 Thread Thanjee Neefam
Hello, I am not sure if this is most appropriate here, but there is no sound-dev-current mailing list. I was very happy when compiling my 5.0 kernel. For the first time "device midi" compiled without giving any errors. This abnormal excitement only led to misery when I discovered after

RE: MIDI on SB Live! ?

2003-03-24 Thread Julian St.
Am Mo, 2003-03-24 um 14.02 schrieb Yuriy Tsibizov: > MIDI I/O should be almost the same between EMU10Kx cards... But I don't have any > MIDI devices (other than AudigyDrive remote control, it should act as a MIDI > controller on second MIDI port, AFAIK) to check it. I have seve

RE: MIDI on SB Live! ?

2003-03-24 Thread Yuriy Tsibizov
> From: Julian St. [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 3:26 PM > > > just out of curiosity: Is someone working in MIDI support for > > > Creative EMU10K1 > > > based sound cards (aka Soundblaster Live!) ? > > Nobody. Our target for n

RE: MIDI on SB Live! ?

2003-03-24 Thread Julian St.
Am Mo, 2003-03-24 um 07.47 schrieb Yuriy Tsibizov: > > just out of curiosity: Is someone working in MIDI support for > > Creative EMU10K1 > > based sound cards (aka Soundblaster Live!) ? > Nobody. Our target for nearest future is Audigy/Audigy2 support. >

RE: MIDI on SB Live! ?

2003-03-24 Thread Yuriy Tsibizov
> just out of curiosity: Is someone working in MIDI support for > Creative EMU10K1 > based sound cards (aka Soundblaster Live!) ? Nobody. Our target for nearest future is Audigy/Audigy2 support. Yuriy Tsibizov, http://chibis.persons.gfk.ru/audigy/ To Unsubscribe: send mail to [EMAIL

Re: MIDI on SB Live! ?

2003-03-22 Thread der_julian
Hello, no luck here either: http://www.opensound.com/readme/README.SBLive.html -> o EMU Wavetable MIDI synthesizer not yet supported The only thing that is (partially) working seems to be ALSA. Regards, Julian On 22-Mar-2003 Michael Nottebrock wrote: > On Friday 21 March 2003 21:01,

Re: MIDI on SB Live! ?

2003-03-22 Thread Mathew Kanner
On Mar 22, Michael Nottebrock wrote: > On Friday 21 March 2003 21:01, [EMAIL PROTECTED] wrote: > > just out of curiosity: Is someone working in MIDI support for Creative > > EMU10K1 based sound cards (aka Soundblaster Live!) ? > On and off, as far as I can tell. If you want MIDI

Re: Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread Michael Nottebrock
On Saturday 22 March 2003 16:15, Peter Schultz wrote: > OSS is on the outs. New applications that are ALSA only will soon be > common, won't they? No. In fact, there is quite an explosion in multimedia middleware projects right now and people are having heated discussions in other places which

Re: Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread Marcin Dalecki
Peter Schultz wrote: Michael Nottebrock wrote: On Saturday 22 March 2003 14:52, Peter Schultz wrote: [EMAIL PROTECTED] wrote: Hello, just out of curiosity: Is someone working in MIDI support for Creative EMU10K1 based sound cards (aka Soundblaster Live!) ? Regards, Julian Stecklina Having a

Re: Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread cameron grant
Having a port of ALSA would sure round out 5.2 nicely, and would get you MIDI support: http://www.alsa-project.org/ I think you wouldn't really do anyone a favour, including the ALSA folks, if you went and made a port right now. The ALSA project is still not at 1.00 status and still qui

Re: Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread Peter Schultz
Michael Nottebrock wrote: On Saturday 22 March 2003 14:52, Peter Schultz wrote: [EMAIL PROTECTED] wrote: Hello, just out of curiosity: Is someone working in MIDI support for Creative EMU10K1 based sound cards (aka Soundblaster Live!) ? Regards, Julian Stecklina Having a port of ALSA would sure

Re: MIDI on SB Live! ?

2003-03-22 Thread Michael Nottebrock
On Friday 21 March 2003 21:01, [EMAIL PROTECTED] wrote: > Hello, > > just out of curiosity: Is someone working in MIDI support for Creative > EMU10K1 based sound cards (aka Soundblaster Live!) ? On and off, as far as I can tell. If you want MIDI right now, take a look at what 4Front

Re: Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread Michael Nottebrock
On Saturday 22 March 2003 14:52, Peter Schultz wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > > > just out of curiosity: Is someone working in MIDI support for Creative > > EMU10K1 based sound cards (aka Soundblaster Live!) ? > > > > Regards, > > Jul

RE: Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread der_julian
Hello, > Having a port of ALSA would sure round out 5.2 nicely, and would get you > MIDI support: http://www.alsa-project.org/ Quote from this page: "Known bugs - MIDI on SB live drive not working properly." Seems MIDI is not a great priority anymore. But I would certainly g

Need ALSA [was: Re: MIDI on SB Live! ?]

2003-03-22 Thread Peter Schultz
[EMAIL PROTECTED] wrote: Hello, just out of curiosity: Is someone working in MIDI support for Creative EMU10K1 based sound cards (aka Soundblaster Live!) ? Regards, Julian Stecklina Having a port of ALSA would sure round out 5.2 nicely, and would get you MIDI support: http://www.alsa-project.org

MIDI on SB Live! ?

2003-03-21 Thread der_julian
Hello, just out of curiosity: Is someone working in MIDI support for Creative EMU10K1 based sound cards (aka Soundblaster Live!) ? Regards, Julian Stecklina To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Midi driver causes panic a la "Driver Mistake..."

2001-10-28 Thread Szilveszter Adam
Hello everybody, While the flamage rages on on cvs-all, I would like to report the second driver that does not pass the recently introduced warning-to-panic test because of driver mistake. It is the Midi driver (device midi and device seq) I have an SB 64 AWE ISA PnP card so I had these devices

Re: midi causes panic on boot? (update)

2001-03-26 Thread Szilveszter Adam
Hello Jim, On Sun, Mar 25, 2001 at 07:20:04PM -0500, Jim Bloom wrote: > I get a slightly different backtrace, but was able to use my palm pilot as the > serial console. I have had this same problem for quit a while (about a month). > I suspect a locking issue related to Seigo Tanimura's commit o

Re: midi causes panic on boot? (update)

2001-03-25 Thread Jim Bloom
to make > sure that I try today's sources first) > > device midi > device seq > > (my sound card is a ISAPnP SB 64 AWE) > > I use device sbc too. > > the kernel still panics with Fatal Trap 12. I have Seigo Tanimura's > fixes, and yet this still

Re: midi causes panic on boot? (update)

2001-03-25 Thread Szilveszter Adam
Hello folks, I have tried it with today's -CURRENT, and as soon as I try to boot a kernel with the options (this has occured also earlier but wanted to make sure that I try today's sources first) device midi device seq (my sound card is a ISAPnP SB 64 AWE) I use device sbc too.

Re: midi causes panic on boot? + entropy gatherer works fine

2001-03-14 Thread Seigo Tanimura
On Wed, 14 Mar 2001 00:49:53 -0800, Alex Zepeda <[EMAIL PROTECTED]> said: Alex> On Mon, Mar 12, 2001 at 04:38:50PM +0100, Szilveszter Adam wrote: >> I wonder if this is known? If not, I can certainly provide more >> information. The offending sound hw is a Creative SB 64 AWE ISAPnP card. It >>

Re: midi causes panic on boot? + entropy gatherer works fine

2001-03-14 Thread Alex Zepeda
On Mon, Mar 12, 2001 at 04:38:50PM +0100, Szilveszter Adam wrote: > I wonder if this is known? If not, I can certainly provide more > information. The offending sound hw is a Creative SB 64 AWE ISAPnP card. It > works fine otherwise. (as it always has) Yup I'm seeing this too. SMP kernel, AWE64

midi causes panic on boot? + entropy gatherer works fine

2001-03-12 Thread Szilveszter Adam
Hello everybody, I had been away for two weeks and after upgrading to the latest -CURRENT I noticed that leaving device midi (and maybe device seq, I did not test separately) in my kernel config file causes a Trap 12 with interrupts disabled on _mtx_lock_sleep+0x29a: movl 0x1a0(%edx),%eax

Re: midi panics

2001-02-27 Thread Seigo Tanimura
On Tue, 27 Feb 2001 22:53:06 +0900, "Daniel C. Sobral" <[EMAIL PROTECTED]> said: Daniel> I'm getting fatal trap 12 with interrupts disabled related to the midi Daniel> code during boot. Daniel> Backtrace is: Daniel> _mtx_lock_sleep+0x23a Daniel> mpu_u

midi panics

2001-02-27 Thread Daniel C. Sobral
I'm getting fatal trap 12 with interrupts disabled related to the midi code during boot. Backtrace is: _mtx_lock_sleep+0x23a mpu_uartmode+0x3e mpu_attach+0x25 mpusbc_attach+0x19 device_probe_and_attach+0x9a bus_generic_attach+0x16 sbc_attach+0x3ad device_probe_and_attach+0x9a isa_probe_chi

MP-safe midi(4) and sequencer callout priority

2001-02-21 Thread Seigo Tanimura
The patch at http://people.FreeBSD.org/~tanimura/patches/midimutex.diff.gz makes midi(4) MP-safe. With this patch, my kernel with WITNESS and INVARIANTS plays my favorite midi tunes just fine, except that the callout used by the midi sequencer gets delayed under a heavy load. As the sequencer

kernel hangs initializing Soundblaster AWE 64 midi driver

2001-01-27 Thread Farid Hajji
Hi, I'm tracking -CURRENT and build a kernel yesterday with the following options (edited): device sbc # Soundblaster Bridge-Code to pcm device pcm # PnP/PCI Sound Cards #device midi # Midi interfaces #device

PCM and Midi.

2000-04-23 Thread Bob Martin
Does anyone know when PCM will support midi? Thanks! Bob -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Newmidi updated (CS461x, GUS, pcm+midi, etc)

1999-10-25 Thread Seigo Tanimura
After a long absense, newmidi now supports CS461x/428x PCI Audio and GUS midi, with some bug fix. Both pcm and midi on an ISA PnP/ PCI card now work(for SB/GUS/CS461x). Microtimeout and APIC timer patches are separated from newmidi. Please follow the document at: http://www.freebsd.org

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer)

1999-07-09 Thread Bruce Evans
>this is problematic. > >you cannot add a new element before the pending firing because you can't >tell how far into the present trigger you are. This is not a problem for readable counters like the i8254. The problem for the i8254 is that reading and writing it takes a long time (perhaps 5 usec

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now worksunder New Midi Driver Framework with a Fine Timer)

1999-07-08 Thread Poul-Henning Kamp
Somebody should study the abilities of the on-cpu APIC for this for pentium ff. machines. In message <[EMAIL PROTECTED]>, Bruce Evans writes: >>dfr> If I understand this correctly, you are suggesting that we program timer0 >>dfr> so that we only take interrupts when a finetimer is due to fire?

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now worksunder New Midi Driver Framework with a Fine Timer)

1999-07-08 Thread Bruce Evans
>dfr> If I understand this correctly, you are suggesting that we program timer0 >dfr> so that we only take interrupts when a finetimer is due to fire? If so, >dfr> then it sounds very good. The idea of taking 6000+ interrupts/sec made me >dfr> uneasy, even though most would return without doing an

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now worksunderNew Midi Driver Framework with a Fine Timer)

1999-07-08 Thread Seigo Tanimura
1024hz) so the dfr> granularity of timing is better but probably not good enough for midi or dfr> pca. I agree. Seigo Tanimura <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer)

1999-07-07 Thread Julian Elischer
On Thu, 8 Jul 1999, Seigo Tanimura wrote: > > Ow, I thought it was in the mailing list archive, turned out not. > I will attach the paper below. Sorry for a long mail. > > > --- v --- cut here --- v --- > Unlike 16550, MPU401 does not generate an interrupt on TX-ready. > So we have to choose

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer)

1999-07-07 Thread Seigo Tanimura
On Wed, 7 Jul 1999 19:18:57 -0700 (PDT), Julian Elischer <[EMAIL PROTECTED]> said: >> Sorry, finetimer(9) is the new timer implemented in my latest midi driver. >> You can read the short paper describing the feature and principle in: >> >> Message-Id: <[EM

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer)

1999-07-07 Thread Julian Elischer
al > > > Sorry, finetimer(9) is the new timer implemented in my latest midi driver. > You can read the short paper describing the feature and principle in: > > Message-Id: <[EMAIL PROTECTED]> how do I read that? > > finetimer(9) has the same interface functions

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer)

1999-07-07 Thread Seigo Tanimura
On Wed, 7 Jul 1999 19:06:48 -0700 (PDT), Julian Elischer <[EMAIL PROTECTED]> said: julian> uh... julian> [phaser.whistle.com] 536 man 9 finetimer julian> No entry for finetimer in section 9 of the manual Sorry, finetimer(9) is the new timer implemented in my latest midi drive

Re: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer)

1999-07-07 Thread Julian Elischer
uh... [phaser.whistle.com] 536 man 9 finetimer No entry for finetimer in section 9 of the manual On Thu, 8 Jul 1999, Seigo Tanimura wrote: > Another idea has come to my mind... > > > pca(4) currently uses acquire_timer0(), which changes the timer > frequency directly, breaking finetimer(9)

Re: Call for Review: Voxware midi driver for serial ports

1999-05-02 Thread Gary Palmer
p...@originative.co.uk wrote in message ID : > The Acorn used a 6502. They went on to produce a box in the UK called the > BBC Computer. It was *way* ahead of it's time, I still have it in the > garage. Graphics resolutions that were better than the IBM PC that came > later, 3 channel sound capabil

RE: Call for Review: Voxware midi driver for serial ports

1999-05-02 Thread paul
: Re: Call for Review: Voxware midi driver for serial ports > > > From: Juergen Lock > Subject: Re: Call for Review: Voxware midi driver for serial ports > Date: Sun, 2 May 1999 02:15:00 +0200 > Message-ID: <19990502021500.a3...@saturn.kn-bremen.de> > > nox> On Tue,

Re: Call for Review: Voxware midi driver for serial ports

1999-05-01 Thread Seigo TANIMURA
From: Juergen Lock Subject: Re: Call for Review: Voxware midi driver for serial ports Date: Sun, 2 May 1999 02:15:00 +0200 Message-ID: <19990502021500.a3...@saturn.kn-bremen.de> nox> On Tue, Apr 20, 1999 at 10:27:35AM +0900, Seigo TANIMURA wrote: nox> > On Sun, 18 Apr 1999 22:1