cvs commit: ports/sysutils/hal Makefile distinfo ports/sysutils/hal/files patch-hald_freebsd_addons_addon-storage.c patch-hald_freebsd_hf-scsi.c

2008-05-18 Thread Joe Marcus Clarke
marcus 2008-05-19 06:24:44 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo sysutils/hal/files patch-hald_freebsd_addons_addon-storage.c Removed files: sysutils/hal/files patch-hald_freebsd_hf-scsi.c Log: Update to 0.5.11.

cvs commit: ports/sysutils/hal Makefile distinfo

2008-02-03 Thread Joe Marcus Clarke
marcus 2008-02-03 16:53:53 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20080203. Do not assume a cdb length of 16. Instead, set it according to the size of the data being requested. Submitted by: kan

cvs commit: ports/sysutils/hal Makefile distinfo

2007-12-24 Thread Joe Marcus Clarke
marcus 2007-12-24 19:42:03 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: * 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

cvs commit: ports/sysutils/hal Makefile distinfo

2007-12-22 Thread Joe Marcus Clarke
marcus 2007-12-22 21:58:13 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to 20071222 which allows hal to build on 6.0. PR: 118936 Submitted by: Alex Stangl <[EMAIL PROTECTED]> Revision ChangesPath

cvs commit: ports/sysutils/hal Makefile distinfo

2007-12-16 Thread Joe Marcus Clarke
marcus 2007-12-16 20:31:22 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Fix the build on 5.X. Reported by:pointyhat via pav Revision ChangesPath 1.28 +2 -2 ports/sysutils/hal/Makefile 1.14 +3 -3

cvs commit: ports/sysutils/hal Makefile distinfo

2007-12-15 Thread Joe Marcus Clarke
marcus 2007-12-15 18:03:54 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20071215. * Remove dependency on isoinfo, and detect disc type internally. [1] * Adapt patch from Linux's hal backend to add media change

cvs commit: ports/sysutils/hal Makefile distinfo

2007-09-09 Thread Joe Marcus Clarke
marcus 2007-09-09 22:08:19 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20070909. * Add support for ext3 file systems [1] * Reopen the devd socket if devd restarts Submitted by: Raaf <[EMAIL PROTECTED]>

cvs commit: ports/sysutils/hal Makefile distinfo

2007-04-02 Thread Joe Marcus Clarke
marcus 2007-04-03 06:24:48 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20070403. * Add a new utility function, hf_str_no_slashes(), that converts '/' into '_' for purposes of UDI constructions. UDI path co

cvs commit: ports/sysutils/hal Makefile distinfo

2007-03-24 Thread Joe Marcus Clarke
marcus 2007-03-24 20:47:21 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: * Power down the system rather than simply shutting it down. [1] * Avoid an infinite loop with buggy PCI firmwares [2] [3] * While here, simplify the PCI probi

cvs commit: ports/sysutils/hal Makefile distinfo

2007-02-10 Thread Joe Marcus Clarke
marcus 2007-02-10 21:17:01 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20070210. * Fix an assertion in hal-device [1] * Fix detection of disc volumes on FreeBSD 5.X * Fix the mapping of SCSI to atapi device

cvs commit: ports/sysutils/hal Makefile distinfo

2007-01-04 Thread Joe Marcus Clarke
marcus 2007-01-05 03:58:26 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20070104. * If atapicam is enabled, use the CAM device node instead of the ATAPI device node to access disc devices. The previous beha

cvs commit: ports/sysutils/hal Makefile distinfo

2006-12-24 Thread Joe Marcus Clarke
marcus 2006-12-25 03:38:47 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20061224. * Fix support for ATAPI devices under FreeBSD 5.X [1] * Add more mount options for FAT and NTFS file systems A special tha

cvs commit: ports/sysutils/hal Makefile distinfo pkg-plist

2006-12-17 Thread Joe Marcus Clarke
marcus 2006-12-17 20:19:17 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo pkg-plist Log: Update to snapshot 20061217. * Fix some 64-bit compile warnings * Turn two assertions into additional conditional checks to prevent potential

cvs commit: ports/sysutils/hal Makefile distinfo pkg-plist

2006-11-16 Thread Joe Marcus Clarke
marcus 2006-11-17 06:39:25 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo pkg-plist Log: Update to snapshot 20661117. * Account for ACPI BIOSes that report a rate of 0x while they are still initializing (adapted from the HAL linu

cvs commit: ports/sysutils/hal Makefile distinfo

2006-11-07 Thread Joe Marcus Clarke
marcus 2006-11-07 22:16:04 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20061107. * Use the system libvolume_id * Fix some bashims in the configure script * Merge the latest HAL ids code from HAL git * Add

cvs commit: ports/sysutils/hal Makefile distinfo

2006-11-02 Thread Joe Marcus Clarke
marcus 2006-11-02 22:56:15 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: Update to snapshot 20061102. * The volume probing helper can take up to a minute to run the isoinfo command against data DVDs, so bump the timeout up to 6

cvs commit: ports/sysutils/hal Makefile distinfo ports/sysutils/hal/files patch-tools_hal-device.c patch-tools_lshal.c

2006-10-30 Thread Joe Marcus Clarke
marcus 2006-10-31 03:15:29 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Removed files: sysutils/hal/files patch-tools_hal-device.c patch-tools_lshal.c Log: Update to the 20061030 snapshot which contains su