New USB driver API, now on NetBSD 3.0

2006-02-28 Thread Hans Petter Selasky
Hi, I just want to let you know that my new USB driver is now compiling and working on NetBSD 3.0. The first goal of my driver is to get the USB drivers out of Giant/spl. Another goal is that NetBSD and FreeBSD should share some device drivers line by line, without any #ifdefs nor macros.

Re: New USB driver API, now on NetBSD 3.0

2006-02-28 Thread Julian Elischer
Hans Petter Selasky wrote: Hi, I just want to let you know that my new USB driver is now compiling and working on NetBSD 3.0. The first goal of my driver is to get the USB drivers out of Giant/spl. Another goal is that NetBSD and FreeBSD should share some device drivers line by line,