summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-10 22:38:39 +0000
committeradrian <adrian@FreeBSD.org>2016-05-10 22:38:39 +0000
commitd089d0b662b561f05674f6defd6ce674890e6df9 (patch)
tree891556a8a589a39463faa856b54728a4145877f3 /sys/mips
parent03739a0cd03ee8f3b8a1859e4943a6485e882022 (diff)
downloadFreeBSD-src-d089d0b662b561f05674f6defd6ce674890e6df9.zip
FreeBSD-src-d089d0b662b561f05674f6defd6ce674890e6df9.tar.gz
Rename siba -> siba_s5, to specifically reference that it's for the
legacy siba sentry5 cpu glue. The siba_cc code is the hard-coded chipcommon bits for the sentry s5, which will eventually be replaced with the more flexible bhnd sipa/cc code. bwn, etc uses siba_bwn, which doesn't use siba or siba_cc to do anything.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/SENTRY53
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/mips/conf/SENTRY5 b/sys/mips/conf/SENTRY5
index 51cc011..02786a0 100644
--- a/sys/mips/conf/SENTRY5
+++ b/sys/mips/conf/SENTRY5
@@ -57,8 +57,7 @@ options INVARIANT_SUPPORT
#options BUS_DEBUG
#makeoptions BUS_DEBUG
-device bhndbus # Broadcom Home Networking Division Bus
-device siba # Sonics SiliconBackplane
+device siba_s5 # Sonics SiliconBackplane
device pci # siba_pcib
# device bfe # XXX will build both pci and siba
OpenPOWER on IntegriCloud