History log of /netbsd-src/sys/rump/dev/lib/libusb/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# 4e8e6643 23-Apr-2016 skrll <skrll@NetBSD.org>

Merge nick-nhusb

- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debu

Merge nick-nhusb

- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debug
- FS/LS isoc support on ehci(4).
- conversion to kmem(9)
- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
- interrupt transfers now get proper DMA operations
- general bug fixes
- kern/48308
- uhub status notification improvements
- umass(4) probe fix (applied to HEAD already)
- ohci(4) short transfer fix

show more ...


# eda4460d 16-Nov-2015 pooka <pooka@NetBSD.org>

Use IOCONF #define to determine component name.

Avoids having to manually retype info already in .ioconf.

Also, COMPONENT_SIMPLE -> RUMP_COMPONENT=simple. That way, we can add
other attributes whe

Use IOCONF #define to determine component name.

Avoids having to manually retype info already in .ioconf.

Also, COMPONENT_SIMPLE -> RUMP_COMPONENT=simple. That way, we can add
other attributes where necessary. As "future directions", the "ioconf"
attribute for RUMP_COMPONENT can just be removed when a driver is
converted to modular and has a proper modcmd.

show more ...


# 4ff6638b 11-Nov-2015 pooka <pooka@NetBSD.org>

Make it easier to create rump kernel components, part 1.

Reduce copypasteware for the component constructors. If a constructor
calls only config_init_component(), handle it from a common source fil

Make it easier to create rump kernel components, part 1.

Reduce copypasteware for the component constructors. If a constructor
calls only config_init_component(), handle it from a common source file
instead of copying the same(ish) file around to every component.

show more ...


# b2b6f260 19-Oct-2015 pooka <pooka@NetBSD.org>

Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users


# db2a65b8 24-Aug-2015 pooka <pooka@NetBSD.org>

continue consolidating non-modular option files


# 1e2e59a6 20-May-2015 pooka <pooka@NetBSD.org>

Rename usb_at_ugenhc.c to the more generic usb_at_hc.c now that
host controllers beyond ugenhc are attached.


# df0e963b 31-Jan-2011 christos <christos@NetBSD.org>

enable this for amd64 too.


# a0cc35fc 05-Dec-2010 pooka <pooka@NetBSD.org>

include usb_verbose in the component (at least for the time being)


# e5fc54d8 08-Mar-2010 pooka <pooka@NetBSD.org>

Use config pseudo-root keyword instead of monolithic configurations
starting from root.


# 643ba90b 16-Feb-2010 pooka <pooka@NetBSD.org>

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Ma

Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.

show more ...


# 8b36ef68 12-Feb-2010 pooka <pooka@NetBSD.org>

I forgot I didn't fix kern/40505 yet, and hence using delay()/DELAY()
in rumps is hard due to some archs having a colorful idea of what
they should be like. So temporarily disable build of component

I forgot I didn't fix kern/40505 yet, and hence using delay()/DELAY()
in rumps is hard due to some archs having a colorful idea of what
they should be like. So temporarily disable build of components
using those for non-i386 (use the no-need-to-mess-with-setlists
approach).

show more ...


# a7334989 11-Feb-2010 pooka <pooka@NetBSD.org>

Move a bunch of rump components from dev/wip to dev/lib now that
they've reached a certain maturity.