Add the 'piix' device, to get the right flags for it. This appears to

fix Joerg's freeze.

Definitely a 2.2 candidate.

Reviewed by:	joerg
This commit is contained in:
Mike Smith 1996-11-07 01:13:37 +00:00
parent 0dfb2364d6
commit c06ec9a76b
1 changed files with 3 additions and 2 deletions

View File

@ -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.63 1996/10/30 21:40:15 julian Exp $
** $Id: userconfig.c,v 1.64 1996/11/05 05:52:36 msmith Exp $
**/
/**
@ -291,6 +291,7 @@ static DEV_INFO device_info[] = {
{"lkm", "Loadable PCI driver support", FLG_INVISIBLE, CLS_MISC},
{"vga", "Catchall PCI VGA driver", FLG_INVISIBLE, CLS_MISC},
{"chip", "PCI chipset support", FLG_INVISIBLE, CLS_MISC},
{"piix", "Intel 82371 Bus-master IDE controller", FLG_INVISIBLE, CLS_MISC},
{"","",0,0}};
@ -2216,7 +2217,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: userconfig.c,v 1.63 1996/10/30 21:40:15 julian Exp $
* $Id: userconfig.c,v 1.64 1996/11/05 05:52:36 msmith Exp $
*/
#include "scbus.h"