plan 9 kernel history: overview | file list | diff list

1992/0610/power/io.h (diff list | history)

1992/0610/sys/src/9/power/io.h:117,1191992/0612/sys/src/9/power/io.h:117,135 (short | long | prev | next)
1992/0610    
#define       PROM_REINIT     3   /* re-init monitor, then cmd loop */ 
#define       PROM_REBOOT     4   /* check bootmode, no config */ 
#define       PROM_AUTOBOOT   5   /* autoboot the system */ 
1992/0612    
 
/* 
 *  hs datakit board 
 */ 
typedef struct HSdev	HSdev; 
struct HSdev { 
	ushort	version; 
	ushort	pad0x02; 
	ushort	vector; 
	ushort	pad0x06; 
	ushort	csr; 
	ushort	pad0x0A; 
	ushort	data; 
}; 
#define HSDEV		VMEA24SUP(HSdev, 0xF90000) 
 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)