patch-2.1.16 linux/arch/ppc/kernel/port_io.c
Next file: linux/arch/ppc/kernel/ppc_asm.tmpl
Previous file: linux/arch/ppc/kernel/pci.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Dec 18 10:49:52 1996
- Orig file:
v2.1.15/linux/arch/ppc/kernel/port_io.c
- Orig date:
Mon May 27 12:00:58 1996
diff -u --recursive --new-file v2.1.15/linux/arch/ppc/kernel/port_io.c linux/arch/ppc/kernel/port_io.c
@@ -141,3 +141,9 @@
unsigned short outw_p(unsigned short val,int port) { return (outw(val,port)); }
unsigned long outl_p(unsigned long val,int port) { return (outl(val,port)); }
+
+/* makes writing to the ibm acorn power management stuff easier -- Cort */
+/* args in forn of PA.B as in tech spec for ibm carolina */
+void ibm_write(unsigned char val,unsigned int port)
+{
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov