Add `si' and `sw' controllers to device_register() tables.

This commit is contained in:
pk 2000-01-31 15:08:25 +00:00
parent 6f957f99c7
commit 00ba4de9e2
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.132 2000/01/14 15:25:28 pk Exp $ */
/* $NetBSD: autoconf.c,v 1.133 2000/01/31 15:08:25 pk Exp $ */
/*
* Copyright (c) 1996
@ -1526,6 +1526,8 @@ static struct {
{ "ledma", BUSCLASS_SBUS },
{ "lebuffer", BUSCLASS_SBUS },
{ "vme", BUSCLASS_VME },
{ "si", BUSCLASS_VME },
{ "sw", BUSCLASS_OBIO },
{ "xdc", BUSCLASS_XDC },
{ "xyc", BUSCLASS_XYC },
{ "fdc", BUSCLASS_FDC },