|
|
| version 1.4, 2003/11/17 00:54:39 | version 1.5, 2003/11/22 19:30:55 |
|---|---|
| Line 260 isa_compat_attach(device_t dev) | Line 260 isa_compat_attach(device_t dev) |
| printf("isa_compat_attach: failed to setup intr: %d\n", | printf("isa_compat_attach: failed to setup intr: %d\n", |
| error); | error); |
| } | } |
| device_printf(dev, "driver is using old-style compatability shims\n"); | device_printf(dev, "driver is using old-style compatibility shims\n"); |
| return 0; | return 0; |
| } | } |