Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/pci/if_xl.c 69490 2000-12-01 19:41:14Z imp $
---
> * $FreeBSD: head/sys/pci/if_xl.c 69583 2000-12-04 22:46:50Z wpaul $
153c153
< "$FreeBSD: head/sys/pci/if_xl.c 69490 2000-12-01 19:41:14Z imp $";
---
> "$FreeBSD: head/sys/pci/if_xl.c 69583 2000-12-04 22:46:50Z wpaul $";
1241a1242,1244
> mtx_init(&sc->xl_mtx, device_get_nameunit(dev), MTX_DEF);
> XL_LOCK(sc);
>
1385,1387d1387
< mtx_init(&sc->xl_mtx, device_get_nameunit(dev), MTX_DEF);
< XL_LOCK(sc);
<