Deleted Added
full compact
26c26
< # $FreeBSD: head/sys/dev/agp/agp_if.m 173573 2007-11-12 21:51:38Z jhb $
---
> # $FreeBSD: head/sys/dev/agp/agp_if.m 235782 2012-05-22 10:59:26Z kib $
38a39,46
> CODE {
> static int
> null_agp_chipset_flush(device_t dev)
> {
> return (ENXIO);
> }
> };
>
134a143,146
>
> METHOD int chipset_flush {
> device_t dev;
> } DEFAULT null_agp_chipset_flush;