Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/sparc64/include/md_var.h 140485 2005-01-19 18:24:07Z jhb $
---
> * $FreeBSD: head/sys/sparc64/include/md_var.h 176197 2008-02-11 21:40:22Z marius $
62a63,75
> /*
> * Given that the Sun disk label only uses 16-bit fields for cylinders,
> * heads and sectors we might need to adjust the geometry of large IDE
> * disks.
> * We have to have a knowledge that a device_t is a struct device * here
> * to avoid including too many things from this file.
> */
> struct disk;
> struct device;
> void sparc64_ad_firmware_geom_adjust(struct device *dev, struct disk *disk);
> #define ad_firmware_geom_adjust(dev, dsk) \
> sparc64_ad_firmware_geom_adjust(dev, dsk)
>