Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 19:08:09 -0800 (PST)
From:      Brian Gruber <knightbg@yahoo.com>
To:        freebsd-gnome@freebsd.org
Subject:   problems with hal and removable media
Message-ID:  <475890.78382.qm@web32403.mail.mud.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi,

Like I guess a number of others, I've been having
problems with removable media and hal.

I've tried both a USB flash drive and a CD, neither
work. Mounting them in nautilus, the flash drive just
gives a message saying "cannot mount volume" while the
CD tells me I'm "not privileged." Going to the command
line...

First I tried the flash drive at /dev/da0:
---
bgruber@calvin:~>gnome-mount -v -t -d /dev/da0
gnome-mount 0.4
libhal-storage.c 1330 : INFO: called
LIBHAL_FREE_DBUS_ERROR but dbusError was not set.
libhal-storage.c 1273 : INFO: called
LIBHAL_FREE_DBUS_ERROR but dbusError was not set.
libhal-storage.c 1274 : INFO: called
LIBHAL_FREE_DBUS_ERROR but dbusError was not set.

** (gnome-mount:1262): WARNING **: Drive /dev/da0 does
not contain media.
---

And then I tried /dev/da0s1 (i'm not sure which one
nautilus is doing):
---
bgruber@calvin:~>gnome-mount -v -t -d /dev/da0s1 
gnome-mount 0.4
libhal-storage.c 1330 : INFO: called
LIBHAL_FREE_DBUS_ERROR but dbusError was not set.
** (gnome-mount:1263): DEBUG: Mounting
/org/freedesktop/Hal/devices/volume_uuid_18E2_2763
with mount_point='BRIANGRUBER', fstype='',
num_options=0

** (gnome-mount:1263): WARNING **: Mount failed for
/org/freedesktop/Hal/devices/volume_uuid_18E2_2763
org.freedesktop.Hal.Device.UnknownError : An
unexpected error occured
---

As for the CD (the volume name on the cd is Choosy):
---
bgruber@calvin:~>gnome-mount -v -t -h
/org/freedesktop/Hal/devices/volume_label_Choosy
gnome-mount 0.4
** (gnome-mount:1274): DEBUG: Mounting
/org/freedesktop/Hal/devices/volume_label_Choosy with
mount_point='Choosy', fstype='', num_options=0

** (gnome-mount:1274): WARNING **: Mount failed for
/org/freedesktop/Hal/devices/volume_label_Choosy
org.freedesktop.Hal.Device.Volume.PermissionDenied :
Device /dev/acd0 is listed in /etc/fstab. Refusing to
mount.
---

So I tried commenting the cdrom's line out of my
fstab. Now...
---
bgruber@calvin:~>gnome-mount -v -t -h
/org/freedesktop/Hal/devices/volume_label_Choosy
gnome-mount 0.4
** (gnome-mount:1291): DEBUG: Mounting
/org/freedesktop/Hal/devices/volume_label_Choosy with
mount_point='Choosy', fstype='', num_options=0

** (gnome-mount:1291): WARNING **: Mount failed for
/org/freedesktop/Hal/devices/volume_label_Choosy
org.freedesktop.Hal.Device.UnknownError : An
unexpected error occured
---

Requested files/command output follows...
>uname -a
FreeBSD calvin 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10
#0: Sat Oct 14 21:29:51 EDT 2006    
root@calvin:/usr/obj/usr/src/sys/CALVIN  i386

> fstab
# Device                Mountpoint      FStype 
Options         Dump    Pass#
/dev/ad0s1b             none            swap    sw    
         0       0
/dev/ad0s1a             /               ufs     rw    
         1       1
/dev/ad0s1e             /tmp            ufs     rw    
         2       2
/dev/ad0s1f             /usr            ufs     rw    
         2       2
/dev/ad0s1d             /var            ufs     rw    
         2       2
/dev/acd0               /cdrom          cd9660 
ro,noauto       0       0
/dev/acd1               /cdrom1         cd9660 
ro,noauto       0       0
/dev/fd0                /floppy         msdosfs
rw,noauto       0       0
proc                    /proc           procfs  rw    
         0       0
/dev/ad1s1      /usr/home/bgruber/media ext2fs  rw    
         2       2
linproc         /compat/linux/proc      linprocfs     
 rw      0       0

> lshal
Dumping 73 device(s) from the Global Device List:
-------------------------------------------------
udi = '/org/freedesktop/Hal/devices/computer'
  info.callouts.add =
{'hal-system-storage-cleanup-mountpoints'} (string
list)
 
org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths
= {'hal-system-power-suspend',
'hal-system-power-hibernate',
'hal-system-power-shutdown',
'hal-system-power-reboot',
'hal-system-power-set-power-save'} (string list)
 
org.freedesktop.Hal.Device.SystemPowerManagement.method_signatures
= {'i', '', '', '', 'b'} (string list)
 
org.freedesktop.Hal.Device.SystemPowerManagement.method_names
= {'Suspend', 'Hibernate', 'Shutdown', 'Reboot',
'SetPowerSave'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.SystemPowerManagement'}
(string list)
  info.addons = {'hald-addon-acpi'} (string list)
  system.product = '830782U'  (string)
  system.vendor = 'IBM'  (string)
  smbios.chassis.type = 'Mini Tower'  (string)
  smbios.chassis.manufacturer = 'IBM'  (string)
  smbios.system.uuid =
'589D2985-9AA9-3498-B35D-5884D605B978'  (string)
  smbios.system.serial = 'KLHXD3M'  (string)
  smbios.system.version = 'Not Specified'  (string)
  smbios.system.product = '830782U'  (string)
  smbios.system.manufacturer = 'IBM'  (string)
  smbios.bios.release_date = '11/11/2003'  (string)
  smbios.bios.version = '24KT50AUS'  (string)
  smbios.bios.vendor = 'IBM'  (string)
  power_management.can_suspend_to_disk = true  (bool)
  power_management.can_suspend_to_ram = true  (bool)
  power_management.can_hibernate = true  (bool)
  power_management.can_suspend = true  (bool)
  power_management.type = 'acpi'  (string)
  system.formfactor = 'desktop'  (string)
  system.kernel.machine = 'i386'  (string)
  system.kernel.version = '6.1-RELEASE-p10'  (string)
  system.kernel.name = 'FreeBSD'  (string)
  info.product = 'Computer'  (string)
  info.bus = 'unknown'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer' 
(string)

udi = '/org/freedesktop/Hal/devices/acpi_button_0'
  platform.id = 'acpi_button.0'  (string)
  info.bus = 'platform'  (string)
  button.type = 'power'  (string)
  info.capabilities = {'button'} (string list)
  info.category = 'button'  (string)
  pnp.description = 'ACPI power button device' 
(string)
  pnp.id = 'PNP0C0C'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'acpi_button'  (string)
  info.product = 'Power Button'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/acpi_button_0'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/acpi_tz_0'
  platform.id = 'acpi_tz.0'  (string)
  info.bus = 'platform'  (string)
  sensor.location = 'cpu'  (string)
  sensor.type = 'temperature'  (string)
  info.capabilities = {'sensor'} (string list)
  info.category = 'sensor'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'acpi_tz'  (string)
  info.product = 'Thermal Zone'  (string)
  info.udi = '/org/freedesktop/Hal/devices/acpi_tz_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/cpu_0'
  platform.id = 'cpu.0'  (string)
  info.bus = 'platform'  (string)
  processor.maximum_speed = 2659  (0xa63)  (int)
  processor.can_throttle = true  (bool)
  processor.number = 0  (0x0)  (int)
  info.capabilities = {'processor'} (string list)
  info.category = 'processor'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'cpu'  (string)
  info.product = 'Intel(R) Pentium(R) 4 CPU 2.66GHz' 
(string)
  info.udi = '/org/freedesktop/Hal/devices/cpu_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/fdc_0'
  platform.id = 'fdc.0'  (string)
  info.bus = 'platform'  (string)
  pnp.description = 'PC standard floppy disk
controller'  (string)
  pnp.id = 'PNP0700'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'fdc'  (string)
  info.product = 'Enhanced floppy controller' 
(string)
  info.udi = '/org/freedesktop/Hal/devices/fdc_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/storage_model_1440_KB_3_5__drive'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_model_1440_KB_3_5__drive'
 (string)
  block.is_volume = false  (bool)
  storage.vendor = ''  (string)
  storage.model = '1440-KB 3.5" drive'  (string)
  storage.physical_device = ''  (string)
  storage.no_partitions_hint = true  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = false  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = false  (bool)
  storage.removable = true  (bool)
  storage.drive_type = 'floppy'  (string)
  storage.bus = 'platform'  (string)
  block.minor = 91  (0x5b)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/fd0'  (string)
  info.category = 'storage'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'storage'} (string
list)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'fd'  (string)
  info.product = '1440-KB 3.5" drive'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/storage_model_1440_KB_3_5__drive'
 (string)
  info.parent = '/org/freedesktop/Hal/devices/fdc_0' 
(string)

udi = '/org/freedesktop/Hal/devices/atkbdc_0'
  platform.id = 'atkbdc.0'  (string)
  info.bus = 'platform'  (string)
  pnp.description = 'IBM Enhanced (101/102-key, PS/2
mouse support)'  (string)
  pnp.id = 'PNP0303'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'atkbdc'  (string)
  info.product = 'Keyboard controller (i8042)' 
(string)
  info.udi = '/org/freedesktop/Hal/devices/atkbdc_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/atkbd_0'
  button.has_state = false  (bool)
  button.type = ''  (string)
  info.addons = {'hald-addon-keyboard'} (string list)
  platform.id = 'atkbd.0'  (string)
  info.bus = 'platform'  (string)
  input.device = ''  (string)
  info.category = 'input.keyboard'  (string)
  info.capabilities = {'input', 'input.keyboard',
'button'} (string list)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'atkbd'  (string)
  info.product = 'AT Keyboard'  (string)
  info.udi = '/org/freedesktop/Hal/devices/atkbd_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/atkbdc_0'  (string)

udi = '/org/freedesktop/Hal/devices/psm_0'
  platform.id = 'psm.0'  (string)
  info.bus = 'platform'  (string)
  input.device = '/dev/psm0'  (string)
  info.category = 'input.mouse'  (string)
  info.capabilities = {'input', 'input.mouse'} (string
list)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'psm'  (string)
  info.product = 'PS/2 Mouse'  (string)
  info.udi = '/org/freedesktop/Hal/devices/psm_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/atkbdc_0'  (string)

udi = '/org/freedesktop/Hal/devices/sio_0'
  platform.id = 'sio.0'  (string)
  info.bus = 'platform'  (string)
  pnp.description = '16550A-compatible COM port' 
(string)
  pnp.id = 'PNP0501'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'sio'  (string)
  info.product = '16550A-compatible COM port' 
(string)
  info.udi = '/org/freedesktop/Hal/devices/sio_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/sio_0_serial_platform_0'
  info.udi =
'/org/freedesktop/Hal/devices/sio_0_serial_platform_0'
 (string)
  serial.type = 'platform'  (string)
  serial.port = 0  (0x0)  (int)
  serial.device = '/dev/ttyd0'  (string)
  serial.physical_device =
'/org/freedesktop/Hal/devices/sio_0'  (string)
  info.capabilities = {'serial'} (string list)
  info.category = 'serial'  (string)
  info.product = '16550A-compatible COM port' 
(string)
  info.parent = '/org/freedesktop/Hal/devices/sio_0' 
(string)

udi = '/org/freedesktop/Hal/devices/sio_1'
  platform.id = 'sio.1'  (string)
  info.bus = 'platform'  (string)
  pnp.description = '16550A-compatible COM port' 
(string)
  pnp.id = 'PNP0501'  (string)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'sio'  (string)
  info.product = '16550A-compatible COM port' 
(string)
  info.udi = '/org/freedesktop/Hal/devices/sio_1' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/sio_1_serial_platform_1'
  info.udi =
'/org/freedesktop/Hal/devices/sio_1_serial_platform_1'
 (string)
  serial.type = 'platform'  (string)
  serial.port = 1  (0x1)  (int)
  serial.device = '/dev/ttyd1'  (string)
  serial.physical_device =
'/org/freedesktop/Hal/devices/sio_1'  (string)
  info.capabilities = {'serial'} (string list)
  info.category = 'serial'  (string)
  info.product = '16550A-compatible COM port' 
(string)
  info.parent = '/org/freedesktop/Hal/devices/sio_1' 
