aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sab/sab.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sab/sab.c')
-rw-r--r--sys/dev/sab/sab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c
index 09446376ce96..8989a2fda1b8 100644
--- a/sys/dev/sab/sab.c
+++ b/sys/dev/sab/sab.c
@@ -253,7 +253,8 @@ sab_probe(device_t dev)
uint8_t r;
int rid;
- if (strcmp(ebus_get_name(dev), "se") != 0)
+ if (strcmp(ebus_get_name(dev), "se") != 0 &&
+ strcmp(ebus_get_name(dev), "serial") != 0)
return (ENXIO);
rid = 0;
res = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, 0, ~0, 1,