Improve a couple of comments

This commit is contained in:
Jasmine Iwanek
2022-12-20 19:26:31 -05:00
parent f04f0f24cc
commit dd3959587b
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
* least 7 devices, with each device being \
* able to support 8 units, but hey... */
/* Controller types. */
#define HDC_NONE 0
#define HDC_INTERNAL 1

View File

@@ -1567,7 +1567,7 @@ banshee_reg_writel(uint32_t addr, uint32_t val, void *p)
break;
case 0x0600000:
case 0x0700000: /*Texture download*/
case 0x0700000: /*TMU0 Texture download*/
voodoo->tex_count++;
voodoo_queue_command(voodoo, (addr & 0x1ffffc) | FIFO_WRITEL_TEX, val);
break;