Deleted Added
full compact
scsi_sa.c (59365) scsi_sa.c (60041)
1/*
1/*
2 * $FreeBSD: head/sys/cam/scsi/scsi_sa.c 59365 2000-04-18 13:49:35Z phk $
2 * $FreeBSD: head/sys/cam/scsi/scsi_sa.c 60041 2000-05-05 09:59:14Z phk $
3 *
4 * Implementation of SCSI Sequential Access Peripheral driver for CAM.
5 *
6 * Copyright (c) 1999, 2000 Matthew Jacob
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

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

31
32#include <sys/param.h>
33#include <sys/queue.h>
34#ifdef _KERNEL
35#include <sys/systm.h>
36#include <sys/kernel.h>
37#endif
38#include <sys/types.h>
3 *
4 * Implementation of SCSI Sequential Access Peripheral driver for CAM.
5 *
6 * Copyright (c) 1999, 2000 Matthew Jacob
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

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

31
32#include <sys/param.h>
33#include <sys/queue.h>
34#ifdef _KERNEL
35#include <sys/systm.h>
36#include <sys/kernel.h>
37#endif
38#include <sys/types.h>
39#include <sys/buf.h>
39#include <sys/bio.h>
40#include <sys/malloc.h>
41#include <sys/mtio.h>
42#include <sys/conf.h>
43#include <sys/devicestat.h>
44#include <machine/limits.h>
45
46#ifndef _KERNEL
47#include <stdio.h>

--- 3392 unchanged lines hidden ---
40#include <sys/malloc.h>
41#include <sys/mtio.h>
42#include <sys/conf.h>
43#include <sys/devicestat.h>
44#include <machine/limits.h>
45
46#ifndef _KERNEL
47#include <stdio.h>

--- 3392 unchanged lines hidden ---