Dear OpenSolaris Community

I hope this is the right mailing list to post a patch. This patch is for NV20 and fix some comments in /usr/src/uts/i86pc/io/agpgart/agptarget.c

-- Michael
--- usr/src/uts/i86pc/io/agpgart/agptarget.c	So Sep 11 10:53:42 2005
+++ current/src/uts/i86pc/io/agpgart/agptarget.c	So Sep 11 11:02:08 2005
@@ -50,7 +50,7 @@
  * agp_target_cap_find()
  *
  * Description:
- * 	This function seach the linked capability list to find the
+ * 	This function search the linked capability list to find the
  * 	offset of AGP capability register. When not found, return 0.
  * 	This works for standard AGP chipsets, but not for some Intel chipsets,
  * 	like I830M/I830MP/I852PM/I852GME/I855GME. It will return 0 for
@@ -71,7 +71,7 @@
 	uint32_t	ncapid = 0;
 	uint8_t		value = 0;
 
-	/* Check if this device supports capibility pointer */
+	/* Check if this device supports capability pointer */
 	value = (uint8_t)(pci_config_get16(pci_handle, PCI_CONF_STAT)
 	    & PCI_CONF_CAP_MASK);
 
@@ -112,7 +112,7 @@
  * 	aper_base 		AGP aperture base address
  *
  * Notes:
- * 	If 64bit bridge deice available, the agp aperture base address
+ * 	If 64bit bridge device available, the agp aperture base address
  * 	can be 64 bit
  */
 static uint64_t
@@ -526,7 +526,7 @@
 	/*
 	 * This ioctl is only for intel agp chipsets.
 	 * It is not nessary for AMD8151 AGP bridge, because
-	 * this register in AMD8151 does not control any hadware.
+	 * this register in AMD8151 does not control any hardware.
 	 * It is  only provided for compatible with intel agp bridge
 	 * Please refer to <<AMD8151 data sheet>> page 24,
 	 * AGP device GART pointer.
_______________________________________________
opensolaris-code mailing list
[email protected]
https://opensolaris.org:444/mailman/listinfo/opensolaris-code

Reply via email to