Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Add `ahc' (Adaptec 2940, et.al. SCSI c...
details: https://anonhg.NetBSD.org/src/rev/a963a00326e8
branches: trunk
changeset: 494144:a963a00326e8
user: pk <pk%NetBSD.org@localhost>
date: Sun Jul 02 21:11:26 2000 +0000
description:
Add `ahc' (Adaptec 2940, et.al. SCSI controller); it is known to work.
diffstat:
sys/arch/sparc64/conf/GENERIC | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r d48bdead0897 -r a963a00326e8 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Sun Jul 02 21:10:14 2000 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Sun Jul 02 21:11:26 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.37 2000/06/30 17:10:20 itojun Exp $
+# $NetBSD: GENERIC,v 1.38 2000/07/02 21:11:26 pk Exp $
include "arch/sparc64/conf/std.sparc64"
-#ident "GENERIC-$Revision: 1.37 $"
+#ident "GENERIC-$Revision: 1.38 $"
maxusers 32
@@ -260,8 +260,8 @@
## sun4u on-board SCSI, and FSBE/S SBus SCSI cards, an NCR53c94 or
## equivalent behind an LSI Logic DMA controller
-dma* at sbus? slot ? offset ? # SBus
-esp* at dma? flags 0x0000 # SBus
+dma* at sbus? slot ? offset ? # SBus
+esp* at dma? flags 0x0000 # SBus
scsibus* at esp?
@@ -274,9 +274,13 @@
#scsibus* at fas?
## GLM support missing
-siop* at pci? # 53C875 "glm" compatible
+siop* at pci? # 53C875 "glm" compatible
scsibus* at siop?
+## Adaptec [23]94x, aic78x0 SCSI controller
+ahc* at pci? dev ? function ?
+scsibus* at ahc?
+
## These entries find devices on all SCSI busses and assign
## unit numbers dynamically.
sd* at scsibus? target ? lun ? # SCSI disks
Home |
Main Index |
Thread Index |
Old Index