Re: USB Mass Storage with rump

2015-09-24 Thread Samuel Thibault
Olaf Buddenhagen, le Thu 24 Sep 2015 00:11:26 +0200, a écrit : > On Sat, Sep 19, 2015 at 10:59:39AM +0200, Samuel Thibault wrote: > > > It'd probably be easy to make ext2fs open a device node, just like we > > made pfinet do it. > > As I already mentioned on IRC, I don't think we should emulate M

Re: Sound translator / PCI device handling

2015-09-24 Thread Antti Kantee
On 23/09/15 21:49, Olaf Buddenhagen wrote: IMO the right way to do device drivers in a hosted environment is to have one entity which decides which servers see which devices and just let the servers attach to all devices they see. From what I gathered from Robert's and your explanations, it so

Re: USB Mass Storage with rump

2015-09-24 Thread Robert Millan
El 24/09/15 a les 00:05, Olaf Buddenhagen ha escrit: Instead, you could run a Rump instance with USB mass storage only which uses libusb as backend rather than its own *HCI driver (but that requires some coding work as it's currently not implemented ;-)) Yeah, I guess that's the price to pay if

Re: Sound translator

2015-09-24 Thread Robert Millan
El 23/09/15 a les 23:56, Olaf Buddenhagen ha escrit: On Sat, Sep 19, 2015 at 10:52:01AM +0200, Robert Millan wrote: So if you wanted Sun audio, then yes it's a 1:1 wrapper. Otherwise you have to convert. That's a bummer. I was assuming that all BSDs -- and by extension, Rump -- use OSS... It

Re: Full-time developer available

2015-09-24 Thread Justus Winter
Hi Bruno, Quoting Bruno Félix Rezende Ribeiro (2015-09-16 05:47:57) > I'm interested in USB support. I'd like to aim mass storage devices at > first. I'd love to see IDE/SATA drivers as a byproduct or first step of your work. Justus signature.asc Description: signature

Re: (Newbie question) Failed building hurd on Debian GNU Hurd

2015-09-24 Thread Braione Pietro
Hello Samuel. Il giorno 15/set/2015, alle ore 17:28, Samuel Thibault mailto:samuel.thiba...@gnu.org>> ha scritto: Hello, Braione Pietro, le Tue 15 Sep 2015 12:31:16 +, a écrit : ../libports/libports.so: undefined reference to `mach_port_set_protected_payload’ ../libports/libports.so: undefi

Re: (Newbie question) Failed building hurd on Debian GNU Hurd

2015-09-24 Thread James Clarke
That’s an issue with the current Hurd repo on Savannah. You need this patch http://darnassus.sceen.net/gitweb/teythoon/packaging/hurd.git/blob/HEAD:/debian/patches/proc-task-notify-0005-proc-fix-build.patch, from what I gather (at least it fixes it for me). James > On 24 Sep 2015, at 13:50, Bra

Re: Fwd: Re: lib/50276: [PATCH] Portability fixes for ossaudio.c

2015-09-24 Thread Robert Millan
Hi Antti, Adding bug-hurd to CC since some of the issues may concern them. El 24/09/15 a les 16:02, Antti Kantee ha escrit: On 24/09/15 10:43, Robert Millan wrote: FYI: https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50276 If Hurd soundcard.h is missing those defines, doesn't it

Re: Fwd: Re: lib/50276: [PATCH] Portability fixes for ossaudio.c

2015-09-24 Thread Samuel Thibault
Hello, Robert Millan, le Thu 24 Sep 2015 20:09:27 +0200, a écrit : > >Why isn't adding the missing defines to the Hurd soundcard.h possible? > > Not just possible but also desirable IMHO. It may still be impossible at the moment actually. The SNDCTL_DSP_MAPINBUF and SNDCTL_DSP_MAPOUTBUF ioctls