fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-m68k / mac_oss.h
index c48d8b8..7221f72 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     This is used in place of VIA2 on the IIfx.
  */
+
 #define OSS_BASE       (0x50f1a000)
 
 /*
 
 #define OSS_IRQLEV_DISABLED    0
 #define OSS_IRQLEV_IOPISM      1       /* ADB? */
-#define OSS_IRQLEV_SCSI                2
-#define OSS_IRQLEV_NUBUS             /* keep this on its own level */
-#define OSS_IRQLEV_IOPSCC            /* matches VIA alternate mapping */
-#define OSS_IRQLEV_SOUND             /* matches VIA alternate mapping */
+#define OSS_IRQLEV_SCSI                IRQ_AUTO_2
+#define OSS_IRQLEV_NUBUS       IRQ_AUTO_3      /* keep this on its own level */
+#define OSS_IRQLEV_IOPSCC      IRQ_AUTO_4      /* matches VIA alternate mapping */
+#define OSS_IRQLEV_SOUND       IRQ_AUTO_5      /* matches VIA alternate mapping */
 #define OSS_IRQLEV_60HZ                6       /* matches VIA alternate mapping */
-#define OSS_IRQLEV_VIA1                      /* matches VIA alternate mapping */
+#define OSS_IRQLEV_VIA1                IRQ_AUTO_6      /* matches VIA alternate mapping */
 #define OSS_IRQLEV_PARITY      7       /* matches VIA alternate mapping */
 
 #ifndef __ASSEMBLY__