Deleted Added
full compact
ispfw.c (66189) ispfw.c (72345)
1/* $FreeBSD: head/sys/dev/ispfw/ispfw.c 66189 2000-09-21 20:16:04Z mjacob $ */
1/* $FreeBSD: head/sys/dev/ispfw/ispfw.c 72345 2001-02-11 03:35:45Z mjacob $ */
2/*
3 * ISP Firmware Helper Pseudo Device for FreeBSD
4 *
5 * Copyright (c) 2000, by Matthew Jacob
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

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

96 case PCI_PRODUCT_QLOGIC_ISP1240:
97 case PCI_PRODUCT_QLOGIC_ISP1280:
98 if (tgtmode)
99 rp = isp_1080_risc_code_it;
100 else
101 rp = isp_1080_risc_code;
102 break;
103 case PCI_PRODUCT_QLOGIC_ISP12160:
2/*
3 * ISP Firmware Helper Pseudo Device for FreeBSD
4 *
5 * Copyright (c) 2000, by Matthew Jacob
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

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

96 case PCI_PRODUCT_QLOGIC_ISP1240:
97 case PCI_PRODUCT_QLOGIC_ISP1280:
98 if (tgtmode)
99 rp = isp_1080_risc_code_it;
100 else
101 rp = isp_1080_risc_code;
102 break;
103 case PCI_PRODUCT_QLOGIC_ISP12160:
104 rp = isp_12160_risc_code;
104 if (tgtmode)
105 rp = isp_12160_risc_code_it;
106 else
107 rp = isp_12160_risc_code;
105 break;
106 case PCI_PRODUCT_QLOGIC_ISP2100:
107 rp = isp_2100_risc_code;
108 break;
109 case PCI_PRODUCT_QLOGIC_ISP2200:
110 rp = isp_2200_risc_code;
111 default:
112 break;

--- 35 unchanged lines hidden ---
108 break;
109 case PCI_PRODUCT_QLOGIC_ISP2100:
110 rp = isp_2100_risc_code;
111 break;
112 case PCI_PRODUCT_QLOGIC_ISP2200:
113 rp = isp_2200_risc_code;
114 default:
115 break;

--- 35 unchanged lines hidden ---