Re: Running OpenBSD on Raspberry Pi

2013-01-16 Thread Doug Brewer
On Sat, Jan 12, 2013 at 4:59 AM, Patrick Wildt wrote: > Hello, > > I'm currently working on porting OpenBSD to the Freescale i.MX6, an ARM > Cortex-A9 (1-4 cores). > It is already supporting USB and SDMMC, works like a charm. > The i.MX6 itself got some interesting features like PCIe, SATA and Gig

Re: Running OpenBSD on Raspberry Pi

2012-12-31 Thread Doug Brewer
On Mon, Dec 31, 2012 at 12:13 AM, Tobias Ulmer wrote: > On Sun, Dec 30, 2012 at 05:01:23PM +0100, KarlOskar Rikås wrote: >> Hi, I wonder if it's possible to run OpenBSD on Raspberry Pi. >> >> Is there any image ready for putting on my SD card and boot up? If not, is >> there any manual or guide ho

C question

2011-11-09 Thread Doug Brewer
Hello, I have the following lines in C: struct foo *bar[10]; If I want to clear out that structure, should I use memset(bar, 0, sizeof(bar)); or memset(bar, 0, sizeof(*bar)); Thank you.

Re: bcw(4) is gone

2007-04-10 Thread Doug Brewer
Reyk Floeter <[EMAIL PROTECTED]> wrote: On Tue, Apr 10, 2007 at 12:19:29PM +0200, frantisek holop wrote: > if someone is still reading the thread... > lalalala Is it funny? Fuck off!!! lalalala

Does OpenBSD support Samsung s3c2410 cpu?

2006-05-11 Thread Doug Brewer
Hello, I have one smdk2410 eval board. That board include Samsung S3C2410 arm920t cpu. Since OpenBSD supports arm architecture, don't know OpenBSD supports that board or not. If not, anyone considers porting OpenBSD to smdk2410? Thanks. Warm regards, Doug.

OpenBSD libusb question

2005-12-27 Thread Doug Brewer
Hello, I want to send a report 0x02 to my usb device, and using interrupt to get usb data. Would you tell me how to do this? thanks in advance. Regards, doug.