summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorlandonf <landonf@FreeBSD.org>2016-06-08 21:31:33 +0000
committerlandonf <landonf@FreeBSD.org>2016-06-08 21:31:33 +0000
commit162e48c014d3cd1ed9af5f83d74fc3579f89bca3 (patch)
tree0b8b7bf1c4f3e5ebcb16693067ff776dbdac1755 /sys/mips
parentbe9707cb95dc39ad317d1173b977082377f7df19 (diff)
downloadFreeBSD-src-162e48c014d3cd1ed9af5f83d74fc3579f89bca3.zip
FreeBSD-src-162e48c014d3cd1ed9af5f83d74fc3579f89bca3.tar.gz
bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specific
BHND_*_DEVICE macros. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D6736
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/broadcom/bcm_mipscore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/broadcom/bcm_mipscore.c b/sys/mips/broadcom/bcm_mipscore.c
index ddd4c80..988bedd 100644
--- a/sys/mips/broadcom/bcm_mipscore.c
+++ b/sys/mips/broadcom/bcm_mipscore.c
@@ -54,9 +54,9 @@ static const struct resource_spec mipscore_rspec[MIPSCORE_MAX_RSPEC] = {
};
struct bhnd_device mipscore_match[] = {
- BHND_MIPS_DEVICE(MIPS, "BHND MIPS processor", NULL),
- BHND_MIPS_DEVICE(MIPS33, "BHND MIPS3302 processor", NULL),
- BHND_MIPS_DEVICE(MIPS74K, "BHND MIPS74K processor", NULL),
+ BHND_DEVICE(BCM, MIPS, NULL, NULL),
+ BHND_DEVICE(BCM, MIPS33, NULL, NULL),
+ BHND_DEVICE(MIPS, MIPS74K, NULL, NULL),
BHND_DEVICE_END
};
OpenPOWER on IntegriCloud