linux/drivers/parisc
Kyle McMartin 85509c0007 [PARISC] Add chassis_power_off routine
Define a chassis_power_off routine that machines which have a way
to turn off the power supply can hook into. Formerly they were
using pm_power_off, which is now being used by generic code. Make
lasi.c use chassis_power_off instead of pm_power_off.

Note, all machines need to call machine_power_off so that the
switch can power off the machine, though halt -p may not necessarily
be able to work properly on the machine.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-01-22 20:26:50 -05:00
..
Kconfig
Makefile
README.dino
asp.c [PARISC] Convert parisc_device to use struct resource for hpa 2005-10-21 22:36:40 -04:00
ccio-dma.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00
ccio-rm-dma.c [PARISC] Convert parisc_device to use struct resource for hpa 2005-10-21 22:36:40 -04:00
dino.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00
eisa.c [PARISC] Add __read_mostly section for parisc 2006-01-10 20:35:03 -05:00
eisa_eeprom.c [PARISC] Add __user annotation to eisa_eeprom.c 2006-01-10 21:51:18 -05:00
eisa_enumerator.c
gsc.c
gsc.h
hppb.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00
iommu-helpers.h
iosapic.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00
iosapic_private.h
lasi.c [PARISC] Add chassis_power_off routine 2006-01-22 20:26:50 -05:00
lba_pci.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00
led.c [PATCH] move capable() to capability.h 2006-01-11 18:42:13 -08:00
pdc_stable.c [PARISC] pdc_stable version 0.22 2006-01-22 20:26:35 -05:00
power.c [PARISC] Add __read_mostly section for parisc 2006-01-10 20:35:03 -05:00
sba_iommu.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00
superio.c [PARISC] Make superio.c initialize before any driver needs it 2005-11-17 16:44:57 -05:00
wax.c [PARISC] Use kzalloc and other janitor-style cleanups 2006-01-22 20:26:31 -05:00

README.dino

/*
** HP VISUALIZE Workstation PCI Bus Defect
**
** "HP has discovered a potential system defect that can affect
** the behavior of five models of HP VISUALIZE workstations when
** equipped with third-party or customer-installed PCI I/O expansion
** cards. The defect is limited to the HP C180, C160, C160L, B160L,
** and B132L VISUALIZE workstations, and will only be encountered
** when data is transmitted through PCI I/O expansion cards on the
** PCI bus. HP-supplied graphics cards that utilize the PCI bus are
** not affected."
**
** REVISIT: "go/pci_defect" link below is stale.
**	HP Internal can use <http://hpfcdma.fc.hp.com:80/Dino/>
**
**	Product		First Good Serial Number
**  C200/C240 (US)	US67350000
**B132L+/B180 (US)	US67390000
**   C200 (Europe)	3713G01000
**  B180L (Europe)	3720G01000
**
** Note that many boards were fixed/replaced under a free replacement
** program. Assume a machine is only "suspect" until proven otherwise.
**
** "The pci_check program will also be available as application
**  patch PHSS_12295"
*/