patch-2.4.0-test10 linux/Documentation/zorro.txt
Next file: linux/MAINTAINERS
Previous file: linux/Documentation/vm/locking
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Mon Oct 16 12:51:16 2000
- Orig file:
v2.4.0-test9/linux/Documentation/zorro.txt
- Orig date:
Tue Mar 7 10:52:41 2000
diff -u --recursive --new-file v2.4.0-test9/linux/Documentation/zorro.txt linux/Documentation/zorro.txt
@@ -9,7 +9,7 @@
---------------
The Zorro bus is the bus used in the Amiga family of computers. Thanks to
-AutoConfig(tm), it's is 100% Plug-and-Play.
+AutoConfig(tm), it's 100% Plug-and-Play.
There are two types of Zorro busses, Zorro II and Zorro III:
@@ -32,7 +32,6 @@
while ((z = zorro_find_device(ZORRO_PROD_xxx, z))) {
if (!zorro_request_region(z->resource.start+MY_START, MY_SIZE,
"My explanation"))
- strcpy(z->name, "My board name");
...
}
@@ -94,16 +93,7 @@
iounmap(virt_addr);
-5. Zorro Device Naming
-----------------------
-
-Since we think generic device naming is something for userspace (zorroutils),
-we don't keep a Zorro device name database in the kernel.
-However, device drivers are allowed to store the expansion board name in struct
-zorro_dev.
-
-
-6. References
+5. References
-------------
linux/include/linux/zorro.h
@@ -111,6 +101,6 @@
linux/include/asm-m68k/io.h
linux/include/asm-m68k/amigahw.h
linux/include/asm-ppc/io.h
-linux/driver/zorro
+linux/drivers/zorro
/proc/bus/zorro
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)