summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/puc/puc_ebus.c2
-rw-r--r--sys/dev/puc/puc_sbus.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/puc/puc_ebus.c b/sys/dev/puc/puc_ebus.c
index 071bcad..449712a 100644
--- a/sys/dev/puc/puc_ebus.c
+++ b/sys/dev/puc/puc_ebus.c
@@ -65,6 +65,8 @@ puc_ebus_attach(device_t dev)
struct puc_device_description dd;
int i;
+ printf("NOTICE: Please configure device scc(1) into the kernel.\n");
+
bzero(&dd, sizeof(dd));
dd.name = device_get_desc(dev);
for (i = 0; i < 2; i++) {
diff --git a/sys/dev/puc/puc_sbus.c b/sys/dev/puc/puc_sbus.c
index 7fd702c..fe5eb3c 100644
--- a/sys/dev/puc/puc_sbus.c
+++ b/sys/dev/puc/puc_sbus.c
@@ -64,6 +64,8 @@ puc_sbus_attach(device_t dev)
struct puc_device_description dd;
int i;
+ printf("NOTICE: Please configure device scc(1) into the kernel.\n");
+
bzero(&dd, sizeof(dd));
dd.name = device_get_desc(dev);
for (i = 0; i < 2; i++) {
OpenPOWER on IntegriCloud