[parisc-linux-cvs] new palo-parameter "EISAIRQ", with description
Helge Deller
deller@gmx.de
Thu, 8 Nov 2001 01:13:58 +0100
Index: Makefile
===================================================================
RCS file: /var/cvs/palo/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile 2001/09/06 12:47:20 1.34
+++ Makefile 2001/11/08 00:09:16
@@ -38,6 +38,14 @@ NFSROOT = 10.10.10.2
ROOT=root=/dev/sda1
+#
+# In case you want to use ISA cards (or any edge triggered EISA cards) in your
+# EISA slots, just uncomment the following line and specify the corresponding
+# irq level(s)
+#
+# EISAIRQ = eisa_irq_edge=3,4,5,7,9,10,11,14,15
+
+
ifneq ($(strip ${RAMDISK}),)
PALOSTUFF=-r ${RAMDISK}
ROOT=root=/dev/ram initrd=0/ramdisk
@@ -48,7 +56,7 @@ ifneq ($(strip ${NFSROOT}),)
ROOT=root=/dev/nfs nfsroot=${NFSROOT} ip=bootp
endif
-CMDLINE = 0/vmlinux HOME=/ TERM=linux $(ROOT) $(CONSOLE)
+CMDLINE = 0/vmlinux HOME=/ TERM=linux $(ROOT) $(EISAIRQ) $(CONSOLE)
all: makepalo README palo.conf