Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2007/0412/4

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/sys/src/9/pc/pci.c
% cat >/sys/lib/dist/changes/1176381006.1.txt << EOF
Add support for 82801GB (ICH7) controller
EOF
 [jmk] --rw-rw-r-- M 59 glenda sys 29317 Apr 12 08:13 sys/src/9/pc/pci.c
	/n/sourcesdump/2007/0412/plan9/sys/src/9/pc/pci.c:644,649 - 
	/n/sources/plan9/sys/src/9/pc/pci.c:644,650
	  	{ 0x8086, 0x24cc, pIIxget, pIIxset },	// Intel 82801DBM
	  	{ 0x8086, 0x24d0, pIIxget, pIIxset },	// Intel 82801EB
	  	{ 0x8086, 0x2640, pIIxget, pIIxset },	// Intel 82801FB
	+ 	{ 0x8086, 0x27b8, pIIxget, pIIxset },	// Intel 82801GB
	  	{ 0x8086, 0x27b9, pIIxget, pIIxset },	// Intel 82801GBM
	  	{ 0x1106, 0x0586, viaget, viaset },	// Viatech 82C586
	  	{ 0x1106, 0x0596, viaget, viaset },	// Viatech 82C596


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.