summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/puc_ebus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc/puc_ebus.c')
-rw-r--r--sys/dev/puc/puc_ebus.c2
1 files changed, 2 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++) {
OpenPOWER on IntegriCloud