Deleted Added
full compact
19c19
< * the GNU Public License ("GPL").
---
> * GNU Public License ("GPL").
33c33
< * $FreeBSD: head/sys/dev/aic7xxx/aic7xxx_93cx6.h 56980 2000-02-03 16:54:11Z gibbs $
---
> * $FreeBSD: head/sys/dev/aic7xxx/aic7xxx_93cx6.h 63457 2000-07-18 20:12:14Z gibbs $
55,60c55,60
< u_int16_t sd_MS;
< u_int16_t sd_RDY;
< u_int16_t sd_CS;
< u_int16_t sd_CK;
< u_int16_t sd_DO;
< u_int16_t sd_DI;
---
> uint16_t sd_MS;
> uint16_t sd_RDY;
> uint16_t sd_CS;
> uint16_t sd_CK;
> uint16_t sd_DO;
> uint16_t sd_DI;
88c88
< int read_seeprom(struct seeprom_descriptor *sd, u_int16_t *buf,
---
> int read_seeprom(struct seeprom_descriptor *sd, uint16_t *buf,