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

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