GC dead code. add support for PCI and IDE boot device detection, plus hme ethernet.

should probably deal with be and qe, etc.
This commit is contained in:
mrg 1999-06-04 14:00:38 +00:00
parent 27bcf2b6e6
commit 3a1472c106
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.4 1998/09/05 16:52:02 pk Exp $ */ /* $NetBSD: disksubr.c,v 1.5 1999/06/04 14:00:38 mrg Exp $ */
/* /*
* Copyright (c) 1994, 1995 Gordon W. Ross * Copyright (c) 1994, 1995 Gordon W. Ross
@ -85,6 +85,7 @@ dk_establish(dk, dev)
* scsi: sd,cd * scsi: sd,cd
*/ */
if (strncmp("sd", dev->dv_xname, 2) == 0 || if (strncmp("sd", dev->dv_xname, 2) == 0 ||
strncmp("wd", dev->dv_xname, 2) == 0 ||
strncmp("cd", dev->dv_xname, 2) == 0) { strncmp("cd", dev->dv_xname, 2) == 0) {
sbsc = (struct scsibus_softc *)dev->dv_parent; sbsc = (struct scsibus_softc *)dev->dv_parent;