diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 2002-09-30 19:55:42 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 2002-09-30 19:55:42 +0000 |
| commit | 655a5ce411fb58451d9b37574837807c4824e6e9 (patch) | |
| tree | 7cf063b925cdec03a1fb7645ed25fae5430d0558 /sys/dev | |
| parent | 50c2233141ad55e3c1eb0989096310ea8ec3f643 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic7770.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index 0c46fbe963c44..e15c9694f58ae 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aic7770.c#25 $ + * $Id: //depot/aic7xxx/aic7xxx/aic7770.c#26 $ * * $FreeBSD$ */ @@ -265,7 +265,7 @@ aha2840_load_seeprom(struct ahc_softc *ahc) if (bootverbose) printf("%s: Reading SEEPROM...", ahc_name(ahc)); - have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)&sc, + have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, /*start_addr*/0, sizeof(sc)/2); if (have_seeprom) { |
