From cbe2f83110936ec0760f2172a0fdf424bf6a7cb7 Mon Sep 17 00:00:00 2001 From: is Date: Fri, 19 Dec 2003 22:33:30 +0000 Subject: [PATCH] man/prod id submitted by Pavel Chwalowski in PR 23789. --- sys/arch/amiga/dev/zbus.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/arch/amiga/dev/zbus.c b/sys/arch/amiga/dev/zbus.c index 1d416e1c7d62..cdf683b38287 100644 --- a/sys/arch/amiga/dev/zbus.c +++ b/sys/arch/amiga/dev/zbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: zbus.c,v 1.51 2003/04/01 21:26:33 thorpej Exp $ */ +/* $NetBSD: zbus.c,v 1.52 2003/12/19 22:33:30 is Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: zbus.c,v 1.51 2003/04/01 21:26:33 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: zbus.c,v 1.52 2003/12/19 22:33:30 is Exp $"); #include #include @@ -180,7 +180,9 @@ static struct aconfdata aconftab[] = { { "hyper4", 5001, 2}, /* Hypercom4-Zbus */ { "hyper3Z", 5001, 3}, /* Hypercom3-Zbus */ { "hyper4+", 5001, 6}, /* Hypercom4+ */ - { "hyper3+", 5001, 7} /* Hypercom3+ */ + { "hyper3+", 5001, 7}, /* Hypercom3+ */ + /* Matay Grzegorz Kraszewski */ + { "Prometheus", 44359, 1} /* Prometheus PCI bridge */ }; static int naconfent = sizeof(aconftab) / sizeof(struct aconfdata);