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

1995/0726/pc/io.h (diff list | history)

1995/0519/sys/src/9/pc/io.h:46,531995/0726/sys/src/9/pc/io.h:46,53 (short | long | prev | next)
Increase MaxPCI for "mechanism #2".
rsc Fri Mar 4 12:44:25 2005
1995/0517    
					/* configuration mechanism #2 */ 
	PCIcse		= 0xCF8,	/* configuration space enable */ 
	PCIforward	= 0xCFA,	/* which bus */ 
1995/0519    
                 
	MaxPCI		= 16, 
1995/0726    
	 
	MaxPCI		= 32,		/* 16 for mechanism #2 */ 
1995/0517    
}; 
 
typedef struct PCIcfg { 


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