Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/arch/atari/conf files.atari:



details:   https://anonhg.NetBSD.org/src/rev/67c8589798ef
branches:  nathanw_sa
changeset: 504613:67c8589798ef
user:      leo <leo%NetBSD.org@localhost>
date:      Tue Apr 10 06:28:39 2001 +0000

description:
files.atari:
    Defopt motherboard type and make ym2149.c dependend on 'standard' atari
    boards.
Configfiles:
    Add pseudo device mouse. It got dropped in the moves by accident.

diffstat:

 sys/arch/atari/conf/ATARITT.in |  50 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r d0debd8a9416 -r 67c8589798ef sys/arch/atari/conf/ATARITT.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/atari/conf/ATARITT.in    Tue Apr 10 06:28:39 2001 +0000
@@ -0,0 +1,50 @@
+#
+#      $NetBSD: ATARITT.in,v 1.4.10.2 2001/04/10 06:28:39 leo Exp $
+#
+# ATARI-TT
+#
+# This configuration file is for a GENERIC ATARI-TT
+#
+
+#include "GENERIC.in"
+
+pseudo-device  view    4       # View (graphics mapping)
+#ifndef INSTALL_KERNEL
+pseudo-device  mouse   1       # mouse
+#endif
+
+#
+# The following sections describe various hardware options.
+#
+ncrscsi0       at mainbus0     # NCR5380 SCSI driver
+scsibus0       at ncrscsi0     # SCSI bus
+zs0            at mainbus0     # Serial support through 8530
+grfbus0                at mainbus0     # bitmapped display's
+grfcc0         at grfbus0      # graphics driver
+ite0           at grfcc0       # console
+nvr0           at mainbus0     # nvram driver
+
+#if !defined(INSTALL_KERNEL) || defined(INSTALLX_KERNEL)
+grfcc1         at grfbus0      # 2nd graphics driver
+ite1           at grfcc1       # 2nd tty
+grfcc2         at grfbus0      # 3rd graphics driver
+ite2           at grfcc2       # 3rd tty
+lp0            at mainbus0     # centronics printer
+ser0           at mainbus0     # UART on first 68901 (ttyB0)
+avmebus0       at mainbus0     # VME bus
+vme0           at avmebus0
+le0            at vme0 irq 5   # Lance ethernet (Riebl/PAM).
+le0            at vme0 irq 4   # Lance ethernet (BVME410).
+et0            at vme0         # Crazy Dots II
+#endif
+
+# SCSI devices
+sd*    at scsibus? target ? lun ?      # SCSI disk drives
+st*    at scsibus? target ? lun ?      # SCSI tape drives
+cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives
+#ifndef INSTALL_KERNEL
+ch*    at scsibus? target ? lun ?      # SCSI autochangers
+ss*    at scsibus? target ? lun ?      # SCSI scanners
+se*    at scsibus? target ? lun ?      # SCSI ethernet
+uk*    at scsibus? target ? lun ?      # SCSI unknown
+#endif



Home | Main Index | Thread Index | Old Index