Deleted Added
full compact
69c69
< /* $FreeBSD: head/sys/dev/esp/ncr53c9xvar.h 226381 2011-10-15 09:29:43Z marius $ */
---
> /* $FreeBSD: head/sys/dev/esp/ncr53c9xvar.h 226947 2011-10-30 21:17:42Z marius $ */
71,72c71,72
< #ifndef _DEV_IC_NCR53C9XVAR_H_
< #define _DEV_IC_NCR53C9XVAR_H_
---
> #ifndef _NCR53C9XVAR_H_
> #define _NCR53C9XVAR_H_
118c118,119
< /* These fields are preserved between alloc and free */
---
> /* These fields are preserved between alloc and free. */
> struct callout ch;
133d133
< struct callout ch;
293c293
< * Function switch used as glue to MD code.
---
> * Function switch used as glue to MD code
307,309d306
<
< /* Optional entry points. */
< void (*gl_clear_latched_intr)(struct ncr53c9x_softc *);
333c330
< /* register copies, see espreadregs() */
---
> /* register copies, see ncr53c9x_readregs() */
417a415
> #define NCR_F_LARGEXFER 0x10 /* chip supports transfers > 64k */
501a500,501
> extern devclass_t esp_devclass;
>
506c506
< #endif /* _DEV_IC_NCR53C9XVAR_H_ */
---
> #endif /* _NCR53C9XVAR_H_ */