~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/m68k/include/uapi/asm/bootinfo-mac.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/m68k/include/uapi/asm/bootinfo-mac.h (Version linux-6.12-rc7) and /arch/i386/include/uapi/asm/bootinfo-mac.h (Version linux-5.17.15)


  1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux      1 
  2 /*                                                
  3 ** asm/bootinfo-mac.h -- Macintosh-specific bo    
  4 */                                                
  5                                                   
  6 #ifndef _UAPI_ASM_M68K_BOOTINFO_MAC_H             
  7 #define _UAPI_ASM_M68K_BOOTINFO_MAC_H             
  8                                                   
  9                                                   
 10     /*                                            
 11      *  Macintosh-specific tags (all __be32)      
 12      */                                           
 13                                                   
 14 #define BI_MAC_MODEL            0x8000  /* Mac    
 15 #define BI_MAC_VADDR            0x8001  /* Mac    
 16 #define BI_MAC_VDEPTH           0x8002  /* Mac    
 17 #define BI_MAC_VROW             0x8003  /* Mac    
 18 #define BI_MAC_VDIM             0x8004  /* Mac    
 19 #define BI_MAC_VLOGICAL         0x8005  /* Mac    
 20 #define BI_MAC_SCCBASE          0x8006  /* Mac    
 21 #define BI_MAC_BTIME            0x8007  /* Mac    
 22 #define BI_MAC_GMTBIAS          0x8008  /* Mac    
 23 #define BI_MAC_MEMSIZE          0x8009  /* Mac    
 24 #define BI_MAC_CPUID            0x800a  /* Mac    
 25 #define BI_MAC_ROMBASE          0x800b  /* Mac    
 26                                                   
 27                                                   
 28     /*                                            
 29      *  Macintosh hardware profile data - unus    
 30      *  reasonable type values                    
 31      */                                           
 32                                                   
 33 #define BI_MAC_VIA1BASE         0x8010  /* Mac    
 34 #define BI_MAC_VIA2BASE         0x8011  /* Mac    
 35 #define BI_MAC_VIA2TYPE         0x8012  /* Mac    
 36 #define BI_MAC_ADBTYPE          0x8013  /* Mac    
 37 #define BI_MAC_ASCBASE          0x8014  /* Mac    
 38 #define BI_MAC_SCSI5380         0x8015  /* Mac    
 39 #define BI_MAC_SCSIDMA          0x8016  /* Mac    
 40 #define BI_MAC_SCSI5396         0x8017  /* Mac    
 41 #define BI_MAC_IDETYPE          0x8018  /* Mac    
 42 #define BI_MAC_IDEBASE          0x8019  /* Mac    
 43 #define BI_MAC_NUBUS            0x801a  /* Mac    
 44 #define BI_MAC_SLOTMASK         0x801b  /* Mac    
 45 #define BI_MAC_SCCTYPE          0x801c  /* Mac    
 46 #define BI_MAC_ETHTYPE          0x801d  /* Mac    
 47 #define BI_MAC_ETHBASE          0x801e  /* Mac    
 48 #define BI_MAC_PMU              0x801f  /* Mac    
 49 #define BI_MAC_IOP_SWIM         0x8020  /* Mac    
 50 #define BI_MAC_IOP_ADB          0x8021  /* Mac    
 51                                                   
 52                                                   
 53     /*                                            
 54      * Macintosh Gestalt numbers (BI_MAC_MODEL    
 55      */                                           
 56                                                   
 57 #define MAC_MODEL_II            6                 
 58 #define MAC_MODEL_IIX           7                 
 59 #define MAC_MODEL_IICX          8                 
 60 #define MAC_MODEL_SE30          9                 
 61 #define MAC_MODEL_IICI          11                
 62 #define MAC_MODEL_IIFX          13      /* And    
 63 #define MAC_MODEL_IISI          18                
 64 #define MAC_MODEL_LC            19                
 65 #define MAC_MODEL_Q900          20                
 66 #define MAC_MODEL_PB170         21                
 67 #define MAC_MODEL_Q700          22                
 68 #define MAC_MODEL_CLII          23      /* aka    
 69 #define MAC_MODEL_PB140         25                
 70 #define MAC_MODEL_Q950          26      /* aka    
 71 #define MAC_MODEL_LCIII         27      /* aka    
 72 #define MAC_MODEL_PB210         29                
 73 #define MAC_MODEL_C650          30                
 74 #define MAC_MODEL_PB230         32                
 75 #define MAC_MODEL_PB180         33                
 76 #define MAC_MODEL_PB160         34                
 77 #define MAC_MODEL_Q800          35      /* aka    
 78 #define MAC_MODEL_Q650          36                
 79 #define MAC_MODEL_LCII          37      /* aka    
 80 #define MAC_MODEL_PB250         38                
 81 #define MAC_MODEL_IIVI          44                
 82 #define MAC_MODEL_P600          45      /* aka    
 83 #define MAC_MODEL_IIVX          48                
 84 #define MAC_MODEL_CCL           49      /* aka    
 85 #define MAC_MODEL_PB165C        50                
 86 #define MAC_MODEL_C610          52      /* aka    
 87 #define MAC_MODEL_Q610          53                
 88 #define MAC_MODEL_PB145         54      /* aka    
 89 #define MAC_MODEL_P520          56      /* aka    
 90 #define MAC_MODEL_C660          60                
 91 #define MAC_MODEL_P460          62      /* aka    
 92 #define MAC_MODEL_PB180C        71                
 93 #define MAC_MODEL_PB520         72      /* aka    
 94 #define MAC_MODEL_PB270C        77                
 95 #define MAC_MODEL_Q840          78                
 96 #define MAC_MODEL_P550          80      /* aka    
 97 #define MAC_MODEL_CCLII         83      /* aka    
 98 #define MAC_MODEL_PB165         84                
 99 #define MAC_MODEL_PB190         85      /* aka    
100 #define MAC_MODEL_TV            88                
101 #define MAC_MODEL_P475          89      /* aka    
102 #define MAC_MODEL_P475F         90      /* aka    
103 #define MAC_MODEL_P575          92      /* aka    
104 #define MAC_MODEL_Q605          94                
105 #define MAC_MODEL_Q605_ACC      95      /* Q60    
106 #define MAC_MODEL_Q630          98      /* aka    
107 #define MAC_MODEL_P588          99      /* aka    
108 #define MAC_MODEL_PB280         102               
109 #define MAC_MODEL_PB280C        103               
110 #define MAC_MODEL_PB150         115               
111                                                   
112                                                   
113     /*                                            
114      *  Latest Macintosh bootinfo version         
115      */                                           
116                                                   
117 #define MAC_BOOTI_VERSION       MK_BI_VERSION(    
118                                                   
119                                                   
120 #endif /* _UAPI_ASM_M68K_BOOTINFO_MAC_H */        
121                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php