Lines Matching refs:that
13 controller chips that have extended capabilities for detecting and
26 the idea behind EEH is that the operating system can become more
43 The most common software bug, is one that causes the device to
44 attempt to DMA to a location in system memory that has not been
45 reserved for DMA access for that card. This is a powerful feature,
85 uniform abstraction layer that will work with all pSeries
88 If the OS or device driver suspects that a PCI slot has been
91 into a consistent state (given that it won't be able to complete any
100 do not need to know that the PCI card has been "rebooted" in this
105 kernel/device driver should assume the worst-case scenario, that the
116 so that individual device drivers do not need to be modified to support
134 with that address (if any).
177 user-space scripts that might issue commands such as "ifdown eth0"
192 Following is an example sequence of events that cause a device driver
289 trigger any user-space daemon that was watching /sysfs,
296 which may be addressed in future revisions. But first, note that the
297 big plus of the current design is that no changes need to be made to
298 individual device drivers, so that the current design throws a wide net.
299 The biggest negative of the design is that it potentially disturbs
300 network daemons and file systems that didn't need to be disturbed.
302 -- A minor complaint is that resetting the network card causes
303 user-space back-to-back ifdown/ifup burps that potentially disturb
304 network daemons, that didn't need to even know that the pci
307 -- A more serious concern is that the same reset, for SCSI devices,
312 so that the file systems are not disturbed.