~kris/9p

9hist

ceb3282fa624fbd9300ce2240a63380e5a294551 — David du Colombier 24 years ago 72684fc
Plan 9 from Bell Labs 2002-05-24
2 files changed, 4 insertions(+), 2 deletions(-)

M pc/etherelnk3.c
M pc/trap.c
M pc/etherelnk3.c => pc/etherelnk3.c +3 -1
@@ 1777,6 1777,7 @@ etherelnk3reset(Ether* ether)
	case 0x5157:		/* 3C575 Cyclone */
		ctlr->cbfns = KADDR(pcicfgr32(ctlr->pcidev, PciBAR2));
		/*FALLTHROUGH*/
	case 0x4500:		/* 3C450 HomePNA Tornado */
	case 0x6056:
	case 0x7646:		/* 3CSOHO100-TX */
	case 0x9055:		/* 3C905B-TX */


@@ 1867,8 1868,9 @@ etherelnk3reset(Ether* ether)
		if(ctlr->xcvr & autoSelect)
			ctlr->xcvr = autoselect(ctlr);
		break;
	case 0x6056:
	case 0x4500:
	case 0x5157:
	case 0x6056:
	case 0x7646:
	case 0x9055:
	case 0x9200:

M pc/trap.c => pc/trap.c +1 -1
@@ 90,7 90,7 @@ intrdisable(int irq, void (*f)(Ureg *, void *), void *a, int tbdf, char *name)
static long
irqallocread(Chan*, void *vbuf, long n, vlong offset)
{
	char *buf, *p, str[11+1+KNAMELEN+1];
	char *buf, *p, str[2*(11+1)+KNAMELEN+1+1];
	int m, vno;
	long oldn;
	Vctl *v;