Browse Source

Plan 9 from Bell Labs 2007-07-31

David du Colombier 16 years ago
parent
commit
76bec0baa8
4 changed files with 4 additions and 3 deletions
  1. 1 1
      dist/replica/_plan9.db
  2. 1 1
      dist/replica/plan9.db
  3. 1 0
      dist/replica/plan9.log
  4. 1 1
      sys/src/9/pc/ether8169.c

+ 1 - 1
dist/replica/_plan9.db

@@ -8045,7 +8045,7 @@ sys/src/9/pc/ether589.c - 664 sys sys 1015014516 4644
 sys/src/9/pc/ether79c970.c - 664 sys sys 1160070602 14088
 sys/src/9/pc/ether8003.c - 664 sys sys 1015014516 6665
 sys/src/9/pc/ether8139.c - 664 sys sys 1185650567 19974
-sys/src/9/pc/ether8169.c - 664 sys sys 1185650568 26932
+sys/src/9/pc/ether8169.c - 664 sys sys 1185812348 26931
 sys/src/9/pc/ether82543gc.c - 664 sys sys 1131290377 32294
 sys/src/9/pc/ether82557.c - 664 sys sys 1185509068 30197
 sys/src/9/pc/ether82563.c - 664 sys sys 1178932992 32729

+ 1 - 1
dist/replica/plan9.db

@@ -8045,7 +8045,7 @@ sys/src/9/pc/ether589.c - 664 sys sys 1015014516 4644
 sys/src/9/pc/ether79c970.c - 664 sys sys 1160070602 14088
 sys/src/9/pc/ether8003.c - 664 sys sys 1015014516 6665
 sys/src/9/pc/ether8139.c - 664 sys sys 1185650567 19974
-sys/src/9/pc/ether8169.c - 664 sys sys 1185650568 26932
+sys/src/9/pc/ether8169.c - 664 sys sys 1185812348 26931
 sys/src/9/pc/ether82543gc.c - 664 sys sys 1131290377 32294
 sys/src/9/pc/ether82557.c - 664 sys sys 1185509068 30197
 sys/src/9/pc/ether82563.c - 664 sys sys 1178932992 32729

+ 1 - 0
dist/replica/plan9.log

@@ -49701,3 +49701,4 @@
 1185652808 0 c sys/src/9/pc/etherga620.c - 664 sys sys 1185652495 29895
 1185652808 1 c sys/src/9/pc/wavelan.c - 664 sys sys 1185652512 27841
 1185681605 0 c sys/man/4/factotum - 664 sys sys 1185680600 14842
+1185813005 0 c sys/src/9/pc/ether8169.c - 664 sys sys 1185812348 26931

+ 1 - 1
sys/src/9/pc/ether8169.c

@@ -841,7 +841,7 @@ rtl8169attach(Ether* edev)
 	/*
 	 * Wait for link to be ready.
 	 */
-	for(timeo = 0; timeo < 350; timeo++){
+	for(timeo = 0; timeo < 35; timeo++){
 		if(miistatus(ctlr->mii) == 0)
 			break;
 		delay(100);		/* print fewer miistatus messages */