Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys move "define tcbus {}" into files.alpha. it isn't wante...
details: https://anonhg.NetBSD.org/src/rev/e177016190dd
branches: trunk
changeset: 830013:e177016190dd
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Feb 22 07:30:43 2018 +0000
description:
move "define tcbus {}" into files.alpha. it isn't wanted for general
ports, and generates an unused symbol for pmax. with this both alpha
and pmax kernel work with gcc 5 and 6.
diffstat:
sys/arch/alpha/conf/files.alpha | 3 ++-
sys/conf/files | 3 +--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 68032b219323 -r e177016190dd sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha Thu Feb 22 07:24:19 2018 +0000
+++ b/sys/arch/alpha/conf/files.alpha Thu Feb 22 07:30:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.188 2014/10/17 18:31:07 uebayasi Exp $
+# $NetBSD: files.alpha,v 1.189 2018/02/22 07:30:43 mrg Exp $
#
# alpha-specific configuration info
@@ -119,6 +119,7 @@
include "dev/tc/files.tc"
# TC attachment is MD
+define tcbus { } # TURBOchannel attachment
attach tc at tcbus
device tcasic: tcbus
diff -r 68032b219323 -r e177016190dd sys/conf/files
--- a/sys/conf/files Thu Feb 22 07:24:19 2018 +0000
+++ b/sys/conf/files Thu Feb 22 07:30:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1194 2018/02/12 23:11:00 joerg Exp $
+# $NetBSD: files,v 1.1195 2018/02/22 07:30:43 mrg Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20171118
@@ -1248,7 +1248,6 @@
define isabus { } # ISA attachment
define eisabus { } # EISA attachment
define pcibus {[bus = -1]} # PCI attachment
-define tcbus { } # TURBOchannel attachment
define mcabus { } # MicroChannel attachment
define usbus { } # USB attachment
define fwbus { } # IEEE 1394 attachment
Home |
Main Index |
Thread Index |
Old Index