ulpt firmware for HP LaserJet (was: Re: add usb quirk to attach foo2zjs printers as ugen)

2013-01-27 Thread Stefan Sperling
On Fri, Jan 25, 2013 at 04:00:51PM +0100, Martin Pieuchot wrote: > What about modifying ulpt(4) to upload the correct firmware like > uvideo(4) does? I've done this, and the printer now works out of the box with lpd(8), as long as the foo2zjs port is used as a filter: $ cat /etc/printcap

Re: PATCH: merge.c white space cleanup

2013-01-27 Thread Tobias Ulmer
On Thu, Jan 24, 2013 at 09:37:33PM +0200, Ville Valkonen wrote: > Hi, > > save a few precious bytes by removing unnecessary white spaces from > libc/merge.c. Please send diffs inline, it's a lot easier to review. Usually whitespace diffs are not that well liked, they make for annoying difference

Re: WPA Enterprise on OpenBSD

2013-01-27 Thread Stuart Henderson
On 2013/01/27 17:33, Stuart Henderson wrote: > I will merge this with my port diff to update to 2.0 and send out a diff soon. I haven't tested WPA enterprise, but I have tested wired authentication with this version (TP-Link switch / MD5 / freeradius). I made a start at enabling the privilege sep

Re: WPA Enterprise on OpenBSD

2013-01-27 Thread Stuart Henderson
I will merge this with my port diff to update to 2.0 and send out a diff soon. Mark Kettenis wrote: >The recent rantings on misc@ made me look at getting this to work once >more. And this time I got it to work, sortof. The approach uses >wpa_supplicant, but since the OpenBSD net80211 stack tak

Re: WPA Enterprise on OpenBSD

2013-01-27 Thread Gregor Best
I just rolled an update to the wpa_supplicant port that updates it to 2.0 and includes your patch. I'm trying it out right now but it seems to work flawlessly. Thanks a lot for the work :) -- Gregor Best

beaglebone JTAG (FT2232H)

2013-01-27 Thread Raphael Graf
The diff below makes the jtag and serial interfaces of the beaglebone (FT2232H) work simultaneously. This is how the beaglebone shows up: uhub8 at uhub0 port 1 "Standard Microsystems product 0x2412" rev 2.00/b.b2 addr 3 uftdi0 at uhub8 port 1 configuration 1 interface 1 "FTDI BeagleBone/XDS100V2"

WPA Enterprise on OpenBSD

2013-01-27 Thread Mark Kettenis
The recent rantings on misc@ made me look at getting this to work once more. And this time I got it to work, sortof. The approach uses wpa_supplicant, but since the OpenBSD net80211 stack takes care of most of the key management (including the so-called 4-way handshake) we only really need it to

Re: [PATCH] Support for virtio random device

2013-01-27 Thread Damien Miller
On Fri, 25 Jan 2013, Stefan Fritsch wrote: > Hi, > > qemu 1.3 has added a virtio entropy device. Here is a driver for it. > Comments? > OKs? > > As the entropy reserve of the host may not be unlimited, the OpenBSD guest > should only ask for entropy when it actually needs it. Would it make sense