Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | 2013-11-10 | 1 | -3/+1 | |
| | | | | Okay mpi@ | ||||
* | Get rid of various 'typedef struct' definitions and use plain structure | 2013-04-15 | 1 | -5/+5 | |
| | | | | | | | | | definitions instead. We don't change usb.h for now to stay compatible with userland. Tested by mpi@ on macppc and myself on i386. ok mpi@ | ||||
* | Dont "#ifdef DIAGNOSTICS" out umidi_jack->intr. | 2012-09-02 | 1 | -3/+1 | |
| | | | | | | Unbreaks compilation with no DIAGNOSTICS defined. From Artturi Alm <artturi.alm at gmail.com>. Thanks | ||||
* | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | 2012-03-30 | 1 | -2/+2 | |
| | | | | | | | just return and make the midi(4) driver retry later. UART buffers are large enough for this, except eap(4) which uses interrupts for output. help from and ok jsg@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | Mechanical removal of USBBASEDEVICE. No binary change. | 2007-06-06 | 1 | -2/+2 | |
| | | | | | | Tested by thib and myself. ok mbalmer jsg | ||||
* | Add optional flush method to MIDI hardware interface. | 2006-04-07 | 1 | -8/+12 | |
| | | | | | | | Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov. | ||||
* | Part of Alexandre Ratchov's last umidi diff that should have been committed. | 2005-09-07 | 1 | -2/+4 | |
| | | | | pointed out by reyk@ | ||||
* | better midi stuff from alex@caoua.org | 2004-06-27 | 1 | -19/+8 | |
| | |||||
* | sync with NetBSD | 2002-11-11 | 1 | -2/+2 | |
| | |||||
* | no , after last element in a enum | 2002-09-08 | 1 | -2/+2 | |
| | |||||
* | update $NetBSD$ tags | 2002-07-25 | 1 | -2/+2 | |
| | |||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -3/+3 | |
| | |||||
* | add usb midi support. | 2002-06-11 | 1 | -0/+138 | |
| | | | | | untested From NetBSD | ||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -138/+0 | |
| | |||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -0/+138 | |