Re: Audio device mmap and kevents

2019-01-28 Thread Tetsuya Isaki
At Sun, 27 Jan 2019 13:30:51 - (UTC), Michael van Elst wrote: > >So how about this? > >I confirmed that both mpv and mplayer worked fine on netbsd-8. > ># I didn't test recording, though. > > looks good to me. Can you test recording? I will try it. (I need to setup) I will commit GETOSPACE

kernel frameworks for jumbo frame

2019-01-28 Thread Rin Okuyama
Hi, I'm working on jumbo frame support for axen(4) and mue(4). However, unfortunately, I find that we do not have proper kernel frameworks for jumbo frame; there are two problems: (1) We do not have external mbuf cluster capable for receiving jumbo frames. We need to use m_devget(9) [ale(4),

Re: ppb(4) related changes

2019-01-28 Thread Jonathan A. Kollasch
On Mon, Jan 28, 2019 at 07:34:29PM +0900, Masanobu SAITOH wrote: > Hi. > > I'm now working to modify PCI bridge stuff. I'd like to do the following > two modifications: > > 0) ppbreg.h definitions > > All of PCI configuration space's register definitions are in pcireg.h > The

ppb(4) related changes

2019-01-28 Thread Masanobu SAITOH
Hi. I'm now working to modify PCI bridge stuff. I'd like to do the following two modifications: 0) ppbreg.h definitions All of PCI configuration space's register definitions are in pcireg.h The ppbreg.h file also defines the same config registers. I think it's good to remove