Re: merge coming soon: jmcneill-usbmp

2012-06-05 Thread Hans Petter Selasky
On Tuesday 05 June 2012 19:59:08 matthew green wrote: - usbd_bus_methods{} gains a get_lock() to enable the host controller to provide a lock for the USB code. if the lock isn't provided, old-style protection is (partially) applied. It

Re: take 2: MI overrides of bus_dma(9), bus_space(9), pci(9)

2010-04-08 Thread Hans Petter Selasky
On Thursday 08 April 2010 02:10:28 David Young wrote: I would like for MI drivers to be able to override pci(9), bus_space(9), and bus_dma(9) behavior for the purpose of handling exceptions, managing bus resources, creating test harnesses, and counting events. Matt Thomas nudged me in some

Kernel loadable modules and missing symbols

2010-02-05 Thread Hans Petter Selasky
Hi, A kernel loadable module suggestion from me: It would be nice if missing symbols could be printed to dmesg when loading modules under NetBSD 5.x. This helps debugging problems. --HPS

NetBSD 5.0.1 and kmods

2010-01-30 Thread Hans Petter Selasky
Hi, I'm having some minor trouble upgrading my I4B software to use the new bsd.kmodule.mk and associated i4b.kmod output. 1) How can I dynamically load such a module at runtime? I tried to edit boot.cfg and add load i4b. It prints out during boot: Loaded i4b But the callbacks in my code (see