[PATCH] Minor spelling error in sound/pci/hda

2013-02-14 Thread Matt Burke
Only a simple spelling error, but it's been driving me nuts... --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -557,7 +557,7 @@ hdaa_presence_handler(struct hdaa_widget *w) HDA_BOOTVERBOSE( if (connected || old != 2) {

[PATCH] USB power usage reporting

2013-02-14 Thread Matt Burke
The following patch adds the ability to read power draw on usb devices. I have used ioctl 135. I don't know what the protocol is for assigning numbers, so this may be unacceptable? ugen is patched to export the data via ioctl libusb20 and usbconfig are patched to make use of it (end-of-line):

[patch] Userland DTrace

2013-02-08 Thread Matt Burke
I've been spending some time trying to get the fasttrap provider to work on FreeBSD without panicing. I believe I have succeeded, at least to the point where it's no longer panicing. There were two panic causes. The first was http://www.freebsd.org/cgi/query-pr.cgi?pr=165541 - the FreeBSD port of

Re: installworld failure due to cross-device links

2013-01-11 Thread Matt Burke
On 01/02/13 13:26, Nathan Whitehorn wrote: Thanks for the patch! I've committed it (slightly modified) as r244958. I haven't taken any action on the chgrp/chown issue, though. Similarly, 'make distribution' fails when /root is a separate filesystem: cd /usr/src/etc/root; install -o root -g

Re: ZFS boot fails with two pools

2011-07-11 Thread Matt Burke
On 07/06/11 16:44, Berczi Gabor wrote: For some reason FreeBSD can't boot automatically: ... I have two pools, pool2 which is a mirrored zpool, and data being a raid-z pool. Note how the default should be pool2:/boot/zfsloader. How can I fix this? The following applies to 8-STABLE from