diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-02-09 03:27:09 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-02-09 03:27:09 +0000 |
| commit | 62e2cfe42ec1db650a8c908536076a8e85822330 (patch) | |
| tree | 8420510f149fbf6d9a386703b07c36f737165e85 /sys | |
| parent | 21c89fbab38ea10748fd77d3e713f59b55785343 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pci/aic7870.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index b9fd90ea398f..c97277fad61e 100644 --- a/sys/pci/aic7870.c +++ b/sys/pci/aic7870.c @@ -452,7 +452,7 @@ ahc_pci_attach(parent, self, aux) /* Remeber how the card was setup in case there is no SEEPROM */ our_id = ahc_inb(ahc, SCSIID) & OID; if (ahc_t & AHC_ULTRA) - ultra_enb = ahc_inb(ahc, SXFRCTL0) & ULTRAEN; + ultra_enb = ahc_inb(ahc, SXFRCTL0) & FAST20; sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; #if defined(__NetBSD__) |
