~kris/9p

9hist

dad21d9de46deb54ef7a122e53d664aa7d5a137d — David du Colombier 26 years ago 22a5011
Plan 9 from Bell Labs 2000-08-05
2 files changed, 2 insertions(+), 2 deletions(-)

M alphapc/segment.h
M pc/pci.c
M alphapc/segment.h => alphapc/segment.h +1 -1
@@ 2,7 2,7 @@
 * Attach segment types
 */

Physseg physseg[] = {
Physseg physseg[10] = {
	{ SG_SHARED,	"shared",	0,	SEGMAXSIZE,	0, 	0 },
	{ SG_BSS,	"memory",	0,	SEGMAXSIZE,	0,	0 },
	{ 0,		0,		0,	0,		0,	0 },

M pc/pci.c => pc/pci.c +1 -1
@@ 61,7 61,7 @@ enum
static Lock pcicfglock;
static Lock pcicfginitlock;
static int pcicfgmode = -1;
static int pcimaxbno = 255;
static int pcimaxbno = 7;
static int pcimaxdno;
static Pcidev* pciroot;
static Pcidev* pcilist;