Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dreamcast/conf G2/GAPS PCI configuration glue, for ...



details:   https://anonhg.NetBSD.org/src/rev/80e7ab3cebc5
branches:  trunk
changeset: 503108:80e7ab3cebc5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 31 18:39:46 2001 +0000

description:
G2/GAPS PCI configuration glue, for the Broadband Adapter.

diffstat:

 sys/arch/dreamcast/conf/files.dreamcast |  27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r b095fe190d9c -r 80e7ab3cebc5 sys/arch/dreamcast/conf/files.dreamcast
--- a/sys/arch/dreamcast/conf/files.dreamcast   Wed Jan 31 18:38:26 2001 +0000
+++ b/sys/arch/dreamcast/conf/files.dreamcast   Wed Jan 31 18:39:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.dreamcast,v 1.5 2001/01/31 00:14:29 thorpej Exp $
+#      $NetBSD: files.dreamcast,v 1.6 2001/01/31 18:39:46 thorpej Exp $
 #
 # new style config file for sh3 architecture
 #
@@ -6,6 +6,11 @@
 include "arch/dreamcast/conf/files.shbus"
 
 include "dev/wscons/files.wscons"
+#include "dev/rasops/files.rasops"
+#include "dev/wsfont/files.wsfont"
+
+include "dev/i2o/files.i2o"
+include "dev/pci/files.pci"
 
 file   arch/dreamcast/dreamcast/conf.c
 file   arch/dreamcast/dreamcast/machdep.c
@@ -20,19 +25,29 @@
 
 device maple { [port = -1], [subunit = -1] }
 attach maple at shb
-file   arch/dreamcast/dev/maple/maple.c        maple
+file   arch/dreamcast/dev/maple/maple.c                maple
 
 device mkbd: wskbddev
 attach mkbd at maple
-file   arch/dreamcast/dev/maple/mkbd.c         mkbd needs-flag
+file   arch/dreamcast/dev/maple/mkbd.c                 mkbd    needs-flag
 
-
+#device  pvr: wsemuldisplaydev, rasops16
 device  pvr: wsemuldisplaydev, wsrasteremulops
 attach  pvr at shb
-file    arch/dreamcast/dev/pvr.c  pvr needs-flag
+file    arch/dreamcast/dev/pvr.c                       pvr     needs-flag
 
 device gdrom: disk
 attach gdrom at shb
-file   arch/dreamcast/dev/gdrom.c gdrom needs-flag
+file   arch/dreamcast/dev/gdrom.c                      gdrom   needs-flag
 major  {gdrom = 19}
 
+device g2bus { }
+attach g2bus at shb
+file   arch/dreamcast/dev/g2/g2bus.c                   g2bus
+file   arch/dreamcast/dev/g2/g2bus_bus_mem.c           g2bus
+
+device gapspci: pcibus
+attach gapspci at g2bus
+file   arch/dreamcast/dev/g2/gapspci.c                 gapspci
+file   arch/dreamcast/dev/g2/gapspci_dma.c             gapspci
+file   arch/dreamcast/dev/g2/gapspci_pci.c             gapspci



Home | Main Index | Thread Index | Old Index