diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-21 20:10:33 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-21 20:10:33 +0000 |
| commit | d8ef941c2fca693326c533494071f1a1fe741761 (patch) | |
| tree | 39ae7adb3f153a1dad9fdf2f23714a1810cc4d41 /sys/boot/i386/loader/conf.c | |
| parent | c90625d230e626a1633d4cb65892a99212ed3afd (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386/loader/conf.c')
| -rw-r--r-- | sys/boot/i386/loader/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index d39d67f33873..b17a3089e73f 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: conf.c,v 1.6 1998/09/30 19:48:42 peter Exp $ + * $Id: conf.c,v 1.7 1998/10/07 02:39:32 msmith Exp $ */ #include <stand.h> @@ -88,7 +88,7 @@ extern struct pnphandler isapnphandler; /* extern struct pnphandler pcipnphandler;*/ struct pnphandler *pnphandlers[] = { -/* &isapnphandler, */ + &isapnphandler, /* &pcipnphandler, */ NULL }; |