(string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2560'
  pci.subsys_vendor = 'Illegal Vendor ID'  (string)
  pci.product = '82845G/GL[Brookdale-G]/GE/PE DRAM
Controller/Host-Hub Interface'  (string)
  info.product = '82845G/GL[Brookdale-G]/GE/PE DRAM
Controller/Host-Hub Interface'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 0  (0x0)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'agp'  (string)
  pci.subsys_vendor_id = 65535  (0xffff)  (int)
  pci.subsys_product_id = 65535  (0xffff)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9568  (0x2560)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_2560'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24c2'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #1'  (string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #1'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 29  (0x1d)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'uhci'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9410  (0x24c2)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c2'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial'
 (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'uhub'  (string)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.vendor = 'Intel'  (string)
  usb_device.product = 'UHCI root hub'  (string)
  usb_device.device_revision_bcd = 256  (0x100)  (int)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.version_bcd = 256  (0x100)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.port_number = 1  (0x1)  (int)
  usb_device.num_ports = 2  (0x2)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.bus_number = 0  (0x0)  (int)
  info.vendor = 'Intel'  (string)
  info.product = 'UHCI root hub'  (string)
  info.bus = 'usb_device'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24c2'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0'
 (string)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  info.product = 'USB Hub Interface'  (string)
  usb.bus_number = 0  (0x0)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.is_self_powered = true  (bool)
  usb.max_power = 0  (0x0)  (int)
  usb.num_ports = 2  (0x2)  (int)
  usb.port_number = 1  (0x1)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 256  (0x100)  (int)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.device_revision_bcd = 256  (0x100)  (int)
  usb.product = 'USB Hub Interface'  (string)
  usb.vendor = 'Intel'  (string)
  usb.can_wake_up = false  (bool)
  usb.num_interfaces = 1  (0x1)  (int)
  info.bus = 'usb'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial'
 (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24c4'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #2'  (string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #2'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 1  (0x1)  (int)
  pci.freebsd.device = 29  (0x1d)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'uhci'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9412  (0x24c4)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c4'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0'
 (string)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'uhub'  (string)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.vendor = 'Intel'  (string)
  usb_device.product = 'UHCI root hub'  (string)
  usb_device.device_revision_bcd = 256  (0x100)  (int)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.version_bcd = 256  (0x100)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.port_number = 1  (0x1)  (int)
  usb_device.num_ports = 2  (0x2)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.bus_number = 1  (0x1)  (int)
  info.vendor = 'Intel'  (string)
  info.product = 'UHCI root hub'  (string)
  info.bus = 'usb_device'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24c4'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0'
 (string)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  info.product = 'USB Hub Interface'  (string)
  usb.bus_number = 1  (0x1)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.is_self_powered = true  (bool)
  usb.max_power = 0  (0x0)  (int)
  usb.num_ports = 2  (0x2)  (int)
  usb.port_number = 1  (0x1)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 256  (0x100)  (int)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.device_revision_bcd = 256  (0x100)  (int)
  usb.product = 'USB Hub Interface'  (string)
  usb.vendor = 'Intel'  (string)
  usb.can_wake_up = false  (bool)
  usb.num_interfaces = 1  (0x1)  (int)
  info.bus = 'usb'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0'
 (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24c7'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #3'  (string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
USB UHCI Controller #3'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 2  (0x2)  (int)
  pci.freebsd.device = 29  (0x1d)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 2  (0x2)  (int)
  freebsd.driver = 'uhci'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9415  (0x24c7)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c7'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1'
 (string)
  freebsd.unit = 2  (0x2)  (int)
  freebsd.driver = 'uhub'  (string)
  usb_device.freebsd.ports = {'2'} (string list)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.vendor = 'Intel'  (string)
  usb_device.product = 'UHCI root hub'  (string)
  usb_device.device_revision_bcd = 256  (0x100)  (int)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.version_bcd = 256  (0x100)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.port_number = 1  (0x1)  (int)
  usb_device.num_ports = 2  (0x2)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.bus_number = 2  (0x2)  (int)
  info.vendor = 'Intel'  (string)
  info.product = 'UHCI root hub'  (string)
  info.bus = 'usb_device'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24c7'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457'
 (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'umass'  (string)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.vendor = 'KINGSTON'  (string)
  usb_device.product = 'USB DRIVE'  (string)
  usb_device.serial = '1105647576457'  (string)
  usb_device.device_revision_bcd = 1  (0x1)  (int)
  usb_device.vendor_id = 1256  (0x4e8)  (int)
  usb_device.product_id = 256  (0x100)  (int)
  usb_device.version_bcd = 272  (0x110)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.port_number = 2  (0x2)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.max_power = 90  (0x5a)  (int)
  usb_device.is_self_powered = false  (bool)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_class = 0  (0x0)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.bus_number = 2  (0x2)  (int)
  info.vendor = 'KINGSTON'  (string)
  info.product = 'USB DRIVE'  (string)
  info.bus = 'usb_device'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1'
 (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0'
 (string)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.protocol = 80  (0x50)  (int)
  usb.interface.subclass = 6  (0x6)  (int)
  usb.interface.class = 8  (0x8)  (int)
  info.product = 'USB Mass Storage Interface' 
(string)
  usb.bus_number = 2  (0x2)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.device_class = 0  (0x0)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.is_self_powered = false  (bool)
  usb.max_power = 90  (0x5a)  (int)
  usb.num_ports = 0  (0x0)  (int)
  usb.port_number = 2  (0x2)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 272  (0x110)  (int)
  usb.product_id = 256  (0x100)  (int)
  usb.vendor_id = 1256  (0x4e8)  (int)
  usb.device_revision_bcd = 1  (0x1)  (int)
  usb.serial = '1105647576457'  (string)
  usb.product = 'USB Mass Storage Interface'  (string)
  usb.vendor = 'KINGSTON'  (string)
  usb.can_wake_up = false  (bool)
  usb.num_interfaces = 1  (0x1)  (int)
  info.bus = 'usb'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457'
 (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0_scsi_host'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0_scsi_host'
 (string)
  info.product = 'SCSI Host Adapter'  (string)
  scsi_host.host = 0  (0x0)  (int)
  info.bus = 'scsi_host'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0'
 (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0_scsi_host_scsi_device_lun0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0_scsi_host_scsi_device_lun0'
 (string)
  scsi.type = 'disk'  (string)
  scsi.model = 'USB DRIVE'  (string)
  scsi.vendor = 'KINGSTON'  (string)
  info.vendor = 'KINGSTON'  (string)
  info.product = 'SCSI Device'  (string)
  scsi.lun = 0  (0x0)  (int)
  scsi.target = 0  (0x0)  (int)
  scsi.bus = 0  (0x0)  (int)
  scsi.host = 0  (0x0)  (int)
  info.bus = 'scsi'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0_scsi_host'
 (string)

udi = '/org/freedesktop/Hal/devices/storage_serial__'
  info.addons = {'hald-addon-storage'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial__' 
(string)
  info.udi =
'/org/freedesktop/Hal/devices/storage_serial__' 
(string)
  block.is_volume = false  (bool)
  storage.serial = ''  (string)
  block.freebsd.cam_path = '0,0,0'  (string)
  storage.lun = 0  (0x0)  (int)
  storage.firmware_revision = '1.12'  (string)
  info.product = 'USB DRIVE'  (string)
  info.vendor = 'KINGSTON'  (string)
  storage.vendor = 'KINGSTON'  (string)
  storage.model = 'USB DRIVE'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0'
 (string)
  storage.no_partitions_hint = false  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.hotpluggable = true  (bool)
  storage.requires_eject = false  (bool)
  storage.removable = true  (bool)
  storage.drive_type = 'disk'  (string)
  storage.bus = 'usb'  (string)
  block.minor = 116  (0x74)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/da0'  (string)
  info.category = 'storage'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'storage'} (string
list)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'da'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_4e8_100_1105647576457_if0_scsi_host_scsi_device_lun0'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_uuid_18E2_2763'
  volume.mount.valid_options = {'ro', 'noexec',
'longnames', 'shortnames', 'nowin95'} (string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial__' 
(string)
  info.product = 'BRIANGRUBER'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_uuid_18E2_2763' 
(string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 125792  (0x1eb60)  (uint64)
  volume.size = 64405504  (0x3d6c000)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = '18E2-2763'  (string)
  volume.label = 'BRIANGRUBER'  (string)
  volume.fsversion = 'FAT16'  (string)
  volume.fstype = 'vfat'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.partition.start = 16384  (0x4000)  (uint64)
  volume.partition.media_size = 64405504  (0x3d6c000) 
(uint64)
  volume.partition.type = '0x6'  (string)
  volume.partition.scheme = 'mbr'  (string)
  volume.partition.number = 1  (0x1)  (int)
  block.minor = 117  (0x75)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/da0s1'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_serial__' 
(string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0'
 (string)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  info.product = 'USB Hub Interface'  (string)
  usb.bus_number = 2  (0x2)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.is_self_powered = true  (bool)
  usb.max_power = 0  (0x0)  (int)
  usb.num_ports = 2  (0x2)  (int)
  usb.port_number = 1  (0x1)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 256  (0x100)  (int)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.device_revision_bcd = 256  (0x100)  (int)
  usb.product = 'USB Hub Interface'  (string)
  usb.vendor = 'Intel'  (string)
  usb.can_wake_up = false  (bool)
  usb.num_interfaces = 1  (0x1)  (int)
  usb.freebsd.ports = {'2'} (string list)
  info.bus = 'usb'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1'
 (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24cd'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB/DBM (ICH4/ICH4-M) USB2 EHCI
Controller'  (string)
  info.product = '82801DB/DBM (ICH4/ICH4-M) USB2 EHCI
Controller'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 7  (0x7)  (int)
  pci.freebsd.device = 29  (0x1d)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'ehci'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9421  (0x24cd)  (int)
  pci.device_protocol = 32  (0x20)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24cd'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2'
 (string)
  freebsd.unit = 3  (0x3)  (int)
  freebsd.driver = 'uhub'  (string)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.vendor = 'Intel'  (string)
  usb_device.product = 'EHCI root hub'  (string)
  usb_device.device_revision_bcd = 256  (0x100)  (int)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.version_bcd = 512  (0x200)  (int)
  usb_device.speed_bcd = 294912  (0x48000)  (int)
  usb_device.port_number = 1  (0x1)  (int)
  usb_device.num_ports = 6  (0x6)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_protocol = 1  (0x1)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.bus_number = 3  (0x3)  (int)
  info.vendor = 'Intel'  (string)
  info.product = 'EHCI root hub'  (string)
  info.bus = 'usb_device'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24cd'  (string)

udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0'
  info.udi =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0'
 (string)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  info.product = 'USB Hub Interface'  (string)
  usb.bus_number = 3  (0x3)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.device_protocol = 1  (0x1)  (int)
  usb.is_self_powered = true  (bool)
  usb.max_power = 0  (0x0)  (int)
  usb.num_ports = 6  (0x6)  (int)
  usb.port_number = 1  (0x1)  (int)
  usb.speed_bcd = 294912  (0x48000)  (int)
  usb.version_bcd = 512  (0x200)  (int)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.device_revision_bcd = 256  (0x100)  (int)
  usb.product = 'USB Hub Interface'  (string)
  usb.vendor = 'Intel'  (string)
  usb.can_wake_up = false  (bool)
  usb.num_interfaces = 1  (0x1)  (int)
  info.bus = 'usb'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2'
 (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24c0'
  pci.product = '82801DB/DBL (ICH4/ICH4-L) LPC
Interface Bridge'  (string)
  info.product = '82801DB/DBL (ICH4/ICH4-L) LPC
Interface Bridge'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 31  (0x1f)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'isab'  (string)
  pci.subsys_vendor_id = 0  (0x0)  (int)
  pci.subsys_product_id = 0  (0x0)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9408  (0x24c0)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 1  (0x1)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c0'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24cb'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB (ICH4) IDE Controller' 
(string)
  info.product = '82801DB (ICH4) IDE Controller' 
(string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 1  (0x1)  (int)
  pci.freebsd.device = 31  (0x1f)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'atapci'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9419  (0x24cb)  (int)
  pci.device_protocol = 138  (0x8a)  (int)
  pci.device_subclass = 1  (0x1)  (int)
  pci.device_class = 1  (0x1)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24cb'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/ide_host_0'
  ide_host.number = 0  (0x0)  (int)
  info.bus = 'ide_host'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'ata'  (string)
  info.product = 'ATA channel 0'  (string)
  info.udi = '/org/freedesktop/Hal/devices/ide_host_0'
 (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24cb'  (string)

udi =
'/org/freedesktop/Hal/devices/ide_host_0_scsi_host'
  info.udi =
'/org/freedesktop/Hal/devices/ide_host_0_scsi_host' 
(string)
  info.product = 'SCSI Host Adapter'  (string)
  scsi_host.host = 1  (0x1)  (int)
  info.bus = 'scsi_host'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_0'  (string)

udi = '/org/freedesktop/Hal/devices/ide_0_1'
  ide.channel = 1  (0x1)  (int)
  ide.host = 0  (0x0)  (int)
  info.product = 'IDE Device (Slave)'  (string)
  info.bus = 'ide'  (string)
  info.udi = '/org/freedesktop/Hal/devices/ide_0_1' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_0'  (string)

udi =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAEP3406364'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAEP3406364'
 (string)
  info.udi =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAEP3406364'
 (string)
  block.is_volume = false  (bool)
  storage.firmware_revision = '15.05R15'  (string)
  storage.serial = 'WD-WMAEP3406364'  (string)
  info.vendor = 'WDC'  (string)
  info.product = 'WDC WD2500LB-55EDA0'  (string)
  storage.vendor = 'WDC'  (string)
  storage.model = 'WDC WD2500LB-55EDA0'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/ide_0_1'  (string)
  storage.no_partitions_hint = false  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = false  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = false  (bool)
  storage.removable = false  (bool)
  storage.drive_type = 'disk'  (string)
  storage.bus = 'ide'  (string)
  block.minor = 93  (0x5d)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad1'  (string)
  info.category = 'storage'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'storage'} (string
list)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'ad'  (string)
  info.parent = '/org/freedesktop/Hal/devices/ide_0_1'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_uuid_d49f4c40_8892_4343_8ef5_527cdcdd1132'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAEP3406364'
 (string)
  info.product = 'media'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_uuid_d49f4c40_8892_4343_8ef5_527cdcdd1132'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = '/usr/home/bgruber/media' 
(string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = true  (bool)
  volume.num_blocks = 488392002  (0x1d1c4542) 
(uint64)
  volume.size = 250056705024  (0x3a388a8400)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = 'd49f4c40-8892-4343-8ef5-527cdcdd1132'
 (string)
  volume.label = 'media'  (string)
  volume.fsversion = '1.0'  (string)
  volume.fstype = 'ext3'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.partition.start = 32256  (0x7e00)  (uint64)
  volume.partition.media_size = 250056705024 
(0x3a388a8400)  (uint64)
  volume.partition.type = '0x83'  (string)
  volume.partition.scheme = 'mbr'  (string)
  volume.partition.number = 1  (0x1)  (int)
  block.minor = 100  (0x64)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad1s1'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAEP3406364'
 (string)

udi = '/org/freedesktop/Hal/devices/ide_0_0'
  ide.channel = 0  (0x0)  (int)
  ide.host = 0  (0x0)  (int)
  info.product = 'IDE Device (Master)'  (string)
  info.bus = 'ide'  (string)
  info.udi = '/org/freedesktop/Hal/devices/ide_0_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_0'  (string)

udi =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.udi =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  block.is_volume = false  (bool)
  storage.firmware_revision = '05.03E05'  (string)
  storage.serial = 'WD-WMAD1J642454'  (string)
  info.vendor = 'WDC'  (string)
  info.product = 'WDC WD400BB-23DEA0'  (string)
  storage.vendor = 'WDC'  (string)
  storage.model = 'WDC WD400BB-23DEA0'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/ide_0_0'  (string)
  storage.no_partitions_hint = false  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = false  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = false  (bool)
  storage.removable = false  (bool)
  storage.drive_type = 'disk'  (string)
  storage.bus = 'ide'  (string)
  block.minor = 92  (0x5c)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0'  (string)
  info.category = 'storage'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'storage'} (string
list)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'ad'  (string)
  info.parent = '/org/freedesktop/Hal/devices/ide_0_0'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 30716217  (0x1d4b139)  (uint64)
  volume.size = 15726703104  (0x3a9627200)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fstype = ''  (string)
  volume.fsusage = 'partitiontable'  (string)
  volume.ignore = true  (bool)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.partition.start = 32256  (0x7e00)  (uint64)
  volume.partition.media_size = 15726703104 
(0x3a9627200)  (uint64)
  volume.partition.type = '0xa5'  (string)
  volume.partition.scheme = 'mbr'  (string)
  volume.partition.number = 1  (0x1)  (int)
  block.minor = 96  (0x60)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s1'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_size_268435456_1'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume (ufs)'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_size_268435456_1'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = '/'  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = true  (bool)
  volume.num_blocks = 524288  (0x80000)  (uint64)
  volume.size = 268435456  (0x10000000)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = '2'  (string)
  volume.fstype = 'ufs'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 102  (0x66)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s1a'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_size_509386752'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_size_509386752' 
(string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 994896  (0xf2e50)  (uint64)
  volume.size = 509386752  (0x1e5ca000)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fstype = ''  (string)
  volume.fsusage = 'other'  (string)
  volume.ignore = true  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 103  (0x67)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s1b'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_size_268435456_0'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume (ufs)'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_size_268435456_0'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = '/var'  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = true  (bool)
  volume.num_blocks = 524288  (0x80000)  (uint64)
  volume.size = 268435456  (0x10000000)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = '2'  (string)
  volume.fstype = 'ufs'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 105  (0x69)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s1d'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_size_268435456'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume (ufs)'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_size_268435456' 
(string)
  block.is_volume = true  (bool)
  volume.mount_point = '/tmp'  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = true  (bool)
  volume.num_blocks = 524288  (0x80000)  (uint64)
  volume.size = 268435456  (0x10000000)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = '2'  (string)
  volume.fstype = 'ufs'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 106  (0x6a)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s1e'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_size_14412009984'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume (ufs)'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_size_14412009984'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = '/usr'  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = true  (bool)
  volume.num_blocks = 28148457  (0x1ad82e9)  (uint64)
  volume.size = 14412009984  (0x35b05d200)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = '2'  (string)
  volume.fstype = 'ufs'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 107  (0x6b)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s1f'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part1_size_15726703104'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_part2_size_10001940480'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_part2_size_10001940480'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 19535040  (0x12a14c0)  (uint64)
  volume.size = 10001940480  (0x254298000)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fstype = ''  (string)
  volume.fsusage = 'partitiontable'  (string)
  volume.ignore = true  (bool)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.partition.start = 15726735360  (0x3a962f000) 
(uint64)
  volume.partition.media_size = 10001940480 
(0x254298000)  (uint64)
  volume.partition.type = '0x5'  (string)
  volume.partition.scheme = 'mbr'  (string)
  volume.partition.number = 2  (0x2)  (int)
  block.minor = 97  (0x61)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s2'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_uuid_1bde9f1d_2fd6_40c3_afd6_24a36a283b7c'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume (swap)'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_uuid_1bde9f1d_2fd6_40c3_afd6_24a36a283b7c'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 995967  (0xf327f)  (uint64)
  volume.size = 509935104  (0x1e64fe00)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = '1bde9f1d-2fd6-40c3-afd6-24a36a283b7c'
 (string)
  volume.label = ''  (string)
  volume.fsversion = '2'  (string)
  volume.fstype = 'swap'  (string)
  volume.fsusage = 'other'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 108  (0x6c)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s5'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part2_size_10001940480'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_uuid_84511d6d_49b8_4af5_9ccc_9dffe44ce94e'
  volume.mount.valid_options = {'ro', 'noexec'}
(string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = '/'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_uuid_84511d6d_49b8_4af5_9ccc_9dffe44ce94e'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 18538947  (0x11ae1c3)  (uint64)
  volume.size = 9491940864  (0x235c38600)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = '84511d6d-49b8-4af5-9ccc-9dffe44ce94e'
 (string)
  volume.label = '/'  (string)
  volume.fsversion = '1.0'  (string)
  volume.fstype = 'ext3'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = false  (bool)
  block.minor = 109  (0x6d)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s6'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/volume_part2_size_10001940480'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_part3_size_7336949760'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_part3_size_7336949760'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 14329980  (0xdaa87c)  (uint64)
  volume.size = 7336949760  (0x1b550f800)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fstype = ''  (string)
  volume.fsusage = 'partitiontable'  (string)
  volume.ignore = true  (bool)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.partition.start = 25728675840  (0x5fd8c7000) 
(uint64)
  volume.partition.media_size = 7336949760 
(0x1b550f800)  (uint64)
  volume.partition.type = '0x7'  (string)
  volume.partition.scheme = 'mbr'  (string)
  volume.partition.number = 3  (0x3)  (int)
  block.minor = 98  (0x62)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s3'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_part4_size_6950361600'
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)
  info.product = 'Volume'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_part4_size_6950361600'
 (string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 13574925  (0xcf230d)  (uint64)
  volume.size = 6950361600  (0x19e461a00)  (uint64)
  volume.block_size = 512  (0x200)  (uint64)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fstype = ''  (string)
  volume.fsusage = 'partitiontable'  (string)
  volume.ignore = true  (bool)
  volume.is_partition = true  (bool)
  volume.is_disc = false  (bool)
  volume.partition.start = 33065625600  (0x7b2dd6800) 
(uint64)
  volume.partition.media_size = 6950361600 
(0x19e461a00)  (uint64)
  volume.partition.type = '0x83'  (string)
  volume.partition.scheme = 'mbr'  (string)
  volume.partition.number = 4  (0x4)  (int)
  block.minor = 99  (0x63)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/ad0s4'  (string)
  info.category = 'volume'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume'} (string
list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_serial_WD_WMAD1J642454'
 (string)

udi = '/org/freedesktop/Hal/devices/ide_host_1'
  ide_host.number = 1  (0x1)  (int)
  info.bus = 'ide_host'  (string)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'ata'  (string)
  info.product = 'ATA channel 1'  (string)
  info.udi = '/org/freedesktop/Hal/devices/ide_host_1'
 (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24cb'  (string)

udi =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host'
  info.udi =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host' 
(string)
  info.product = 'SCSI Host Adapter'  (string)
  scsi_host.host = 2  (0x2)  (int)
  info.bus = 'scsi_host'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1'  (string)

udi =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0'
  info.udi =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0'
 (string)
  scsi.type = 'cdrom'  (string)
  scsi.model = 'CD-RW GCE-8481B'  (string)
  scsi.vendor = 'HL-DT-ST'  (string)
  info.vendor = 'HL-DT-ST'  (string)
  info.product = 'SCSI Device'  (string)
  scsi.lun = 0  (0x0)  (int)
  scsi.target = 1  (0x1)  (int)
  scsi.bus = 2  (0x2)  (int)
  scsi.host = 2  (0x2)  (int)
  info.bus = 'scsi'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host' 
(string)

udi = '/org/freedesktop/Hal/devices/temp/67'
  info.udi =
'/org/freedesktop/Hal/devices/ignored-device' 
(string)
  info.ignore = true  (bool)
  storage.lun = 0  (0x0)  (int)
  storage.firmware_revision = '1.10'  (string)
  info.product = 'Ignored Device'  (string)
  info.vendor = 'HL-DT-ST'  (string)
  storage.cdrom.write_speed = 0  (0x0)  (int)
  storage.cdrom.read_speed = 0  (0x0)  (int)
  storage.cdrom.support_media_changed = false  (bool)
  storage.cdrom.hddvdrw = false  (bool)
  storage.cdrom.hddvdr = false  (bool)
  storage.cdrom.hddvd = false  (bool)
  storage.cdrom.bdre = false  (bool)
  storage.cdrom.bdr = false  (bool)
  storage.cdrom.bd = false  (bool)
  storage.cdrom.dvdplusrwdl = false  (bool)
  storage.cdrom.dvdplusrdl = false  (bool)
  storage.cdrom.dvdplusrw = false  (bool)
  storage.cdrom.dvdplusr = false  (bool)
  storage.cdrom.dvdram = false  (bool)
  storage.cdrom.dvdrw = false  (bool)
  storage.cdrom.dvdr = false  (bool)
  storage.cdrom.dvd = false  (bool)
  storage.cdrom.cdrw = false  (bool)
  storage.cdrom.cdr = false  (bool)
  storage.vendor = 'HL-DT-ST'  (string)
  storage.model = 'CD-RW GCE-8481B'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0'
 (string)
  storage.no_partitions_hint = true  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = true  (bool)
  storage.removable = true  (bool)
  storage.drive_type = 'cdrom'  (string)
  storage.bus = 'scsi'  (string)
  block.minor = 115  (0x73)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/cd1'  (string)
  info.bus = 'block'  (string)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'cd'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0_0'
 (string)

udi =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0'
  info.udi =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0'
 (string)
  scsi.type = 'cdrom'  (string)
  scsi.model = 'DVD-ROM GDR8161B'  (string)
  scsi.vendor = 'HL-DT-ST'  (string)
  info.vendor = 'HL-DT-ST'  (string)
  info.product = 'SCSI Device'  (string)
  scsi.lun = 0  (0x0)  (int)
  scsi.target = 0  (0x0)  (int)
  scsi.bus = 2  (0x2)  (int)
  scsi.host = 2  (0x2)  (int)
  info.bus = 'scsi'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host' 
(string)

udi = '/org/freedesktop/Hal/devices/temp/65'
  info.udi =
'/org/freedesktop/Hal/devices/ignored-device' 
(string)
  info.ignore = true  (bool)
  storage.lun = 0  (0x0)  (int)
  storage.firmware_revision = '0043'  (string)
  info.product = 'Ignored Device'  (string)
  info.vendor = 'HL-DT-ST'  (string)
  storage.cdrom.write_speed = 0  (0x0)  (int)
  storage.cdrom.read_speed = 0  (0x0)  (int)
  storage.cdrom.support_media_changed = false  (bool)
  storage.cdrom.hddvdrw = false  (bool)
  storage.cdrom.hddvdr = false  (bool)
  storage.cdrom.hddvd = false  (bool)
  storage.cdrom.bdre = false  (bool)
  storage.cdrom.bdr = false  (bool)
  storage.cdrom.bd = false  (bool)
  storage.cdrom.dvdplusrwdl = false  (bool)
  storage.cdrom.dvdplusrdl = false  (bool)
  storage.cdrom.dvdplusrw = false  (bool)
  storage.cdrom.dvdplusr = false  (bool)
  storage.cdrom.dvdram = false  (bool)
  storage.cdrom.dvdrw = false  (bool)
  storage.cdrom.dvdr = false  (bool)
  storage.cdrom.dvd = false  (bool)
  storage.cdrom.cdrw = false  (bool)
  storage.cdrom.cdr = false  (bool)
  storage.vendor = 'HL-DT-ST'  (string)
  storage.model = 'DVD-ROM GDR8161B'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0'
 (string)
  storage.no_partitions_hint = true  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = true  (bool)
  storage.removable = true  (bool)
  storage.drive_type = 'cdrom'  (string)
  storage.bus = 'scsi'  (string)
  block.minor = 114  (0x72)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/cd0'  (string)
  info.bus = 'block'  (string)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'cd'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1_scsi_host_scsi_device_lun0'
 (string)

udi = '/org/freedesktop/Hal/devices/ide_1_1'
  ide.channel = 1  (0x1)  (int)
  ide.host = 1  (0x1)  (int)
  info.product = 'IDE Device (Slave)'  (string)
  info.bus = 'ide'  (string)
  info.udi = '/org/freedesktop/Hal/devices/ide_1_1' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1'  (string)

udi =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_ST_GCE_8481B'
  info.addons = {'hald-addon-storage'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_ST_GCE_8481B'
 (string)
  info.udi =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_ST_GCE_8481B'
 (string)
  block.is_volume = false  (bool)
  storage.firmware_revision = '1.10'  (string)
  storage.cdrom.write_speed = 8467  (0x2113)  (int)
  storage.cdrom.read_speed = 7056  (0x1b90)  (int)
  storage.cdrom.support_media_changed = false  (bool)
  storage.cdrom.hddvdrw = false  (bool)
  storage.cdrom.hddvdr = false  (bool)
  storage.cdrom.hddvd = false  (bool)
  storage.cdrom.bdre = false  (bool)
  storage.cdrom.bdr = false  (bool)
  storage.cdrom.bd = false  (bool)
  storage.cdrom.dvdplusrwdl = false  (bool)
  storage.cdrom.dvdplusrdl = false  (bool)
  storage.cdrom.dvdplusrw = false  (bool)
  storage.cdrom.dvdplusr = false  (bool)
  storage.cdrom.dvdram = false  (bool)
  storage.cdrom.dvdrw = false  (bool)
  storage.cdrom.dvdr = false  (bool)
  storage.cdrom.dvd = false  (bool)
  storage.cdrom.cdrw = true  (bool)
  storage.cdrom.cdr = true  (bool)
  info.vendor = 'HL'  (string)
  info.product = 'HL-DT-ST GCE-8481B'  (string)
  storage.vendor = 'HL'  (string)
  storage.model = 'HL-DT-ST GCE-8481B'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/ide_1_1'  (string)
  storage.no_partitions_hint = true  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = true  (bool)
  storage.removable = true  (bool)
  storage.drive_type = 'cdrom'  (string)
  storage.bus = 'ide'  (string)
  block.minor = 95  (0x5f)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/acd1'  (string)
  info.category = 'storage.cdrom'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'storage',
'storage.cdrom'} (string list)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'acd'  (string)
  info.parent = '/org/freedesktop/Hal/devices/ide_1_1'
 (string)

udi = '/org/freedesktop/Hal/devices/ide_1_0'
  ide.channel = 0  (0x0)  (int)
  ide.host = 1  (0x1)  (int)
  info.product = 'IDE Device (Master)'  (string)
  info.bus = 'ide'  (string)
  info.udi = '/org/freedesktop/Hal/devices/ide_1_0' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/ide_host_1'  (string)

udi =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_STDVD_ROM_GDR8161B'
  block.freebsd.cam_path = '2,1,0'  (string)
  block.freebsd.atapi_cam_device = '/dev/cd1' 
(string)
  info.addons = {'hald-addon-storage'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_STDVD_ROM_GDR8161B'
 (string)
  info.udi =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_STDVD_ROM_GDR8161B'
 (string)
  block.is_volume = false  (bool)
  storage.firmware_revision = '0043'  (string)
  storage.cdrom.write_speed = 0  (0x0)  (int)
  storage.cdrom.read_speed = 8467  (0x2113)  (int)
  storage.cdrom.support_media_changed = false  (bool)
  storage.cdrom.hddvdrw = false  (bool)
  storage.cdrom.hddvdr = false  (bool)
  storage.cdrom.hddvd = false  (bool)
  storage.cdrom.bdre = false  (bool)
  storage.cdrom.bdr = false  (bool)
  storage.cdrom.bd = false  (bool)
  storage.cdrom.dvdplusrwdl = false  (bool)
  storage.cdrom.dvdplusrdl = false  (bool)
  storage.cdrom.dvdplusrw = false  (bool)
  storage.cdrom.dvdplusr = false  (bool)
  storage.cdrom.dvdram = false  (bool)
  storage.cdrom.dvdrw = false  (bool)
  storage.cdrom.dvdr = false  (bool)
  storage.cdrom.dvd = true  (bool)
  storage.cdrom.cdrw = false  (bool)
  storage.cdrom.cdr = false  (bool)
  info.vendor = 'HL'  (string)
  info.product = 'HL-DT-STDVD-ROM GDR8161B'  (string)
  storage.vendor = 'HL'  (string)
  storage.model = 'HL-DT-STDVD-ROM GDR8161B'  (string)
  storage.physical_device =
'/org/freedesktop/Hal/devices/ide_1_0'  (string)
  storage.no_partitions_hint = true  (bool)
  storage.automount_enabled_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.hotpluggable = false  (bool)
  storage.requires_eject = true  (bool)
  storage.removable = true  (bool)
  storage.drive_type = 'cdrom'  (string)
  storage.bus = 'ide'  (string)
  block.minor = 94  (0x5e)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/acd0'  (string)
  info.category = 'storage.cdrom'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'storage',
'storage.cdrom'} (string list)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'acd'  (string)
  info.parent = '/org/freedesktop/Hal/devices/ide_1_0'
 (string)

udi =
'/org/freedesktop/Hal/devices/volume_label_Choosy'
  volume.mount.valid_options = {'ro', 'noexec',
'extatt', 'gens', 'nojoliet', 'norrip',
'nostrictjoliet'} (string list)
  org.freedesktop.Hal.Device.Volume.method_execpaths =
{'hal-storage-mount', 'hal-system-storage-unmount',
'hal-system-storage-eject'} (string list)
  org.freedesktop.Hal.Device.Volume.method_signatures
= {'ssas', 'as', 'as'} (string list)
  org.freedesktop.Hal.Device.Volume.method_names =
{'Mount', 'Unmount', 'Eject'} (string list)
  info.interfaces =
{'org.freedesktop.Hal.Device.Volume'} (string list)
  block.storage_device =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_STDVD_ROM_GDR8161B'
 (string)
  info.product = 'Choosy'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/volume_label_Choosy' 
(string)
  block.is_volume = true  (bool)
  volume.mount_point = ''  (string)
  volume.is_mounted_read_only = false  (bool)
  volume.is_mounted = false  (bool)
  volume.num_blocks = 359570  (0x57c92)  (uint64)
  volume.size = 736399360  (0x2be49000)  (uint64)
  volume.block_size = 2048  (0x800)  (uint64)
  volume.uuid = ''  (string)
  volume.label = 'Choosy'  (string)
  volume.fstype = 'iso9660'  (string)
  volume.fsusage = 'filesystem'  (string)
  volume.ignore = false  (bool)
  volume.is_partition = false  (bool)
  volume.is_disc = true  (bool)
  volume.disc.capacity = 736399360  (0x2be49000) 
(uint64)
  volume.disc.type = 'cd_rom'  (string)
  volume.disc.is_rewritable = false  (bool)
  volume.disc.is_blank = false  (bool)
  volume.disc.is_appendable = false  (bool)
  volume.disc.is_videodvd = false  (bool)
  volume.disc.is_svcd = false  (bool)
  volume.disc.is_vcd = false  (bool)
  volume.disc.has_data = true  (bool)
  volume.disc.has_audio = false  (bool)
  block.minor = 94  (0x5e)  (int)
  block.major = 0  (0x0)  (int)
  block.device = '/dev/acd0'  (string)
  info.category = 'volume.disc'  (string)
  info.bus = 'block'  (string)
  info.capabilities = {'block', 'volume',
'volume.disc'} (string list)
  info.parent =
'/org/freedesktop/Hal/devices/storage_model_HL_DT_STDVD_ROM_GDR8161B'
 (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24c3'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
SMBus Controller'  (string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
SMBus Controller'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 3  (0x3)  (int)
  pci.freebsd.device = 31  (0x1f)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9411  (0x24c3)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 5  (0x5)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c3'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_24c5'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Audio Controller'  (string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Audio Controller'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 12  (0xc)  (int)
  pci.freebsd.function = 5  (0x5)  (int)
  pci.freebsd.device = 31  (0x1f)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'pcm'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9413  (0x24c5)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 1  (0x1)  (int)
  pci.device_class = 4  (0x4)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c5'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi =
'/org/freedesktop/Hal/devices/pci_8086_24c5_oss_mixer_0'
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c5_oss_mixer_0'
 (string)
  oss.device_file = '/dev/mixer0'  (string)
  oss.card_id = 'snd_ich (1p/1r/2v channels duplex
default)'  (string)
  oss.device = 0  (0x0)  (int)
  oss.card = 0  (0x0)  (int)
  oss.type = 'mixer'  (string)
  info.capabilities = {'oss'} (string list)
  info.category = 'oss'  (string)
  oss.device_id = '82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (mixer)' 
(string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Audio Controller (mixer)'  (string)
  oss.physical_device =
'/org/freedesktop/Hal/devices/pci_8086_24c5'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24c5'  (string)

udi =
'/org/freedesktop/Hal/devices/pci_8086_24c5_oss_pcm_0'
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_24c5_oss_pcm_0'
 (string)
  oss.device_file = '/dev/dsp0'  (string)
  oss.card_id = 'snd_ich (1p/1r/2v channels duplex
default)'  (string)
  oss.device = 0  (0x0)  (int)
  oss.card = 0  (0x0)  (int)
  oss.type = 'pcm'  (string)
  info.capabilities = {'oss'} (string list)
  info.category = 'oss'  (string)
  oss.device_id = '82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (pcm)' 
(string)
  info.product = '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M)
AC'97 Audio Controller (pcm)'  (string)
  oss.physical_device =
'/org/freedesktop/Hal/devices/pci_8086_24c5'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_24c5'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2561'
  pci.product = '82845G/GL[Brookdale-G]/GE/PE
Host-to-AGP Bridge'  (string)
  info.product = '82845G/GL[Brookdale-G]/GE/PE
Host-to-AGP Bridge'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 1  (0x1)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 1  (0x1)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 1  (0x1)  (int)
  freebsd.driver = 'pcib'  (string)
  pci.subsys_vendor_id = 0  (0x0)  (int)
  pci.subsys_product_id = 0  (0x0)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9569  (0x2561)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 4  (0x4)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_2561'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/pci_1002_5159'
  pci.subsys_product = 'Radeon 7000/Radeon VE' 
(string)
  pci.subsys_vendor = 'ATI Technologies Inc'  (string)
  pci.product = 'Radeon RV100 QY [Radeon 7000/VE]' 
(string)
  info.product = 'Radeon RV100 QY [Radeon 7000/VE]' 
(string)
  pci.vendor = 'ATI Technologies Inc'  (string)
  info.vendor = 'ATI Technologies Inc'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 0  (0x0)  (int)
  pci.freebsd.bus = 1  (0x1)  (int)
  pci.subsys_vendor_id = 4098  (0x1002)  (int)
  pci.subsys_product_id = 10  (0xa)  (int)
  pci.vendor_id = 4098  (0x1002)  (int)
  pci.product_id = 20825  (0x5159)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 3  (0x3)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_1002_5159'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_2561'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_244e'
  pci.product = '82801 PCI Bridge'  (string)
  info.product = '82801 PCI Bridge'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 2  (0x2)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 30  (0x1e)  (int)
  pci.freebsd.bus = 0  (0x0)  (int)
  freebsd.unit = 2  (0x2)  (int)
  freebsd.driver = 'pcib'  (string)
  pci.subsys_vendor_id = 0  (0x0)  (int)
  pci.subsys_product_id = 0  (0x0)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 9294  (0x244e)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 4  (0x4)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_244e'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/computer'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_1039'
  pci.subsys_product = 'NetVista A30p'  (string)
  pci.subsys_vendor = 'IBM'  (string)
  pci.product = '82801DB PRO/100 VE (LOM) Ethernet
Controller'  (string)
  info.product = '82801DB PRO/100 VE (LOM) Ethernet
Controller'  (string)
  pci.vendor = 'Intel Corporation'  (string)
  info.vendor = 'Intel Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 8  (0x8)  (int)
  pci.freebsd.bus = 2  (0x2)  (int)
  freebsd.unit = 0  (0x0)  (int)
  freebsd.driver = 'fxp'  (string)
  pci.subsys_vendor_id = 4116  (0x1014)  (int)
  pci.subsys_product_id = 615  (0x267)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.product_id = 4153  (0x1039)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 2  (0x2)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_8086_1039'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_244e'  (string)

udi =
'/org/freedesktop/Hal/devices/net_00_09_6b_d1_43_4f'
  net.80203.link = true  (bool)
  net.interface_up = true  (bool)
  net.80203.mac_address = 40463582031  (0x96bd1434f) 
(uint64)
  info.category = 'net.80203'  (string)
  net.arp_proto_hw_id = 1  (0x1)  (int)
  net.media = 'Ethernet autoselect (100baseTX
<full-duplex>)'  (string)
  net.physical_device =
'/org/freedesktop/Hal/devices/pci_8086_1039'  (string)
  net.interface = 'fxp0'  (string)
  net.address = '00:09:6b:d1:43:4f'  (string)
  info.capabilities = {'net', 'net.80203'} (string
list)
  info.product = 'Networking Interface'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/net_00_09_6b_d1_43_4f' 
(string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_1039'  (string)

udi = '/org/freedesktop/Hal/devices/pci_109e_0350'
  pci.product = 'Bt848 Video Capture'  (string)
  info.product = 'Bt848 Video Capture'  (string)
  pci.vendor = 'Brooktree Corporation'  (string)
  info.vendor = 'Brooktree Corporation'  (string)
  pci.freebsd.secondary_bus = 0  (0x0)  (int)
  pci.freebsd.function = 0  (0x0)  (int)
  pci.freebsd.device = 9  (0x9)  (int)
  pci.freebsd.bus = 2  (0x2)  (int)
  pci.subsys_vendor_id = 0  (0x0)  (int)
  pci.subsys_product_id = 0  (0x0)  (int)
  pci.vendor_id = 4254  (0x109e)  (int)
  pci.product_id = 848  (0x350)  (int)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 4  (0x4)  (int)
  info.bus = 'pci'  (string)
  info.udi =
'/org/freedesktop/Hal/devices/pci_109e_0350'  (string)
  info.parent =
'/org/freedesktop/Hal/devices/pci_8086_244e'  (string)


Dumped 73 device(s) from the Global Device List.
------------------------------------------------

> env
SSH_AGENT_PID=821
TERM=xterm
DESKTOP_STARTUP_ID=
SHELL=/usr/local/bin/bash
GTK_RC_FILES=/usr/local/etc/gtk/gtkrc:/home/bgruber/.gtkrc-1.2-gnome2
WINDOWID=44044931
OLDPWD=/home/bgruber
USER=bgruber
ENV=/home/bgruber/.shrc
GNOME_KEYRING_SOCKET=/var/tmp/keyring-FyXoal/socket
SSH_AUTH_SOCK=/tmp/ssh-h59TmkMRyI/agent.804
SESSION_MANAGER=local/calvin:/tmp/.ICE-unix/804
USERNAME=bgruber
PAGER=less
FTP_PASSIVE_MODE=YES
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/bgruber/usr/bin:/usr/lib/oss/bin:/usr/lib/oss/bin
DESKTOP_SESSION=gnome
MAIL=/var/mail/bgruber
BLOCKSIZE=K
GDM_XSERVER_LOCATION=local
PWD=/home/bgruber/hal.bug
EDITOR=vi
LANG=en_US.UTF-8
GDM_LANG=en_US.UTF-8
GDMSESSION=gnome
SDL_DSP_NOSELECT=1
SHLVL=1
HOME=/home/bgruber
GNOME_DESKTOP_SESSION_ID=Default
LOGNAME=bgruber
DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-tgHt44HvzF,guid=7b155d45524fdf745dcb0ca6eba6ba00
DISPLAY=:0.0
COLORTERM=gnome-terminal
XAUTHORITY=/home/bgruber/.Xauthority
_=/usr/bin/env

> mount
/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/ad0s1e on /tmp (ufs, local, soft-updates)
/dev/ad0s1f on /usr (ufs, local, soft-updates)
/dev/ad0s1d on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)
/dev/ad1s1 on /usr/home/bgruber/media (ext2fs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)

> kern.geom.conftxt
0 DISK da0 64487424 512 hd 64 sc 32
1 MBR da0s1 64405504 512 i 0 o 16384 ty 6
0 DISK cd1 0 2048 hd 0 sc 0
0 DISK cd0 736399360 2048 hd 0 sc 0
0 DISK ad1 250059350016 512 hd 16 sc 63
1 MBR ad1s1 250056705024 512 i 0 o 32256 ty 131
0 DISK ad0 40016019456 512 hd 16 sc 63
1 MBR ad0s4 6950361600 512 i 3 o 33065625600 ty 131
1 MBR ad0s3 7336949760 512 i 2 o 25728675840 ty 7
1 MBR ad0s2 10001940480 512 i 1 o 15726735360 ty 5
2 MBREXT ad0s6 9491940864 512 i 1 o 509999616 ty 131
2 MBREXT ad0s5 509935104 512 i 0 o 32256 ty 130
1 MBR ad0s1 15726703104 512 i 0 o 32256 ty 165
2 BSD ad0s1f 14412009984 512 i 5 o 1314693120 ty 7
2 BSD ad0s1e 268435456 512 i 4 o 1046257664 ty 7
2 BSD ad0s1d 268435456 512 i 3 o 777822208 ty 7
2 BSD ad0s1c 15726703104 512 i 2 o 0 ty 0
2 BSD ad0s1b 509386752 512 i 1 o 268435456 ty 1
2 BSD ad0s1a 268435456 512 i 0 o 0 ty 7

> pkg_info
ImageMagick-6.2.9.8 Image processing tools
ORBit2-2.14.3       High-performance CORBA ORB with
support for the C language
OpenEXR-1.2.2_1     A high dynamic-range (HDR) image
file format
Xaw3d-1.5E_1        A 3-D Athena Widget set that looks
like Motif
aalib-1.4.r5_2      An ascii art library
abiword-gnome-2.4.5_2 An open-source, cross-platform
WYSIWYG word processor
abiword-plugins-2.4.5_1 Multi-plugins for AbiWord
acroread7-7.0.8,1   Adobe Reader for view, print, and
search PDF documents (ENU
acroreadwrapper-0.0.20060221 Wrapper script for Adobe
Reader
alacarte-0.10.1     An editor for the freedesktop.org
menu specification
amspsfnt-1.0_4      AMSFonts PostScript Fonts (Adobe
Type 1 format)
antiword-0.37_1     An application to display
Microsoft(tm) Word files
apache-2.0.59       Version 2 of Apache web server
with prefork MPM.
arts-1.5.4,1        Audio system for the KDE
integrated X11 desktop
aspell-0.60.4_4     Spelling checker with better
suggestion logic than ispell
at-spi-1.7.13       An Assistive Technology Service
Provider Interface
atk-1.12.3          A GNOME accessibility toolkit
(ATK)
atlas-3.6.0,1       Automatically Tuned Linear Algebra
Software (ATLAS)
auctex-11.83        Integrated environment for writing
LaTeX using GNU Emacs
audacity-1.2.4b     Audacity is a GUI editor for
digital audio waveforms
autoconf-2.53_3     Automatically configure source
code on many Un*x platforms 
autoconf-2.59_2     Automatically configure source
code on many Un*x platforms 
automake-1.5_2,1    GNU Standards-compliant Makefile
generator (1.5)
avahi-0.6.15        Service discovery on a local
network
avidemux2-2.1.2_4   Simple GUI based video editor
azureus-2.5.0.0     A BitTorrent client written in
Java
base64-1.4          Simple program to convert binary
files to base64
bash-2.05b.007_6    The GNU Bourne Again Shell
bison-1.75_2,1      A parser generator from FSF,
(mostly) compatible with Yacc
bitstream-vera-1.10_2 Bitstream Vera TrueType font
collection
bug-buddy-2.16.0_2  A bug reporting tool for GNOME 2
ca-roots-1.2        A list of SSL CA root certificates
cairo-1.2.6         Vector graphics library with
cross-device output support
cdparanoia-3.9.8_8  A CDDA extraction tool (also known
as ripper)
cdrdao-1.2.1        Record CD-R[W]s in disk-at-once
mode
cdrtools-2.01_5     CD/CD-R[W] and ISO-9660 image
creation and extraction tools
cedet-emacs21-1.0.pre3_2 Collection of Emacs
Development Environment Tools
cg-0.4              Semi-automatic newsgroup binary
downloader
cm-super-0.3.3      Computer Modern Font Families in
Type 1 Fonts
cmpsfont-1.0_5      Computer Modern PostScript Fonts
(Adobe Type 1 format)
cmt-1.15_1          The Computer Music Toolkit (CMT)
is a collection of LADSPA 
comix-3.6.1         A GTK2 comic book viewer for .cbz,
.cbr and .cbt files
compat4x-i386-5.3_9 A convenience package to install
the compat4x libraries
compat5x-i386-5.4.0.8_7 A convenience package to
install the compat5x libraries
coreutils-5.2.1     The Free Software Foundation's
core utilities
csound-4.23         Sound synthesizer
cups-base-1.2.2     The Common UNIX Printing System
cups-pstoraster-8.15 Postscript interpreter for CUPS
printing to non-PS printers
curl-7.15.5_1       Non-interactive tool to get files
from FTP, GOPHER, HTTP(S)
cvsup-without-gui-16.1h_2 General network file
distribution system optimized for CVS 
cyrus-sasl-2.1.22   RFC 2222 SASL (Simple
Authentication and Security Layer)
dasher-4.2.0,1      Information efficient text-entry
interface
db41-4.1.25_4       The Berkeley DB package, revision
4.1
dbus-1.0.0          A message bus system for
inter-application communication
dbus-glib-0.72      GLib bindings for the D-BUS
messaging system
ddd-3.3.11          Data Display Debugger -- a common
graphical front-end for G
deskbar-applet-2.16.1 Gnome panel applet similar to
Google's (Windows only) Deskb
desktop-file-utils-0.12 A couple of command line
utilities for working with desktop
diablo-jdk-1.5.0.07.01_1 Java Development Kit
1.5.0_07.01
dict-1.10.4_1       Dictionary Server Protocol
(RFC2229) client
djbfft-0.76_2       An extremely fast library for
floating-point convolution
dmidecode-2.8       A tool for dumping DMI (SMBIOS)
contents in human-readable 
docbook-sk-4.1.2_3  XML version of the DocBook DTD
version controlled for Scrol
docbook-xml-4.2_1   XML version of the DocBook DTD
docbook-xml-4.3     DocBook/XML DTD V4.3, designed for
technical documentation
docbook-xml-4.4     DocBook/XML DTD V4.4, designed for
technical documentation
docbook-xsl-1.71.1_1 XSL DocBook stylesheets
dri-6.4.1,2         OpenGL hardware acceleration
drivers for the DRI
dvipsk-tetex-5.95a_1 Convert a TeX DVI file to
PostScript
e17-module-snow-20060926 An e17 module which draws
snowflakes on your screen
e17-module-weather-20060926,1 An e17 weather module
e2fsprogs-1.39_1    Utilities and library to
manipulate ext2/ext3 filesystems
easytag-devel-1.99.12_1 GTK2 Tag editor for MP3 and
OGG files
ecore-20060926_1,1  A core event abstraction library
edb-20060926,1      Enlightenment Database Library
edje-20060926,1     Edje is a complex graphical design
and layout engine
eel-2.16.1          Generally useful classes and
extensions to GNOME
eet-20060926,1      Enlightenment Data Handling
Library
einstein-2.0_1      Remake of old DOS game Sherlock,
which was inspired by Albe
ekiga-2.0.2_5       VoIP phone for GNOME
elib-emacs21-1.0_1  Collection of useful routines for
Emacs lisp programs
emacs-21.3_9        GNU editing macros
embryo-20060926,1   A C like scripting language used
in parts of the Enlightenm
enchant-1.2.6       Dictionary/spellchecking framework
enigma-0.92_1       Enigma is a reimplementation of
Oxyd, a puzzle game
enlightenment-20060926,1 A very artistic X window
manager
eog-2.16.1.1        The Eye Of Gnome image viewer
epeg-20060926,1     An IMMENSELY FAST JPEG thumbnailer
library API
epiphany-2.16.1_2   An extremely lightweight and
simple web browser for GNOME 2
epsilon-20060926,1  A small, display independent, and
quick thumbnailing librar
esmart-20060926,1   Evas smart objects development
libraries
esound-0.2.36_1     A sound library for enlightenment
package
euphoria-20061008,1 XMMS2 GUI frontend written with
Enlightenment e17 libraries
evas-20060926,1     A hardware-accelerated canvas API
for X-Windows
evince-0.6.1        GNOME 2 multi-format document
viewer
evolution-2.8.1.1   An integrated mail, calendar and
address book distributed s
evolution-data-server-1.8.1_1 The data backends for
the Evolution integrated mail/PIM sui
evolution-exchange-2.8.1 Evolution plugin to connect
to Microsoft Exchange servers
evolution-webcal-2.8.0 Webcal(endar) handler for gnome
expat-2.0.0_1       XML 1.0 parser written in C
ezm3-1.2_1          Easier, more portable Modula-3
distribution for building CV
faac-1.25           MPEG-2 and MPEG-4 AAC audio
encoder
faad2-2.5,1         MPEG-2 and MPEG-4 AAC audio
decoder
fast-user-switch-applet-2.16.0 Fast user switching
applet for GNOME
fastest_cvsup-0.2.9_4 Finds fastest CVSup server
festdoc-1.4.0.1     Documentation for Festival
festival-1.95_1     Multi-lingual speech synthesis
system
festlex-cmu-1.95    CMU American English pronunciation
dictionary for Festival
festlex-poslex-1.4.1_2 English lexicon for Festival
festvox-kal16-1.4.0 American English male voice,
sampled at 16 kHz, for Festiva
fetchmail-6.3.5     Batch mail retrieval utility for
IMAP/POP3/ETRN/ODMR
ffmpeg-0.4.9.p1_6   Hyper fast realtime audio/video
encoder/converter, streamin
ffmpeg-devel-0.4.9.c.2006032300_4 Hyper fast realtime
audio/video encoder/converter, streamin
fftw-2.1.5_3        Fast C routines to compute the
Discrete Fourier Transform
fftw3-3.1.2         Fast C routines to compute the
Discrete Fourier Transform
file-roller-2.16.1,1 An archive manager for zip files,
tar, etc
firefox-2.0_2,1     Web browser based on the browser
portion of Mozilla
flac-1.1.2_1        Free lossless audio codec
fontconfig-2.3.2_6,1 An XML-based font configuration
API for X Windows
foomatic-db-20061031 Foomatic database
foomatic-db-engine-20061031,1 Foomatic database engine
freetype2-2.2.1_1   A free and portable TrueType font
rendering engine
fribidi-0.10.7      A Free Implementation of the
Unicode Bidirectional Algorith
gail-1.9.3          An implementation of the ATK
interfaces for GTK+ widgets
gaim-1.5.0_8        Multi-protocol instant messaging
client
galeon-2.0.1_1      A GNOME 2 Web browser based on
gecko (the Mozilla rendering
gamin-0.1.7_2       A file and directory monitoring
system
gcalctool-5.8.25,2  A GNOME 2 calculator tool based on
the old calctool for Ope
gconf-editor-2.16.0,1 A gconf database editor for the
GNOME 2 environment
gconf2-2.16.0       A configuration database system
for GNOME
gd-2.0.33_4,1       A graphics library for fast
creation of images
gdbm-1.8.3_3        The GNU database manager
gdl-0.6.1_1         Components intended to be shared
between GNOME development 
gdm-2.16.2_1        GNOME 2 version of xdm display
manager
gedit-2.16.2        A small but powerful text editor
for GNOME 2 Desktop Enviro
gettext-0.14.5_2    GNU gettext package
ghostscript-gnu-7.07_15 GNU Postscript interpreter
giFT-0.11.8.1_3     An OpenFT, Gnutella and FastTrack
p2p network client
giFT-FastTrack-0.8.9 A FastTrack plugin for giFT
giFT-gnutella-0.0.10.1 A gnutella plugin for giFT
giFTcurs-0.6.2_4    A cursed frontend to the giFT
daemon
gimp-gnome-2.2.13_2,1 A GNU Image Manipulation Program
gimp-print-4.2.7_2  GIMP Print Printer Driver
gle-3.1.0           A GL Tubing and Extrusion Library
glib-1.2.10_12      Some useful routines of C
programming (previous stable vers
glib-2.12.4         Some useful routines of C
programming (current stable versi
gmake-3.81_1        GNU version of 'make' utility
gmime-2.2.3         Library (written in C) for parsing
and creating messages us
gmime-sharp-2.2.3   Mono bindings for gmime
gnome-applets-2.16.1_3 Applets components for the
GNOME 2 Desktop Environment
gnome-art-0.2_1     Frontend for art.gnome.org
gnome-audio-2.0.0_1 Sound files for use with GNOME 2
gnome-backgrounds-2.16.1 A collection of backgrounds
for GNOME 2
gnome-control-center-2.16.1 Control center for GNOME 2
project
gnome-cups-manager-0.31_4,1 Admistration tool for cups
gnome-desktop-2.16.1 Additional UI API for GNOME 2
gnome-doc-utils-0.7.2_1 GNOME doc utils
gnome-games-2.16.1.1 The game applications package for
the Gnome 2 Desktop Envir
gnome-icon-theme-2.16.0.1_1 A collection of icons for
the GNOME 2 desktop
gnome-icons-20060914_1 Meta-port for Gnome iconsets
gnome-icons-aqua-fusion-20030216_3 AquaFusion Icons
for Gnome
gnome-icons-cool-gorilla-20030726_3 CoolGorilla Icons
for Gnome
gnome-icons-crystal-1.2.0_2 Crystal SVG Icons for
Gnome
gnome-icons-edge-0.6_2 Sleek white icon theme for
GNOME
gnome-icons-gentoo-test-0.1_3 Gentoo-Test Icons for
Gnome
gnome-icons-iris-20050420_1 Iris SVG Icons for Gnome
gnome-icons-lila-0.6.3_2 Lila Icons for Gnome
gnome-icons-noia-full-20041102_2 Noia Icons for Gnome
gnome-icons-noia-warm-20041102_2 NoiaWarm Icons for
Gnome
gnome-icons-refined-20030203_3 Refined Icons for Gnome
gnome-icons-slick-20030209_3 Slick Icons for Gnome
gnome-icons-snow-apple-20030202_3 Snow-Apple Icons for
Gnome
gnome-icons-snowish-1.0_1 A Mac inspired icon theme
for GNOME
gnome-icons-stylish-20030129_2 Stylish Icons for Gnome
gnome-icons-ximian-south-1.3.6_3 Ximian-South Icons
for Gnome
gnome-keyring-0.6.0 A program that keeps passwords and
other secrets
gnome-keyring-manager-2.16.0 GNOME keyring manager
gnome-mag-0.13.1_1  GNOME screen magnifier
gnome-media-2.16.1  Multimedia applications for the
GNOME 2 desktop
gnome-menus-2.16.1  Implementation of the FreeDesktop
Desktop Menu Spec
gnome-mime-data-2.4.3 A MIME and Application database
for GNOME
gnome-mount-0.4_1   A font-end to mount, umount, and
eject using HAL
gnome-netstatus-2.12.0_3 A GNOME applet that shows
network status
gnome-nettool-2.16.0,1 A GNOME utility that provides
network information statistic
gnome-panel-2.16.1  Panel component for the GNOME 2
Desktop
gnome-pilot-2.0.14_1 PalmPilot conduit system for
GNOME 2
gnome-power-manager-2.16.2_2 Power management system
for the GNOME Desktop
gnome-screensaver-2.16.1_1 GNOME screen saver and
locker
gnome-session-2.16.1_1 Session component for the GNOME
2 desktop
gnome-speech-0.4.6  GNOME text-to-speech API
gnome-spell-1.0.7_2 A GNOME/Bonobo component for spell
checking
gnome-splashscreen-manager-0.2_2 Gnome splash screen
manager
gnome-system-monitor-2.16.1_1 GNOME 2 system monitor
program
gnome-system-tools-2.14.0_1 Tools to configure
workstations
gnome-terminal-2.16.1_1 Terminal component for the
GNOME 2 Desktop
gnome-themes-2.16.1.1 A collection of themes and icons
for GNOME2
gnome-themes-extras-0.9.0_1 More themes for the GNOME
2 desktop environment
gnome-translate-0.99_6 A natural language translator
gnome-user-docs-2.16.1 GNOME 2 users guide
gnome-user-share-0.10_1 Personal file-sharing service
for the GNOME Desktop
gnome-utils-2.16.2,1 GNOME 2 support utilities
gnome-vfs-2.16.2_1  GNOME Virtual File System
gnome-volume-manager-2.15.0_1 Automatically mount
removable media, and more
gnome2-2.16.1_3     The "meta-port" for the GNOME 2
integrated X11 desktop
gnome_subr-1.0      Common startup and shutdown
subroutines used by GNOME scrip
gnomehier-2.2       A utility port that creates the
GNOME directory tree
gnomesudoku-0.5.0_2 GNOME Sudoku game
gnumeric-1.7.0      The GNOME 2 spreadsheet
gnupg-1.4.5_1       The GNU Privacy Guard
gnuplot-4.0.0_6     A command-driven interactive
function plotting program
gnutls-1.4.5        GNU Transport Layer Security
library
goffice-0.3.0       GLib/GTK+ set of document centric
objects and utilities
gok-1.2.0_1,1       GNOME On-Screen Keyboard (GOK)
graveman-0.3.12.5   Another GTK2 frontend for
cdrecord, mkisofs, readcd and sox
grub-0.97           GRand Unified Bootloader
gsfonts-8.11_2      Fonts used by GNU Ghostscript (or
X)
gsm-1.0.12          Audio converter and library for
converting u-law to gsm enc
gstreamer-0.10.10_1 Development framework for creating
media applications
gstreamer-ffmpeg-0.10.1_1 GStreamer plug-in for
manipulating MPEG video streams
gstreamer-plugins-0.10.10,2 GStreamer written
collection of plugins handling several me
gstreamer-plugins-a52dec-0.10.4_1,2 Gstreamer ATSC
A/52 stream aka AC-3 (dvd audio) plugin
gstreamer-plugins-aalib-0.10.4_1,2 Gstreamer ascii art
plugin
gstreamer-plugins-all-1.3.0.10.1 Meta-port of all
gstreamer plugins with options
gstreamer-plugins-bad-0.10.3_1,2 Bad gstreamer-plugins
gstreamer-plugins-cairo-0.10.4_1,2 Gstreamer vector
graphics plugin
gstreamer-plugins-cdparanoia-0.10.10_2,2 Gstreamer
CDDA extraction (aka audio ripping) plugin
gstreamer-plugins-core-0.10_7 Core set of typical
audio and video gstreamer-plugins
gstreamer-plugins-dts-0.10.3_1,2 Gstreamer dts plugin
gstreamer-plugins-dv-0.10.4_1,2 Gstreamer dv plugin
gstreamer-plugins-dvd-0.10.4,2 Gstreamer dvd plugin
set
gstreamer-plugins-esound-0.10.4_1,2 Gstreamer
enlightenment sound library plugin
gstreamer-plugins-faac-0.10.3_1,2 Gstreamer MPEG-2 and
MPEG-4 AAC encoder plugin
gstreamer-plugins-faad-0.10.3_2,2 Gstreamer MPEG-2 and
MPEG-4 AAC decoder plugin
gstreamer-plugins-flac-0.10.4_1,2 Gstreamer free
lossless audio encoder/decoder plugin
gstreamer-plugins-gconf-0.10.4_3,2 Gstreamer gconf
plugin
gstreamer-plugins-gnomevfs-0.10.10_1,2 Gstreamer
gnomevfs plugin
gstreamer-plugins-gnonlin-0.10.5_1 Gstreamer lib for
writing non-linear audio and video
gstreamer-plugins-good-0.10.4_4,2 Good
gstreamer-plugins
gstreamer-plugins-gsm-0.10.3_1,2 Gstreamer gsm
encoding/decoding plugin
gstreamer-plugins-hal-0.10.4,2 Gstreamer hal plugin
gstreamer-plugins-ivorbis-0.10.3_1,2 Gstreamer integer
only Ogg Vorbis decoder plugin
gstreamer-plugins-jpeg-0.10.4_1,2 Gstreamer jpeg
encoder/decoder plugin
gstreamer-plugins-ladspa-0.10.4_1,2 Gstreamer ladspa
(Linux Audio Developer's Simple Plugin API
gstreamer-plugins-lame-0.10.4_1,2 Gstreamer mp3 encode
plugin
gstreamer-plugins-libcaca-0.10.4_1,2 Gstreamer color
ascii art plugin
gstreamer-plugins-libmms-0.10.3_1,2 Gstreamer mms://
and mmsh:// plugin
gstreamer-plugins-libpng-0.10.4_1,2 Gstreamer png
plugin
gstreamer-plugins-libvisual-0.10.10_1,2 Gstreamer
libvisual plugin
gstreamer-plugins-mad-0.10.4_2,2 Gstreamer mp3 decoder
plugin
gstreamer-plugins-mpeg2dec-0.10.4_1,2 Gstreamer mpeg
decode plugin
gstreamer-plugins-musepack-0.10.3_3,2 Gstreamer
musepack mpc encoder/decoder plugin
gstreamer-plugins-ogg-0.10.10_1,2 Gstreamer Ogg
bitstream plugin
gstreamer-plugins-pango-0.10.10_1,2 Gstreamer pango
textoverlay plugin
gstreamer-plugins-sdl-0.10.3_1,2 Gstreamer SDL plugin
gstreamer-plugins-shout2-0.10.4_2,2 Gstreamer icecast
plugin
gstreamer-plugins-sidplay-0.10.4_1,2 Gstreamer
Commodore SID decoder plugin
gstreamer-plugins-speex-0.10.4_1,2 Gstreamer speex
voice plugin
gstreamer-plugins-theora-0.10.10_2,2 Gstreamer theora
plugin
gstreamer-plugins-ugly-0.10.4_2,2 Ugly
gstreamer-plugins
gstreamer-plugins-vorbis-0.10.10_1,2 Gstreamer vorbis
encoder/decoder plugin
gstreamer-plugins-wavpack-0.10.3_1,2 GStreamer written
collection of plugins handling several me
gstreamer-plugins-xvid-0.10.3,2 Gstreamer xvid plugin
gstreamer-plugins80-0.8.12_2,1 GStreamer written
collection of plugins handling several me
gstreamer80-0.8.12_2 Development framework for
creating media applications
gtar-1.16_1         GNU version of the traditional tar
archiver
gthumb-2.6.9_1      An image viewer and browser for
the GNOME 2 environment
gtk-1.2.10_17       Gimp Toolkit for X11 GUI (previous
stable version)
gtk-2.10.6_2        Gimp Toolkit for X11 GUI (current
stable version)
gtk-engines2-2.8.1  Theme engine for the gtk+-2.0
toolkit
gtk-murrina-lightblue-0.1 Murrina LightBlue GTK+ 2.x
cairo based theme
gtk-murrine-engine-0.30.2 Murrine GTK+ 2.x cairo based
engine
gtk-sharp-2.8.2     GTK+ and GNOME interfaces for the
.NET runtime
gtkhtml3-3.12.1     Lightweight HTML
rendering/printing/editing engine
gtksourceview-1.8.1 A text widget that adds syntax
highlighting to the GtkTextV
gtkspell-2.0.11_4   A GTK+ 2 spell checking component
gucharmap-gnome-1.8.0 A Unicode/ISO10646 character map
and font viewer
guile-1.6.8         GNU Ubiquitous Intelligent
Language for Extension
gv-3.6.2            A PostScript and PDF previewer
hal-0.5.8.20061107_1 Hardware Abstraction Layer for
simplifying device access
hal-device-manager-0.5.8.20061107 HAL device manager
hicolor-icon-theme-0.9_2 A high-color icon theme shell
from the FreeDesktop project
hpijs-2.1.4         Drivers and support resources for
HP Inkjet Printers
icons-tango-0.7.2_3 A basic set of icons for the most
common usage
id3lib-3.8.3_3      Library for manipulating
ID3v1/v1.1 and ID3v2 tags
imake-6.9.0         Imake and other utilities from
X.Org
imlib-1.9.15_4      A graphic library for
enlightenment package
imlib2-20060926_1,1 The next generation graphic
library for enlightenment packa
intltool-0.35.0     Tools to internationalize various
kinds of data files
iso-codes-0.53      Lists of the country, language and
currency iso names
iso8879-1986_2      Character entity sets from ISO
8879:1986 (SGML)
ispell-3.2.06_15    An interactive spelling checker
for multiple languages
jackit-0.101.1_1    A low-latency audio server
jasper-1.701.0_1    An implementation of the codec
specified in the JPEG-2000 s
javavmwrapper-2.3   Wrapper script for various Java
Virtual Machines
jbigkit-1.6         Lossless compression for bi-level
images such as scanned pa
jde-emacs21-2.3.5_1 Java Development Environment for
Emacs
jpeg-6b_4           IJG's jpeg compression utilities
k3b-0.12.17         A CD/DVD recording GUI for KDE
kdegraphics-3.5.4   Graphics utilities for the KDE3
integrated X11 desktop
kdehier-1.0_11      Utility port which installs a
hierarchy of shared KDE direc
kdelibs-3.5.4_4     Base set of libraries needed by
KDE programs
kermit-8.0.211      Serial and network communications
package
kile-1.9.2          A LaTeX source editor for KDE
koctave3-0.65_4     KDEGUI for octave
ladspa-1.12_1       Linux Audio Developer's Simple
Plugin API
lame-3.97_1         ISO code based fast MP3 encoder
kit
lcms-1.15_1,1       Light Color Management System -- a
color management library
libIDL-0.8.7        A library for creating trees of
CORBA IDL files
libXft-2.1.7_1      A client-sided font API for X
applications
liba52-0.7.4_1      A free library for decoding ATSC
A/52 streams, aka AC-3
libao-esound-0.8.5_3 Portable audio output library
libart_lgpl2-2.3.17_1 Library for high-performance 2D
graphics
libaudiofile-0.2.6  A sound library for SGI audio file
libbonobo-2.16.0_1  A component and compound document
system for GNOME2
libbonoboui-2.16.0  GUI frontend to the libbonobo
component of GNOME 2
libcddb-1.2.2       A library to access data on a CDDB
server
libcdio-0.77_1      Compact Disc Input and Control
Library
libchk-1.9          A tool to check shared library
links
libcroco-0.6.1      CSS2 parsing library
libdaemon-0.10_1    Lightweight C library that eases
the writing of UNIX daemon
libdrm-2.0.2        Userspace interface to kernel
Direct Rendering Module servi
libdv-0.104_2       Quasar DV codec (libdv): software
codec for DV video encodi
libdvdcss-1.2.9_2   Portable abstraction library for
DVD decryption
libdvdnav-0.1.10_1  The library for the xine-dvdnav
plugin
libdvdread-0.9.4_1  This is needed by ogle, which is a
DVD player that supports
libexif-0.6.13      Library to read digital camera
file meta-data
libfpx-1.2.0.12     Library routines for working with
Flashpix images
libgail-gnome-1.1.3_2 An implementation of the ATK
interfaces for GNOME widgets
libgcrypt-1.2.3_1   "General purpose crypto library
based on code used in GnuPG
libgda2-1.2.3_2,1   Provides uniform access to
different kinds of data sources
libgda3-1.9.102_2   Provides uniform access to
different kinds of data sources
libgksu-1.3.8       Library providing su and sudo
functionality
libgksuui-1.0.7_1   A graphical fronted to su library
libglade2-2.6.0_2   GNOME glade library
libglut-6.4.2       A graphics library similar to
SGI's OpenGL
libgmp-4.2.1_1      A free library for arbitrary
precision arithmetic
libgnome-2.16.0     Libraries for GNOME, a GNU desktop
environment
libgnomecanvas-2.14.0_2 A graphics library for GNOME
libgnomecups-0.2.2_1,1 Support library for gnome cups
admistration
libgnomedb-1.9.102_3 Library components for the GNOME
database frontend
libgnomeprint-2.12.1_3 Gnome print support library
libgnomeprintui-2.12.1_2 Gnome print support library
libgnomesu-1.0.0_2  Library and frontend for running
commands as root
libgnomeui-2.16.1   Libraries for the GNOME GUI, a GNU
desktop environment
libgpg-error-1.4    Common error values for all GnuPG
components
libgphoto2-2.2.1_2  A universal digital camera picture
control tool
libgsf-1.14.3       An extensible i/o abstraction for
dealing with structured f
libgsf-gnome-1.14.3 A GNOME wrapper for libgsf
libgtkhtml-2.11.0_2 Lightweight HTML
rendering/printing/editing engine
libgtop-2.14.4      GNOME 2 top library
libiconv-1.9.2_2    A character set conversion library
libid3tag-0.15.1b   ID3 tags library (part of MAD
project)
libidn-0.6.8        Internationalized Domain Names
command line tool
libijs-0.35_1       C library that supports plugin
printer driver for Ghostscri
libltdl-1.5.22      System independent dlopen wrapper
libmad-0.15.1b_2    Libmad library (part of MAD
project)
libmikmod-esound-3.1.11_2 MikMod Sound Library
libmms-0.3          Library for parsing mms:// and
mmsh:// type network streams
libmng-1.0.9        Multiple-image Network Graphics
(MNG) reference library
libmpcdec-1.2.2     High quality audio compression
format
libmpeg2-0.4.0b_3   A free library for decoding mpeg-2
and mpeg-1 video streams
libmspack-0.0.20040308_3 A library for Microsoft
compression formats
libmusicbrainz-2.1.4 2nd generation incarnation of the
CD Index - audio metadata
libnotify-0.4.3     A library for desktop
notifications
libofa-0.9.3        The Open Fingerprint Architecture
Library
libogg-1.1.3,3      Ogg bitstream library
liboil-0.3.9_1      Library of optimized inner loops
libpaper-1.1.14.3_1 A library providing routines for
paper size management
librsvg2-2.16.1     Library for parsing and rendering
SVG vector-graphic files
libsamplerate-0.1.2_2 Secret Rabbit Code: a Sample
Rate Converter for audio
libsexy-0.1.8       Extension widgets for GTK+
libshout2-2.2_2,1   Routines for connecting and
transmitting data to the icecas
libsidplay-1.36.59  A Commodore SID-chip emulator
library to play SID music fil
libsndfile-1.0.17   Reading and writing files
containing sampled sound (like WA
libsoup-2.2.97      A SOAP (Simple Object Access
Protocol) implementation in C
libsvg-0.1.4        A parser for SVG content in files
or buffers
libsvg-cairo-0.1.6_2 SVG rendering library
libtasn1-0.3.6      ASN.1 structure parser library
libthai-0.1.5_1     Thai language support library
libtheora-1.0.a7    Theora video codec for the Ogg
multimedia streaming system
libtool-1.5.22_2    Generic shared library support
script
libtranslate-0.99_4 A natural language translation
library
libtremor-1.0.2.02132004 Integer-only fully Ogg Vorbis
compliant decoder library
libtunepimp-0.5.1,1 Client library for musicbrainz
libungif-4.1.4_2    Tools and library routines for
working with GIF images
libusb-0.1.12_1     Library giving userland programs
access to USB devices
libvisual-0.2.0_1   Abstraction library that sits
between apps and visual plugi
libvolume_id-0.71.0 Library to provide file system
type information
libvorbis-1.1.2,3   Audio compression codec library
libwmf-0.2.8.4      Tools and library for converting
Microsoft WMF (windows met
libwnck-2.16.1      Library used for writing pagers
and taskslists
libwpd-0.8.4_1      Tools for importing and exporting
WordPerfect(tm) documents
libwww-5.4.0_3      The W3C Reference Library
libxklavier-2.91_4,1 An utility library to make XKB
stuff easier
libxml2-2.6.26      XML parser library for GNOME
libxslt-1.1.17      The XSLT C library for GNOME
liferea-1.0.26      Simple RSS/RDF feed reader
linc-1.0.3_6        A library for writing networked
servers & clients
linux-atk-1.9.1     Accessibility Toolkit, Linux/i386
binary
linux-expat-1.95.8  Linux/i386 binary port of Expat
XML-parsing library
linux-firefox-2.0   Web browser based on the browser
portion of Mozilla
linux-flashplugin-7.0r68 Adobe Flash Player NPAPI
Plugin
linux-fontconfig-2.2.3_5 Linux/i386 binary of
Fontconfig
linux-glib2-2.6.6   Version 2.X Linux/i386 binary port
of GLib
linux-gtk2-2.6.10   GTK+ library, version 2.X, Linux
binary
linux-hicolor-icon-theme-0.5_1 A high-color icon theme
shell from the FreeDesktop project
linux-jpeg-6b.34    RPM of the JPEG lib
linux-pango-1.8.1   Linux pango binary
linux-png-1.2.8_2   RPM of the PNG lib
linux-realplayer-10.0.8.805.20060718 Linux RealPlayer
10 from RealNetworks
linux-tiff-3.7.1    TIFF library, Linux/i386 binary
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_9   Base set of packages needed in
Linux mode (for i386/amd64)
linuxdoc-1.1_1      The Linuxdoc SGML DTD
localedata-5.4      Legacy locale data for FreeBSD 6+
lsof-4.77           Lists information about open files
(similar to fstat(1))
lua-4.0.1_1         Small, compilable scripting
language providing easy access 
lynx-ssl-2.8.5_2    A non-graphical, text-based
World-Wide Web client with SSL 
m4-1.4.4            GNU m4
mDNSResponder-108   Apple's mDNSResponder
mad-0.15.0b         The "meta-port" for the MAD sound
playback system
madplay-esound-0.15.2b Madplay MP3 player (part of MAD
project)
mail-notification-3.0_1 A mail notification for
freedesktop.org-compliant system tr
meld-0.9.4.1_4      GNOME 2 visual diff and merge tool
metacity-2.16.3     A window manager for the adult in
you
metacity-theme-microgui-1.0 The microGUI Sawfish theme
for Metacity
metacity-themes-20040306_3 Meta-port for Gnome
Metacity themes
mime-support-3.37.1 MIME Media Types list
mono-1.1.13.8.1     An open source implementation of
.NET Development Framework
monodoc-1.1.13      Documentation for Mono and Mono
libraries
moztraybiff-1.2.2_2 New mail tray icon for Thunderbird
mpeg2codec-1.2_1    An MPEG-2 Encoder and Decoder
mpeg4ip-libmp4v2-1.5.0.1 Mpeg-4 library and tools from
mpeg4ip
mpg321-0.2.10_6     A free command-line mp3 player,
compatible with mpg123
mplayer-0.99.8_5    High performance media
player/encoder supporting many forma
mplayer-skins-1.1.2_5 Skins for MPlayer's Graphical
User Interface (GUI)
mplayerplug-in-3.31_1 A Mozilla plugin for the MPlayer
media player
msmtp-1.4.7         SMTP plugin for MUAs
mtools-3.9.10       A collection of tools for
manipulating MSDOS files
musicpd-0.12.1      A remote-controllable music-daemon
mutt-1.4.2.2        The Mongrel of Mail User Agents
(part Elm, Pine, Mush, mh, 
mysql-client-4.0.27 Multithreaded SQL database
(client)
nano-1.2.5          Nano's ANOther editor, an enhanced
free Pico clone
nautilus-2.16.2_1   File manager for the GNOME desktop
nautilus-cd-burner-2.16.1_1 CD burner view for
Nautilus
netpbm-10.26.33     A toolkit for conversion of images
between different format
nmap-4.11           Port scanning utility for large
networks
normalize-0.7.7     A tool for adjusting the volume of
wave/MP3 files to a stan
notification-daemon-0.3.6 Send small notifications to
your desktop
nspr-4.6.3_1        A platform-neutral API for system
level and libc like funct
nss-3.11.3          Libraries to support development
of security-enabled applic
octave-2.1.73_1     High-level interactive language
for numerical computations
opal-2.2.2          VoIP abstraction library
open-motif-2.2.3_2  Motif X11 Toolkit (industry
standard GUI (IEEE 1295))
openldap-client-2.3.30 Open source LDAP client
implementation
openssl-0.9.8d      SSL and crypto library
opera-9.02.20060919 A blazingly fast, full-featured,
standards-compliant browse
orca-1.0.0          Scriptable screen reader
p5-XML-LibXML-1.61003_1 Interface to Gnome libxml2
library
p5-XML-LibXML-Common-0.13 Routines and Constants
common for XML::LibXML and XML::GDOM
p5-XML-NamespaceSupport-1.09_1 A simple generic
namespace support class
p5-XML-Parser-2.34_2 Perl extension interface to James
Clark's XML parser, expat
p5-XML-SAX-0.14     Simple API for XML
pan-0.119           Threaded GTK+2 newsreader based on
Agent for Windows
pango-1.14.7        An open-source framework for the
layout and rendering of i1
par2cmdline-0.4     Tools for using Parity v2 Archive
files
pciids-20061026     Pci.ids database from pciutils
pcre-6.7            Perl Compatible Regular
Expressions library
pd-0.37_1           Pure Data, a MIDI-capable
real-time audio processor/synthes
pdflib-7.0.0p3      A C library for dynamically
generating PDF
perl-5.8.8          Practical Extraction and Report
Language
picard-0.7.2        Next generation MusicBrainzTagger
pilot-link-0.12.1_1,1 Suite of tools used to connect
and sync your Palm handled
pkg-config-0.21     A utility to retrieve information
about installed libraries
pkg_rmleaves-20050922 Interactive script for
deinstalling 'leaf' packages
png-1.2.12_1        Library for manipulating PNG
images
policykit-0.1.20060514_3 Framework for controlling
access to system-wide components
poppler-0.5.4_2     A PDF rendering library
poppler-data-0.1    Poppler encoding data
poppler-gtk-0.5.4_1 Gtk bindings to poppler
poppler-qt-0.5.4    Qt bindings to poppler
popt-1.7_1          A getopt(3) like library with a
number of enhancements, fro
portaudio-18.1_2    Portable cross-platform Audio API
portupgrade-2.1.3.3_1,2 FreeBSD ports/packages
administration and management tool s
psiconv-0.9.8_1     A conversion utility to convert
Psion 5(MX) files into othe
pstree-2.27         List processes as a tree
pwlib-1.10.1_2,1    A cross platform C++ library, used
by OpenH323
py24-BitTorrent-4.20.2_1,1 A peer-to-peer tool for
distributing files written in Pytho
py24-cairo-1.2.2    Python bindings for Cairo
py24-ctypes-1.0.0   Python module allowing to create
and manipulate C data type
py24-dbus-0.71      Python bindings for the D-BUS
messaging system
py24-dnspython-1.4.0 A DNS toolkit for Python
py24-gnome-2.16.2   A set of Python bindings for GNOME
2
py24-gnome-desktop-2.16.0 A set of Python bindings
used by modules in the GNOME Deskt
py24-gnome-extras-2.14.2 A set of Python bindings for
GNOME 2
py24-gobject-2.12.2 Python bindings for GObject
py24-gtk-2.10.3     A set of Python bindings for GTK
py24-imaging-1.1.5_2 The Python Imaging Library
py24-libtunepimp-0.5.1 Python bindings for libtunepimp
py24-libxml2-2.6.26 Python interface for XML parser
library for GNOME
py24-musicbrainz2-0.3.1 Next Generation Python
bindings for MusicBrainz
py24-numeric-24.2   The Numeric Extension to Python
py24-opengl-2.0.1.07_3 An OpenGL (and related library)
interface for Python
py24-orbit-2.14.1   Python bindings for ORBit2
py24-psyco-1.5.1    Python Specializing Compiler
py24-pycrypto-2.0.1_1 The Python Cryptography Toolkit
py24-tkinter-2.4.3_1 Python bindings to the Tk widget
set
py24-twistedCore-2.4.0 An asynchronous networking
framework for Python - Core modu
py24-wxPython-common-2.6.3.3 Python bindings for the
wxWidgets/GTK GUI toolkit
py24-wxPython-unicode-2.6.3.3 Python bindings for the
wxWidgets/GTK GUI toolkit
py24-zopeInterface-3.0.1 Zope.interface package from
Zope 3
pyrex-0.9.4.1       Programming Language for writing
Python extension modules
python-2.4.3,1      The "meta-port" for the stable
version of Python interprete
python24-2.4.3_3    An interpreted object-oriented
programming language
qmake-3.3.6         The build utility of the Qt
project
qt-3.3.6_3          Multiplatform C++ application
framework
rar-3.60,1          File archiver (binary port)
rpm-3.0.6_13        The Red Hat Package Manager
rpm2cpio-1.2_2      Convert .rpm files for extraction
with /usr/bin/cpio, needs
ruby-1.8.5_4,1      An object-oriented interpreted
scripting language
ruby18-atk-0.15.0   Ruby binding for ATK
ruby18-cairo-1.2.0  Ruby binding for Cairo
ruby18-ecore-20061008 Ruby bindings for Ecore library
ruby18-edje-20061008 Ruby bindings for Edje library
ruby18-esmart-20061008 Ruby bindings for Esmart
library
ruby18-evas-20061008 Ruby bindings for Evas library
ruby18-gconf2-0.15.0 A Ruby interface to GConf2
ruby18-gdk_pixbuf2-0.15.0 Ruby binding for GdkPixbuf2
ruby18-gems-0.8.11  Package management framework for
the Ruby language
ruby18-glib2-0.15.0 Ruby binding for GLib2
ruby18-gnome2-0.15.0 A set of Ruby bindings for GNOME2
ruby18-gnomecanvas2-0.15.0 Ruby binding for
GnomeCanvas2
ruby18-gtk2-0.15.0  Ruby binding for GTK+2
ruby18-libart2-0.15.0 Ruby binding for Libart2
ruby18-libglade2-0.15.0 Ruby binding for Libglade2
ruby18-pango-0.15.0 Ruby binding for Pango
ruby18-xmms2-0.2.d.7 Ruby Bindings for XMMS2
ruby18-xmms2-ecore-0.2.d.7 Ruby ecore mainloop
bindings for XMMS2
rubygem-rake-0.7.1  Ruby Make
samba-3.0.23c_2,1   A free SMB and CIFS client and
server for UNIX
samba-libsmbclient-3.0.23c Shared libs from the samba
package
scons-0.96.92       A build tool alternative to make
screen-4.0.3        A multi-screen window manager
scrollkeeper-0.3.14_5,1 An Open Document Cataloging
Project
scummvm-0.8.2_1     Graphical Adventure Game Virtual
Machine
sdl-1.2.11,2        Cross-platform multi-media
development API
sdl_gfx-2.0.13_2    SDL graphics drawing primitives
and other support functions
sdl_image-1.2.5     A simple library to load images of
various formats as SDL s
sdl_mixer-1.2.7     A sample multi-channel audio mixer
library
sdl_ttf-2.0.8_1     A library to use TrueType fonts to
render text in SDL appli
sdocbook-xml-1.1,1  "Simplified" DocBook XML DTD
shared-mime-info-0.19 A MIME type database from the
FreeDesktop project
show-2.2_1          A fast, flexible, extensible and
bloat-free image viewer fo
smpeg-0.4.4_6       A free MPEG1 video player library
with sound support
sound-juicer-2.16.1 Clean, mean and lean CD ripper for
GNOME2
sox-12.18.2         SOund eXchange - universal sound
sample translator
speex-1.0.5_1,1     An open-source patent-free voice
codec
spidermonkey-1.5_3  A standalone JavaScript
interpreter from the Mozilla projec
sqlite-2.8.17_1     An SQL database engine in a C
library w/ Tcl wrapper
sqlite-3.3.7        An SQL database engine in a C
library w/ Tcl wrapper
startup-notification-0.8_3 Library that supports
startup notification spec from freede
stow-1.3.3_2        GNU version of Carnegie Mellon's
"Depot" program
stuffit-5.2.0.611_1 Stuffit Archive Creator and
Expander
sudo-1.6.8.12_1     Allow others to run commands as
root
svgalib-1.4.3_5     A low level console graphics
library
sweep-0.9.1_1       A sound editor for the GNOME/GTK
2.0 desktop
swt-3.1.1_1         Standard Widget Toolkit for Java
system-tools-backends-1.4.2_3 Backend system admin
scripts for gnome-system-tools
t1lib-5.1.0_1,1     A Type 1 Rasterizer Library for
UNIX/X11
taglib-1.4_2        Library for manipulating ID3 tags
and Ogg comments
talkfilters-2.3.7   Set of filters to convert English
text to various stereotyp
tap-plugins-0.7.0   LADSPA Plugins by Tom Szilagy
tcl-8.4.13_1,1      Tool Command Language
teTeX-3.0_1         A meta port for teTeX suite
teTeX-base-3.0_10   Thomas Esser's distribution of TeX
& friends (binaries)
teTeX-texmf-3.0_5   Thomas Esser's distribution of TeX
& friends (texmf tree)
tex-texmflocal-1.9  Meta-port that creates a
site-local $TEXMF directory
texi2html-1.76_1,1  Texinfo to HTML converter
texinfo-4.8_3       A typeset documentation system
with multiple format output
thunderbird-1.5.0.8 Mozilla Thunderbird is standalone
mail and news that stands
thunderbird-enigmail-0.94.1_1 A GnuPG extension for
the Thunderbird mail client
tidy-20000804_2     Fixes and tidies up HTML files
tiff-3.8.2          Tools and library routines for
working with TIFF images
timidity-0.2i       MIDI to WAV renderer and player
tin-1.8.2_1         Easy-to-use threaded newsreader
with NOV/NNTP support
tk-8.4.13,2         Graphical toolkit for TCL
tomboy-0.4.1_1      Personal note taking system for
the GNOME desktop
totem-gstreamer-2.16.2_2 A Gstreamer-based video
player for the Gnome 2 desktop
transfig-3.2.4_1    Tools to convert Xfig's .fig files
unrar-3.60,4        Extract, view & test RAR archives
unzip-5.52_2        List, test and extract compressed
files in a ZIP archive
uulib-0.5.20_1      A library for
uu/xx/Base64/BinHex/yEnc de-/encoding
vino-2.16.0_1       VNC server that allows for remote
access to your GNOME desk
vnc-4.1.2           Display X and Win32 desktops on
remote X/Win32/Java display
vorbis-tools-1.1.1_1,3 Play, encode, and manage Ogg
Vorbis files
vte-0.14.1_1        Terminal widget with improved
accessibility and I18N suppor
wavpack-4.32        Compress (and restore) both 16 and
24-bit audio files in .w
webfonts-0.30       TrueType core fonts for the Web
wget-1.10.2         Retrieve files from the Net via
HTTP and FTP
win32-codecs-3.1.0.p8_1,1 Huge compilation of Win32
binary video codecs
wv-1.2.4            A library and executables to
access Microsoft Word files
wxgtk2-2.6.3        The wxWidgets GUI toolkit with
GTK+ bindings
wxgtk2-common-2.6.3 The wxWidgets GUI toolkit (common
files)
wxgtk2-contrib-2.6.3 The wxWidgets GUI toolkit
contributed libraries
wxgtk2-contrib-common-2.6.3 The wxWidgets GUI toolkit
contributed libraries (common fil
wxgtk2-unicode-2.6.3 The wxWidgets GUI toolkit
(Unicode)
wxgtk2-unicode-contrib-2.6.3 The wxWidgets GUI toolkit
contributed libraries (Unicode)
xdvik-tetex-22.84.10 DVI Previewer(kpathsearch) for X
xfig-3.2.4_4        A drawing program for X11
xmlcatmgr-2.2       SGML and XML catalog manager
xmms-esound-1.2.10_6 X Multimedia System --- An audio
player with a Winamp GUI
xmms-faad2-2.0_3    XMMS plugin for faad
xmms-flac-1.1.2_1   XMMS input plugin for playing FLAC
files
xmms-mad-0.1.1_3    A XMMS input plugin that uses
libmad
xmms-scrobbler-0.3.8.1_3 XMMS plugin for
Audioscrobbler.com
xmms-speex-0.9.1_3  XMMS input plugin to play speex
files
xmms-wma-1.0.5      WMA plugin for xmms
xmms2-0.2.d.7       Rewrite of xmms as a client/server
system (developer releas
xorg-6.9.0          X.Org distribution metaport
xorg-clients-6.9.0_3 X client programs and related
files from X.Org
xorg-documents-6.9.0 Documentation of X11 protocol and
libraries from X.Org
xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap
fonts
xorg-fonts-encodings-6.9.0_1 X.Org font encoding files
xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous
bitmap fonts
xorg-fonts-truetype-6.9.0 X.Org TrueType fonts
xorg-fonts-type1-6.9.0 X.Org Type1 fonts
xorg-fontserver-6.9.0_1 X font server from X.Org
xorg-libraries-6.9.0 X11 libraries and headers from
X.Org
xorg-manpages-6.9.0 X.Org library manual pages
xorg-nestserver-6.9.0_1 Nesting X server from X.Org
xorg-printserver-6.9.0_2 X Print server from X.Org
xorg-server-6.9.0_5 X.Org X server and related
programs
xorg-vfbserver-6.9.0_2 X virtual framebuffer server
from X.Org
xpdf-3.01_3         Display PDF files, and convert
them to other formats
xscreensaver-gnome-hacks-4.24_1 Save your screen while
you entertain your cat (for GNOME us
xterm-222           Terminal emulator for the X Window
System
xvid-1.1.0,1        An opensource MPEG-4 codec, based
on OpenDivx
yelp-2.16.1_1       A help browser for the GNOME 2
desktop
zenity-2.16.1       Display GNOME dialogs from the
command line
zip-2.32            Create/update ZIP files compatible
with pkzip
zipios++-0.1.5.9    A java.util.zip-like C++ library
for reading and writing Zi

> dmesg
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,
1991, 1992, 1993, 1994
	The Regents of the University of California. All
rights reserved.
FreeBSD 6.1-RELEASE-p10 #0: Sat Oct 14 21:29:51 EDT
2006
    root@calvin:/usr/obj/usr/src/sys/CALVIN
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (2657.83-MHz
686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf27  Stepping = 7
 
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x4400<CNTX-ID,<b14>>
real memory  = 267911168 (255 MB)
avail memory = 252620800 (240 MB)
ACPI APIC Table: <PTLTD  	 APIC  >
ioapic0 <Version 2.0> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <PTLTD   RSDT> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality
1000
acpi_timer0: <24-bit timer at 3.579545MHz> port
0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on
acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel 82845G host to AGP bridge> mem
0xd0000000-0xd3ffffff at device 0.0 on pci0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci1: <ACPI PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver
attached)
uhci0: <Intel 82801DB (ICH4) USB controller USB-A>
port 0x1800-0x181f irq 16 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> on
uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00,
addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801DB (ICH4) USB controller USB-B>
port 0x1820-0x183f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on
uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00,
addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801DB (ICH4) USB controller USB-C>
port 0x1840-0x185f irq 18 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801DB (ICH4) USB controller USB-C> on
uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00,
addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <Intel 82801DB/L/M (ICH4) USB 2.0 controller>
mem 0xc0000000-0xc00003ff irq 23 at device 29.7 on
pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1
usb2
usb3: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> on
ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00,
addr 1
uhub3: 6 ports with 6 removable, self powered
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci2: <ACPI PCI bus> on pcib2
fxp0: <Intel 82801DB (ICH4) Pro/100 VE Ethernet> port
0x3000-0x303f mem 0xc0200000-0xc0200fff irq 20 at
device 8.0 on pci2
miibus0: <MII bus> on fxp0
inphy0: <i82562EM 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
fxp0: Ethernet address: 00:09:6b:d1:43:4f
pci2: <multimedia, video> at device 9.0 (no driver
attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1860-0x186f at
device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
pci0: <serial bus, SMBus> at device 31.3 (no driver
attached)
pcm0: <Intel ICH4 (82801DB)> port
0x1c00-0x1cff,0x18c0-0x18ff mem
0xc0000c00-0xc0000dff,0xc0000800-0xc00008ff irq 17 at
device 31.5 on pci0
pcm0: <Analog Devices AD1981B AC97 Codec>
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz0: _CRT value is absurd, ignored (6280.3C)
acpi_button0: <Power Button> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64
irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model MouseMan+, device ID 0
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7
irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff
irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff
irq 3 on acpi0
sio1: type 16550A
ppc0: <ECP parallel printer port> port
0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in
COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem
0xc0000-0xc8fff,0xc9000-0xc9fff,0xca000-0xcafff,0xe0000-0xeffff
on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem
0xa0000-0xbffff on isa0
umass0: KINGSTON USB DRIVE, rev 1.10/0.01, addr 2
Timecounter "TSC" frequency 2657827560 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 38162MB <WDC WD400BB-23DEA0 05.03E05> at
ata0-master UDMA100
ad1: 238475MB <WDC WD2500LB-55EDA0 15.05R15> at
ata0-slave UDMA100
acd0: DVDROM <HL-DT-STDVD-ROM GDR8161B/0043> at
ata1-master UDMA66
acd1: CDRW <HL-DT-ST GCE-8481B/1.10> at ata1-slave
UDMA33
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <KINGSTON USB DRIVE 1.12> Removable Direct Access
SCSI-CCS device 
da0: 1.000MB/s transfers
da0: 61MB (125952 512 byte sectors: 64H 32S/T 61C)
cam_periph_alloc: attempt to re-allocate valid device
pass2 rejected
passasync: Unable to attach new device due to status
0x6: CCB request was invalid
cam_periph_alloc: attempt to re-allocate valid device
cd1 rejected
cdasync: Unable to attach new device due to status 0x6
cd0 at ata1 bus 0 target 0 lun 0
cd0: <HL-DT-ST DVD-ROM GDR8161B 0043> Removable CD-ROM
SCSI-0 device 
cd0: 66.000MB/s transfers
cd0: cd present [359570 x 2048 byte records]
cd1 at ata1 bus 0 target 1 lun 0
cd1: <HL-DT-ST CD-RW GCE-8481B 1.10> Removable CD-ROM
SCSI-0 device 
cd1: 33.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY,
Medium not present
cam_periph_alloc: attempt to re-allocate valid device
pass1 rejected
passasync: Unable to attach new device due to status
0x6: CCB request was invalid
cam_periph_alloc: attempt to re-allocate valid device
cd0 rejected
cdasync: Unable to attach new device due to status 0x6
Trying to mount root from ufs:/dev/ad0s1a
drm0: <ATI Radeon QY RV100 7000/VE> port 0x2000-0x20ff
mem 0xe0000000-0xe7ffffff,0xc0100000-0xc010ffff irq 16
at device 0.0 on pci1
info: [drm] AGP at 0xd0000000 64MB
info: [drm] Initialized radeon 1.19.0 20050911

Thanks,
/brian


 
____________________________________________________________________________________
Sponsored Link

Mortgage rates near 39yr lows. 
$420k for $1,399/mo. Calculate new payment! 
www.LowerMyBills.com/lre



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?475890.78382.qm>