Return 0 from attach.

Submitted by: mihira-san <sanpei@sanpei.org>
This commit is contained in:
Warner Losh 2000-04-29 17:43:12 +00:00
parent 87150cb06d
commit f490231eb3

View file

@ -619,7 +619,7 @@ xe_attach (device_t dev) {
bpfattach(scp->ifp, DLT_EN10MB, sizeof(struct ether_header));
/* Done */
return 1;
return 0;
}