Deleted Added
full compact
iir.h (170872) iir.h (254379)
1/* $FreeBSD: head/sys/dev/iir/iir.h 170872 2007-06-17 05:55:54Z scottl $ */
1/* $FreeBSD: head/sys/dev/iir/iir.h 254379 2013-08-15 20:03:22Z jkim $ */
2/*-
3 * Copyright (c) 2000-04 ICP vortex GmbH
4 * Copyright (c) 2002-04 Intel Corporation
5 * Copyright (c) 2003-04 Adaptec Inc.
6 * All Rights Reserved
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

58#define OEM_ID_ICP 0x941c
59#define OEM_ID_INTEL 0x8000
60
61#define GDT_VENDOR_ID 0x1119
62#define GDT_DEVICE_ID_MIN 0x100
63#define GDT_DEVICE_ID_MAX 0x2ff
64#define GDT_DEVICE_ID_NEWRX 0x300
65
2/*-
3 * Copyright (c) 2000-04 ICP vortex GmbH
4 * Copyright (c) 2002-04 Intel Corporation
5 * Copyright (c) 2003-04 Adaptec Inc.
6 * All Rights Reserved
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

58#define OEM_ID_ICP 0x941c
59#define OEM_ID_INTEL 0x8000
60
61#define GDT_VENDOR_ID 0x1119
62#define GDT_DEVICE_ID_MIN 0x100
63#define GDT_DEVICE_ID_MAX 0x2ff
64#define GDT_DEVICE_ID_NEWRX 0x300
65
66#define INTEL_VENDOR_ID 0x8086
66#define INTEL_VENDOR_ID_IIR 0x8086
67#define INTEL_DEVICE_ID_IIR 0x600
68
69#define GDT_MAXBUS 6 /* XXX Why not 5? */
70#define GDT_MAX_HDRIVES 100 /* max 100 host drives */
71#define GDT_MAXID_FC 127 /* Fibre-channel IDs */
72#define GDT_MAXID 16 /* SCSI IDs */
73#define GDT_MAXOFFSETS 128
74#define GDT_MAXSG 32 /* Max. s/g elements */

--- 680 unchanged lines hidden ---
67#define INTEL_DEVICE_ID_IIR 0x600
68
69#define GDT_MAXBUS 6 /* XXX Why not 5? */
70#define GDT_MAX_HDRIVES 100 /* max 100 host drives */
71#define GDT_MAXID_FC 127 /* Fibre-channel IDs */
72#define GDT_MAXID 16 /* SCSI IDs */
73#define GDT_MAXOFFSETS 128
74#define GDT_MAXSG 32 /* Max. s/g elements */

--- 680 unchanged lines hidden ---