diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /drivers/scsi/53c7xx.h | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash.
o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'drivers/scsi/53c7xx.h')
-rw-r--r-- | drivers/scsi/53c7xx.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/53c7xx.h b/drivers/scsi/53c7xx.h index a2a53f107..cbbcbf02f 100644 --- a/drivers/scsi/53c7xx.h +++ b/drivers/scsi/53c7xx.h @@ -1247,14 +1247,6 @@ struct NCR53c7x0_hostdata { digits of part number */ char valid_ids[8]; /* Valid SCSI ID's for adapter */ - /* - * PCI bus, device, function, only for NCR53c8x0 chips. - * pci_valid indicates that the PCI configuration information - * is valid, and we can twiddle MAX_LAT, etc. as recommended - * for maximum performance in the NCR documentation. - */ - unsigned char pci_bus, pci_device_fn; - unsigned pci_valid:1; u32 *dsp; /* dsp to restart with after all stacked interrupts are |