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

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


/sys/src/boot/pc/pci.c
% cat >/sys/lib/dist/changes/1176381006.2.txt << EOF
Add support for 82801GB (ICH7) controller
EOF
 [jmk] --rw-rw-r-- M 59 glenda sys 20605 Apr 12 08:13 sys/src/boot/pc/pci.c
	/n/sourcesdump/2007/0412/plan9/sys/src/boot/pc/pci.c:348,353 - 
	/n/sources/plan9/sys/src/boot/pc/pci.c:348,354
	  	{ 0x8086, 0x24cc, pIIx_link, pIIx_init },	// Intel 82801DBM
	  	{ 0x8086, 0x24d0, pIIx_link, pIIx_init },	// Intel 82801EB
	  	{ 0x8086, 0x2640, pIIx_link, pIIx_init },	// Intel 82801FB
	+ 	{ 0x8086, 0x27b8, pIIx_link, pIIx_init },	// Intel 82801GB
	  	{ 0x8086, 0x27b9, pIIx_link, pIIx_init },	// Intel 82801GBM
	  	{ 0x1106, 0x0586, via_link, via_init },		// Viatech 82C586
	  	{ 0x1106, 0x0596, via_link, via_init },		// 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.