aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/isa
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2009-03-19 20:57:59 +0000
committerMarius Strobl <marius@FreeBSD.org>2009-03-19 20:57:59 +0000
commitff5a50322a6246ee51424d762c1916cc27a97446 (patch)
treeebadbe48ac1bd57dd5d21ad1d2b9c8a928dd2f74 /sys/sparc64/isa
parent81be15f08650a564e4276dd7a981c6406f4e30eb (diff)
downloadsrc-ff5a50322a6246ee51424d762c1916cc27a97446.tar.gz
src-ff5a50322a6246ee51424d762c1916cc27a97446.zip
Add device found in B100.
Notes
Notes: svn path=/head/; revision=190111
Diffstat (limited to 'sys/sparc64/isa')
-rw-r--r--sys/sparc64/isa/isa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c
index be76e011d5b6..724b4a81f5d8 100644
--- a/sys/sparc64/isa/isa.c
+++ b/sys/sparc64/isa/isa.c
@@ -118,7 +118,7 @@ isa_init(device_t dev)
static const struct {
const char *name;
uint32_t id;
-} ofw_isa_pnp_map[] = {
+} const ofw_isa_pnp_map[] = {
{ "SUNW,lomh", 0x0000ae4e }, /* SUN0000 */
{ "dma", 0x0002d041 }, /* PNP0200 */
{ "floppy", 0x0007d041 }, /* PNP0700 */
@@ -130,6 +130,7 @@ static const struct {
{ "rmc-comm", 0x0300ae4e }, /* SUN0003 */
{ "kb_ps2", 0x0303d041 }, /* PNP0303 */
{ "kdmouse", 0x030fd041 }, /* PNP0F03 */
+ { "bscbus", 0x0400ae4e }, /* SUN0004 */
{ "power", 0x0c0cd041 }, /* PNP0C0C */
{ NULL, 0x0 }
};