--- wikisrc/projects/ideas.mdwn 2015/02/15 04:34:36 1.3 +++ wikisrc/projects/ideas.mdwn 2017/10/17 19:36:48 1.6 @@ -43,8 +43,6 @@ applicant. 1. *difficult* Write new DTrace provider for watching locks(lockdebug), userspace or any other from available ones -1. SCTP support - 1. Change keyboard drivers to emit USB scancodes in event mode so for example ADB or Sun keyboards can coexist with things like USB keypads on the same mux and we don't need a separate InputDevice section in xorg.conf for each. This should be relatively easy. 1. Port FreeBSD's DAHDI implementation to NetBSD, so that Asterisk on NetBSD will have hardware support. FreeBSD's DAHDI implementation is SMP, so this isn't a simple port. Also, just about every FreeBSD kernel API related to device drivers and modules are different from the NetBSD equivalent meaning that one needs to basically know both kernels. @@ -57,6 +55,13 @@ applicant. 1. Update zfs pool to version 5000. +1. Add MI interface for IEEE 802.3 Clause 45 MDIO access. + +1. IEEE 802.3az(Energy Efficiency Ethernet(EEE)) support. + +1. Add Support dot3 MIB. + + # Userspace Projects 1. a Java implementation we can use across all netbsd platforms @@ -87,6 +92,8 @@ applicant. 1. Stack Backtrace Library - Write a library that the kernel debugger and return_address(9) can use to walk down the call stack. Use the technique that [David Laight](mailto:dsl@NetBSD.org) recommends: TBD. +1. Daily autotest system for ARM + # pkgsrc projects 1. Modular libtool: rewrite libtool replacement that is faster and more convenient to maintain, so that one can add compilers to it without rebuilding the whole package.