Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add a list of all the currently supported boards
details: https://anonhg.NetBSD.org/src/rev/d5ce4528c4af
branches: trunk
changeset: 481732:d5ce4528c4af
user: dante <dante%NetBSD.org@localhost>
date: Fri Feb 04 13:16:22 2000 +0000
description:
Add a list of all the currently supported boards
diffstat:
sys/dev/pci/adw_pci.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 616f76973a09 -r d5ce4528c4af sys/dev/pci/adw_pci.c
--- a/sys/dev/pci/adw_pci.c Fri Feb 04 13:11:58 2000 +0000
+++ b/sys/dev/pci/adw_pci.c Fri Feb 04 13:16:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adw_pci.c,v 1.3 2000/02/03 20:28:26 dante Exp $ */
+/* $NetBSD: adw_pci.c,v 1.4 2000/02/04 13:16:22 dante Exp $ */
/*
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -38,8 +38,12 @@
* Device probe and attach routines for the following
* Advanced Systems Inc. SCSI controllers:
*
- * Single Channel Products:
- * ABP940UW - Bus-Master PCI Ultra-Wide (240 CDB)
+ * ABP-940UW - Bus-Master PCI Ultra-Wide (240 CDB)
+ * ABP-940UW (68) - Bus-Master PCI Ultra-Wide (240 CDB)
+ * ABP-940UWD - Bus-Master PCI Ultra-Wide (240 CDB)
+ * ABP-970UW - Bus-Master PCI Ultra-Wide (240 CDB)
+ * ASB-3940UW - Bus-Master PCI Ultra-Wide (240 CDB)
+ * ASB-3940U2W-00 - Bus-Master PCI Ultra2-Wide (240 CDB)
*/
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index