Deleted Added
full compact
aacvar.h (87605) aacvar.h (89112)
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2001 Scott Long
4 * Copyright (c) 2000 BSDi
5 * Copyright (c) 2001 Adaptec, Inc.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2001 Scott Long
4 * Copyright (c) 2000 BSDi
5 * Copyright (c) 2001 Adaptec, Inc.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 12 unchanged lines hidden (view full) ---

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/dev/aac/aacvar.h 87605 2001-12-10 09:34:47Z obrien $
29 * $FreeBSD: head/sys/dev/aac/aacvar.h 89112 2002-01-09 03:32:40Z msmith $
30 */
31
32/*
33 * Driver Parameter Definitions
34 */
35
36/*
37 * The firmware interface allows for a 16-bit s/g list length. We limit

--- 326 unchanged lines hidden (view full) ---

364 */
365extern void aac_free(struct aac_softc *sc);
366extern int aac_attach(struct aac_softc *sc);
367extern int aac_detach(device_t dev);
368extern int aac_shutdown(device_t dev);
369extern int aac_suspend(device_t dev);
370extern int aac_resume(device_t dev);
371extern void aac_intr(void *arg);
30 */
31
32/*
33 * Driver Parameter Definitions
34 */
35
36/*
37 * The firmware interface allows for a 16-bit s/g list length. We limit

--- 326 unchanged lines hidden (view full) ---

364 */
365extern void aac_free(struct aac_softc *sc);
366extern int aac_attach(struct aac_softc *sc);
367extern int aac_detach(device_t dev);
368extern int aac_shutdown(device_t dev);
369extern int aac_suspend(device_t dev);
370extern int aac_resume(device_t dev);
371extern void aac_intr(void *arg);
372extern devclass_t aac_devclass;
373extern void aac_submit_bio(struct bio *bp);
374extern void aac_biodone(struct bio *bp);
375extern int aac_dump_enqueue(struct aac_disk *ad, u_int32_t lba,
376 void *data, int nblks);
377extern void aac_dump_complete(struct aac_softc *sc);
378
379/*
380 * Debugging levels:

--- 192 unchanged lines hidden ---
372extern void aac_submit_bio(struct bio *bp);
373extern void aac_biodone(struct bio *bp);
374extern int aac_dump_enqueue(struct aac_disk *ad, u_int32_t lba,
375 void *data, int nblks);
376extern void aac_dump_complete(struct aac_softc *sc);
377
378/*
379 * Debugging levels:

--- 192 unchanged lines hidden ---