diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-03-30 18:43:03 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-03-30 18:43:03 +0000 |
| commit | 90730ac6d07f7bedd16b2d48140e188c1c67a825 (patch) | |
| tree | 580323578335cb46f632675415fe6ef45a3188be /sys/dev/puc | |
| parent | 09410159b2e31382af82107bc2c829cc72c67f28 (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc')
| -rw-r--r-- | sys/dev/puc/puc_ebus.c | 2 | ||||
| -rw-r--r-- | sys/dev/puc/puc_sbus.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/puc/puc_ebus.c b/sys/dev/puc/puc_ebus.c index 071bcad69980..449712aebc90 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 7fd702cf4b3e..fe5eb3c1fdc9 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++) { |
