~kris/9p

9hist

46c69c8968768cd039d040d9efe73fd3192d46be — David du Colombier 23 years ago eeff709
Plan 9 from Bell Labs 2003-03-20
1 files changed, 9 insertions(+), 0 deletions(-)

M pc/sdata.c
M pc/sdata.c => pc/sdata.c +9 -0
@@ 1704,8 1704,17 @@ atapnp(void)
			break;
		case (0x4D38<<16)|0x105A:	/* Promise PDC20262 */
		case (0x4D30<<16)|0x105A:	/* Promise PDC202xx */
			pi = 0x85;
			break;
		case (0x0004<<16)|0x1103:	/* HighPoint HPT-370 */
			pi = 0x85;
			/*
			 * Turn off fast interrupt prediction.
			 */
			if((r = pcicfgr8(p, 0x51)) & 0x80)
				pcicfgw8(p, 0x51, r & ~0x80);
			if((r = pcicfgr8(p, 0x55)) & 0x80)
				pcicfgw8(p, 0x55, r & ~0x80);
			break;
		case (0x0640<<16)|0x1095:	/* CMD 640B */
			/*