patch-2.4.0-test2 linux/drivers/ide/cs5530.c
Next file: linux/drivers/ide/cy82c693.c
Previous file: linux/drivers/ide/cmd64x.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jun 20 07:52:36 2000
- Orig file:
v2.4.0-test1/linux/drivers/ide/cs5530.c
- Orig date:
Mon Mar 27 08:08:24 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/ide/cs5530.c linux/drivers/ide/cs5530.c
@@ -1,7 +1,7 @@
/*
* linux/drivers/ide/cs5530.c Version 0.6 Mar. 18, 2000
*
- * Copyright (C) 2000 Andre Hedrick <andre@suse.com>
+ * Copyright (C) 2000 Andre Hedrick <andre@linux-ide.org>
* Ditto of GNU General Public License.
*
* Copyright (C) 2000 Mark Lord <mlord@pobox.com>
@@ -43,7 +43,7 @@
static int cs5530_get_info (char *buffer, char **addr, off_t offset, int count)
{
char *p = buffer;
- u32 bibma = bmide_dev->resource[4].start;
+ u32 bibma = pci_resource_start(bmide_dev, 4);
u8 c0 = 0, c1 = 0;
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)