Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cobalt/conf Let's try NCR_IOMAPPED.



details:   https://anonhg.NetBSD.org/src/rev/87e08c407f62
branches:  trunk
changeset: 484058:87e08c407f62
user:      soren <soren%NetBSD.org@localhost>
date:      Fri Mar 24 13:08:30 2000 +0000

description:
Let's try NCR_IOMAPPED.

diffstat:

 sys/arch/cobalt/conf/RAQ |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 479b48038787 -r 87e08c407f62 sys/arch/cobalt/conf/RAQ
--- a/sys/arch/cobalt/conf/RAQ  Fri Mar 24 13:08:28 2000 +0000
+++ b/sys/arch/cobalt/conf/RAQ  Fri Mar 24 13:08:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAQ,v 1.2 2000/03/22 00:58:19 cgd Exp $
+#      $NetBSD: RAQ,v 1.3 2000/03/24 13:08:30 soren Exp $
 
 include                "arch/cobalt/conf/std.cobalt"
 
@@ -48,9 +48,10 @@
 lxtphy*        at mii? phy ?
 #uhci*                 at pci? dev ? function ?
 ncr*           at pci? dev ? function ?
-#scsibus*      at ncr?
-#sd*           at scsibus?
-#st*           at scsibus?
+options        NCR_IOMAPPED
+scsibus*       at ncr?
+sd*            at scsibus?
+st*            at scsibus?
 pciide*        at pci? dev ? function ?
 wd*            at pciide? channel ? drive ?
 



Home | Main Index | Thread Index | Old Index