[parisc-linux-cvs] linux tsbogend
Thomas Bogendoerfer
tsbogend@alpha.franken.de
Sat, 26 Jan 2002 00:42:22 +0100
On Fri, Jan 25, 2002 at 03:58:50PM -0700, Thomas Bogendoerfer wrote:
> CVSROOT: /var/cvs
> Module name: linux
> Changes by: tsbogend 02/01/25 15:58:50
>
> Modified files:
> arch/parisc/kernel: lba_pci.c
>
> Log message:
> initialize hba.dev for usage in sticore.c to select default sti
Index: lba_pci.c
===================================================================
RCS file: /var/cvs/linux/arch/parisc/kernel/lba_pci.c,v
retrieving revision 1.47
diff -u -p -r1.47 lba_pci.c
--- lba_pci.c 2001/12/04 18:06:01 1.47
+++ lba_pci.c 2002/01/25 22:54:43
@@ -1378,6 +1378,7 @@ lba_driver_callback(struct parisc_device
lba_dev->hw_rev = func_class;
lba_dev->hba.base_addr = dev->hpa; /* faster access */
+ lba_dev->hba.dev = dev;
lba_dev->iosapic_obj = tmp_obj; /* save interrupt handle */
lba_dev->hba.iommu = sba_get_iommu(dev); /* get iommu data */
--
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea. [ Alexander Viro on linux-kernel ]