diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-24 19:42:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-24 19:42:03 +0000 |
commit | 6bc7b389776cde7d5df9bd0ecec3ceae1e45907f (patch) | |
tree | 0823e4d1219a3086698179da21ec482f9e8331be /sysutils/hal | |
parent | 328152dcadc13cea3b8fcb9ed37f5e51b7060696 (diff) | |
download | ports-6bc7b389776cde7d5df9bd0ecec3ceae1e45907f.tar.gz ports-6bc7b389776cde7d5df9bd0ecec3ceae1e45907f.zip |
* Make sure all PCI buses are probed
* Be gentler when probing removable media USB and SCSI devices as to not
spam the console with media read failures where there is no media inserted.
This will aleviate the problem with USB/SCSI floppy drives and card
readers. [1]
Submitted by: Andriy Gapon <avg@icyb.net.ua> [1]
Notes
Notes:
svn path=/head/; revision=204456
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index d3aded670697..91606976f2c9 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTKDOC="false" HALVERSION= 0.5.8 -SNAPVERSION= 20071222 +SNAPVERSION= 20071224 .if !defined(HAL_SLAVE) USE_RC_SUBR= hald diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo index 7fbf0ea2691e..ca6761a20bcd 100644 --- a/sysutils/hal/distinfo +++ b/sysutils/hal/distinfo @@ -1,3 +1,3 @@ -MD5 (hal-0.5.8.20071222.tar.bz2) = 59ca16329bdff43dedf76a30d1c48fed -SHA256 (hal-0.5.8.20071222.tar.bz2) = 9b629c08268246ec2b8cda13d5731dd3104af9d00f02ada6eaf7d4a3354de526 -SIZE (hal-0.5.8.20071222.tar.bz2) = 1366465 +MD5 (hal-0.5.8.20071224.tar.bz2) = e2f563bf6f313b98b4e00491f3cb571a +SHA256 (hal-0.5.8.20071224.tar.bz2) = b1620e1a82124ef39d5b11eb1cf529f71bf3c92520836277a9f8dc2f35139920 +SIZE (hal-0.5.8.20071224.tar.bz2) = 1366761 |