diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-08-24 00:56:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-08-24 00:56:50 +0000 |
| commit | d009ccfaf572fa12401b7a0b3951195c00ec4557 (patch) | |
| tree | 193ff6887002e9f0215710506aec1cb2b9478cd7 /sys/pci/if_al.c | |
| parent | ff0061bb1da324de656296d13d25056902bd0533 (diff) | |
Notes
Diffstat (limited to 'sys/pci/if_al.c')
| -rw-r--r-- | sys/pci/if_al.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_al.c b/sys/pci/if_al.c index 1c3c77326508..05ea4176fa9b 100644 --- a/sys/pci/if_al.c +++ b/sys/pci/if_al.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_al.c,v 1.7 1999/08/21 06:24:32 msmith Exp $ + * $Id: if_al.c,v 1.8 1999/08/21 22:10:48 msmith Exp $ */ /* @@ -91,7 +91,7 @@ #ifndef lint static const char rcsid[] = - "$Id: if_al.c,v 1.7 1999/08/21 06:24:32 msmith Exp $"; + "$Id: if_al.c,v 1.8 1999/08/21 22:10:48 msmith Exp $"; #endif /* @@ -965,7 +965,7 @@ al_attach(config_id, unit) } sc->al_ldata = (struct al_list_data *)sc->al_ldata_ptr; - round = (unsigned long)sc->al_ldata_ptr & 0xF; + round = (uintptr_t)sc->al_ldata_ptr & 0xF; roundptr = sc->al_ldata_ptr; for (i = 0; i < 8; i++) { if (round % 8) { |
