mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Synchronize with sys/i386/i386/userconfig.c revision 1.79 (cosmetic
change).
This commit is contained in:
parent
7b0951f009
commit
eb94d127fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20897
@ -46,7 +46,7 @@
|
||||
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
**
|
||||
** $Id: userconfig.c,v 1.20 1996/12/18 20:52:31 kato Exp $
|
||||
** $Id: userconfig.c,v 1.21 1996/12/18 20:54:22 kato Exp $
|
||||
**/
|
||||
|
||||
/**
|
||||
@ -573,6 +573,8 @@ findspot(DEV_LIST *dev, DEV_LIST *list)
|
||||
{
|
||||
if (ap->comment != DEV_DEVICE) /* ignore comments */
|
||||
continue;
|
||||
if (ap->iobase == -2) /* don't group with a PCI device */
|
||||
continue;
|
||||
if (!strcmp(dev->dev,ap->dev)) /* same base device */
|
||||
{
|
||||
if ((dev->unit <= ap->unit) /* belongs before (equal is bad) */
|
||||
@ -2252,7 +2254,7 @@ visuserconfig(void)
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: userconfig.c,v 1.20 1996/12/18 20:52:31 kato Exp $
|
||||
* $Id: userconfig.c,v 1.21 1996/12/18 20:54:22 kato Exp $
|
||||
*/
|
||||
|
||||
#include "scbus.h"
|
||||
|
Loading…
Reference in New Issue
Block a user