diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/adw_pci.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/adw_pci.c b/sys/dev/pci/adw_pci.c index 938b1a3dd6b..a520ebe01b6 100644 --- a/sys/dev/pci/adw_pci.c +++ b/sys/dev/pci/adw_pci.c @@ -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> |