Date: Mon, 23 Feb 2009 21:44:23 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/hal Makefile ports/sysutils/hal/files patch-config.h.in patch-configure patch-configure.in patch-consolekit03 patch-hald_freebsd_Makefile.am patch-hald_freebsd_Makefile.in patch-hald_freebsd_hf-devd.c patch-hald_freebsd_hf-devtree.c patch-hald_freebsd_hf-storage.h ... Message-ID: <200902232144.n1NLiNGk027776@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2009-02-23 21:44:23 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile sysutils/hal/files patch-consolekit03 patch-hald_freebsd_hf-devtree.c patch-hald_freebsd_hf-usb.c patch-hald_freebsd_probing_Makefile.am patch-hald_freebsd_probing_Makefile.in patch-hald_hf-storage.c Added files: sysutils/hal/files patch-config.h.in patch-configure patch-configure.in patch-hald_freebsd_Makefile.am patch-hald_freebsd_Makefile.in patch-hald_freebsd_hf-devd.c patch-hald_freebsd_hf-storage.h patch-hald_freebsd_hf-usb.h patch-hald_freebsd_hf-usb2.c patch-hald_freebsd_hf-usb2.h patch-hald_freebsd_osspec.c patch-hald_freebsd_probing_probe-usb2-device.c patch-hald_freebsd_probing_probe-usb2-interface.c Log: * Add support for usb2 in -CURRENT. * Fix processing of devd events. * Add support for the PART GEOM type. * Attempt to fix a race condition where a drive an be learned before its parent. This fix only works on 7.1, RELENG_7, and -CURRENT. Revision Changes Path 1.49 +1 -1 ports/sysutils/hal/Makefile 1.1 +12 -0 ports/sysutils/hal/files/patch-config.h.in (new) 1.1 +328 -0 ports/sysutils/hal/files/patch-configure (new) 1.1 +25 -0 ports/sysutils/hal/files/patch-configure.in (new) 1.2 +0 -21 ports/sysutils/hal/files/patch-consolekit03 1.1 +14 -0 ports/sysutils/hal/files/patch-hald_freebsd_Makefile.am (new) 1.1 +117 -0 ports/sysutils/hal/files/patch-hald_freebsd_Makefile.in (new) 1.1 +46 -0 ports/sysutils/hal/files/patch-hald_freebsd_hf-devd.c (new) 1.3 +14 -4 ports/sysutils/hal/files/patch-hald_freebsd_hf-devtree.c 1.1 +13 -0 ports/sysutils/hal/files/patch-hald_freebsd_hf-storage.h (new) 1.3 +28 -3 ports/sysutils/hal/files/patch-hald_freebsd_hf-usb.c 1.1 +10 -0 ports/sysutils/hal/files/patch-hald_freebsd_hf-usb.h (new) 1.1 +290 -0 ports/sysutils/hal/files/patch-hald_freebsd_hf-usb2.c (new) 1.1 +40 -0 ports/sysutils/hal/files/patch-hald_freebsd_hf-usb2.h (new) 1.1 +22 -0 ports/sysutils/hal/files/patch-hald_freebsd_osspec.c (new) 1.2 +35 -8 ports/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.am 1.2 +86 -13 ports/sysutils/hal/files/patch-hald_freebsd_probing_Makefile.in 1.1 +201 -0 ports/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-device.c (new) 1.1 +138 -0 ports/sysutils/hal/files/patch-hald_freebsd_probing_probe-usb2-interface.c (new) 1.2 +213 -4 ports/sysutils/hal/files/patch-hald_hf-storage.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232144.n1NLiNGk027776>