Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/bktr/bktr_os.c 104094 2002-09-28 17:15:38Z phk $ */
---
> /* $FreeBSD: head/sys/dev/bktr/bktr_os.c 107699 2002-12-09 09:04:09Z roger $ */
497c497,498
< /* Unregister the /dev/bktrN, tunerN and vbiN devices */
---
> /* Unregister the /dev/bktrN, tunerN and vbiN devices,
> * the aliases for unit 0 are automatically destroyed */
502,510d502
< /* If this is unit 0, then destroy the alias entries too */
< #if (__FreeBSD_version >=500000)
< if (unit == 0) {
< destroy_dev(bktr->vbidev_alias);
< destroy_dev(bktr->tunerdev_alias);
< destroy_dev(bktr->bktrdev_alias);
< }
< #endif
<