Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117698
b: refs/heads/master
c: 3ba7f18
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and James Bottomley committed Oct 23, 2008
1 parent 1d9f7d6 commit f3904af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 678e80a32fcce02323bbd753ed8944ea92d0a2d5
refs/heads/master: 3ba7f18cd9d974a5b1e75a68a4f0a50f1df8585e
4 changes: 0 additions & 4 deletions trunk/drivers/scsi/aic7xxx/aic79xx_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ ahd_pci_config(struct ahd_softc *ahd, const struct ahd_pci_identity *entry)
* 64bit bus (PCI64BIT set in devconfig).
*/
if ((ahd->flags & (AHD_39BIT_ADDRESSING|AHD_64BIT_ADDRESSING)) != 0) {
uint32_t devconfig;

if (bootverbose)
printf("%s: Enabling 39Bit Addressing\n",
ahd_name(ahd));
Expand Down Expand Up @@ -483,8 +481,6 @@ ahd_pci_test_register_access(struct ahd_softc *ahd)
goto fail;

if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
u_int targpcistat;

ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
targpcistat = ahd_inb(ahd, TARGPCISTAT);
if ((targpcistat & STA) != 0)
Expand Down

0 comments on commit f3904af

Please sign in to comment.