Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/cam/cam_xpt.c 227637 2011-11-17 21:07:56Z mav $");
---
> __FBSDID("$FreeBSD: head/sys/cam/cam_xpt.c 228022 2011-11-27 15:43:40Z marius $");
68a69,70
>
> #include <machine/md_var.h> /* geometry translation */
69a72
>
2459c2462
< #ifdef PC98
---
> #if defined(PC98) || defined(__sparc64__)
2467a2471,2473
> * For sparc64, we may need adjust the geometry of large
> * disks in order to fit the limitations of the 16-bit
> * fields of the VTOC8 disk label.