Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29780/drivers/vax/bus
Modified Files:
vsbus-ka4x.c
Log Message:
Correct a comment
Index: vsbus-ka4x.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/bus/vsbus-ka4x.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vsbus-ka4x.c 10 May 2004 23:20:34 -0000 1.1
+++ vsbus-ka4x.c 6 Aug 2004 22:41:36 -0000 1.2
@@ -19,8 +19,11 @@
static int __init vsbus_ka4x_probe(struct device *busdev)
{
- /* Probe the area where we expect to find our device
- registers and map it if they are there */
+ /*
+ * Map the area where we expect to find our device
+ * interrupt vectors and copy them somewhere more
+ * convenient
+ */
unsigned int *rom_vectors;
|