When we attach to either a SAB82532 or a Z8530, print a notice

saying that scc(4) should be configured into the kernel. This
helps people to migrate away from puc(4) for these devices.
This commit is contained in:
Marcel Moolenaar 2006-03-30 18:43:03 +00:00
parent 09410159b2
commit 90730ac6d0
2 changed files with 4 additions and 0 deletions

View File

@ -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++) {

View File

@ -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++) {