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 clean up esp & isp attachment lines.



details:   https://anonhg.NetBSD.org/src/rev/e0cf90760442
branches:  trunk
changeset: 534560:e0cf90760442
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 29 14:35:44 2002 +0000

description:
clean up esp & isp attachment lines.

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diffs (38 lines):

diff -r df7601e91a49 -r e0cf90760442 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Mon Jul 29 14:34:12 2002 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Mon Jul 29 14:35:44 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.41 2002/06/17 05:14:25 lukem Exp $
+#      $NetBSD: GENERIC32,v 1.42 2002/07/29 14:35:44 mrg Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.41 $"
+#ident                 "GENERIC-$Revision: 1.42 $"
 
 maxusers       64
 
@@ -268,19 +268,10 @@
 dma*   at sbus? slot ? offset ?                # SBus
 esp*   at dma? flags 0x0000                    # SBus
 
-## FAS supported by esp driver
 esp*   at sbus? slot ? offset ?
-
-scsibus* at esp?
-
-## Qlogic ISP SBus or PCI SCSI Card
 isp*   at sbus? slot ? offset ?
-isp*   at pci?
-scsibus* at isp?
-
-## GLM support
-siop*  at pci?                                 # 53C875 "glm" compatible
-scsibus* at siop?
+isp*   at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
+siop*  at pci?                         # 53C875 "glm" compatible
 
 # PCI SCSI controllers
 #      UT marks untested.



Home | Main Index | Thread Index | Old Index