Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/agp/agp.c 171433 2007-07-13 16:28:12Z anholt $");
---
> __FBSDID("$FreeBSD: head/sys/dev/agp/agp.c 173203 2007-10-30 22:09:16Z jhb $");
264,265c264,265
< int
< agp_generic_detach(device_t dev)
---
> void
> agp_free_cdev(device_t dev)
269a270,276
> }
>
> void
> agp_free_res(device_t dev)
> {
> struct agp_softc *sc = device_get_softc(dev);
>
273a281,288
> }
>
> int
> agp_generic_detach(device_t dev)
> {
>
> agp_free_cdev(dev);
> agp_free_res(dev);