Set sc_slot--we need it later.

This commit is contained in:
briggs 1996-05-06 03:27:20 +00:00
parent 6026c5dfd7
commit 314dd5b20b
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_mv.c,v 1.9 1996/05/06 01:08:30 briggs Exp $ */
/* $NetBSD: grf_mv.c,v 1.10 1996/05/06 03:27:20 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -169,6 +169,8 @@ grfmv_match(pdp, match, aux)
sc->card_id = slottype.drhw;
sc->sc_slot = *slot;
/* Need to load display info (and driver?), etc... */
return 1;

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_nubus.c,v 1.9 1996/05/06 01:08:30 briggs Exp $ */
/* $NetBSD: grf_nubus.c,v 1.10 1996/05/06 03:27:20 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -169,6 +169,8 @@ grfmv_match(pdp, match, aux)
sc->card_id = slottype.drhw;
sc->sc_slot = *slot;
/* Need to load display info (and driver?), etc... */
return 1;