patch-2.4.4 linux/include/asm-ia64/sn/eeprom.h
Next file: linux/include/asm-ia64/sn/gda.h
Previous file: linux/include/asm-ia64/sn/dmamap.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Apr 5 12:51:47 2001
- Orig file:
v2.4.3/linux/include/asm-ia64/sn/eeprom.h
- Orig date:
Thu Jan 4 13:00:15 2001
diff -u --recursive --new-file v2.4.3/linux/include/asm-ia64/sn/eeprom.h linux/include/asm-ia64/sn/eeprom.h
@@ -349,7 +349,7 @@
* is ignored.
*/
-#ifdef IRIX
+#ifdef LATER
char *eeprom_vertex_info_set( int component, int nasid, devfs_handle_t v,
net_vec_t path );
#endif
@@ -363,7 +363,7 @@
* if the part and mfg numbers stored there indicate that this widget
* is an XBridge (and so must be part of a brick).
*/
-#ifdef IRIX
+#ifdef LATER
int is_iobrick( int nasid, int widget_num );
#endif
@@ -371,11 +371,7 @@
* address passed to it and uses is_iobrick to determine whether
* the widget in question is part of an SN1 IO brick.
*/
-#ifdef IRIX
#define IS_IOBRICK(rg) is_iobrick( NASID_GET((rg)), SWIN_WIDGETNUM((rg)) )
-#else
-#define IS_IOBRICK(rg) 1
-#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)