search for: 872571

Displaying 2 results from an estimated 2 matches for "872571".

Did you mean: 82571
2006 Sep 18
3
tripp lite SMART2200RMXL2U -- empty ups.status
...d: 0001 driver.version: 2.1.0 driver.version.internal: 0.6 input.voltage: 106 input.voltage.nominal: 120 ups.debug.D: 36 38 38 37 0d 00 00 '6887...' ups.debug.M: 30 30 37 37 0d 00 00 '0077...' ups.debug.S: 31 34 30 00 5a 30 0d '140.Z0.' ups.debug.T: 38 37 32 35 37 31 0d '872571.' ups.delay.shutdown: 64 ups.firmware: F1115.B ups.load: 3 ups.mfr: Tripp Lite ups.model: SMART2200RMXL2U ups.power.nominal: 2200 ups.status: $
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is marked as __deprecated.This also gets rid of a duplicated call of pci_bus_start_devices(). 2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of open-coded private implementation. 3) Use pci_set_host_bridge_release()