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:
parent
09410159b2
commit
90730ac6d0
@ -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++) {
|
||||
|
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user