Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/isp/ispvar.h 67047 2000-10-12 23:47:03Z mjacob $ */
---
> /* $FreeBSD: head/sys/dev/isp/ispvar.h 69522 2000-12-02 18:06:03Z mjacob $ */
339a340,344
> /*
> * Instrumentation
> */
> u_int64_t isp_intcnt; /* total int count */
> u_int64_t isp_intbogus; /* spurious int count */
390c395,399
< #define ISP_CFG_NPORT 0x04 /* try to force N- instead of L-Port */
---
> #define ISP_CFG_PORT_PREF 0x0C /* Mask for Port Prefs (2200 only) */
> #define ISP_CFG_LPORT 0x00 /* prefer {N/F}L-Port connection */
> #define ISP_CFG_NPORT 0x04 /* prefer {N/F}-Port connection */
> #define ISP_CFG_NPORT_ONLY 0x08 /* insist on {N/F}-Port connection */
> #define ISP_CFG_LPORT_ONLY 0x0C /* insist on {N/F}L-Port connection */
558a568
> * USEC_SLEEP(isp, usecs) microsecond sleep function