|
|
1.1 ! root 1: /* ! 2: * ene.h 1.2 2001/08/24 12:15:33 ! 3: * ! 4: * The contents of this file are subject to the Mozilla Public License ! 5: * Version 1.1 (the "License"); you may not use this file except in ! 6: * compliance with the License. You may obtain a copy of the License ! 7: * at http://www.mozilla.org/MPL/ ! 8: * ! 9: * Software distributed under the License is distributed on an "AS IS" ! 10: * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See ! 11: * the License for the specific language governing rights and ! 12: * limitations under the License. ! 13: * ! 14: * The initial developer of the original code is David A. Hinds ! 15: * <[email protected]>. Portions created by David A. Hinds ! 16: * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. ! 17: * ! 18: * Alternatively, the contents of this file may be used under the ! 19: * terms of the GNU General Public License version 2 (the "GPL"), in ! 20: * which case the provisions of the GPL are applicable instead of the ! 21: * above. If you wish to allow the use of your version of this file ! 22: * only under the terms of the GPL and not to allow others to use ! 23: * your version of this file under the MPL, indicate your decision by ! 24: * deleting the provisions above and replace them with the notice and ! 25: * other provisions required by the GPL. If you do not delete the ! 26: * provisions above, a recipient may use your version of this file ! 27: * under either the MPL or the GPL. ! 28: */ ! 29: ! 30: #ifndef _LINUX_ENE_H ! 31: #define _LINUX_ENE_H ! 32: ! 33: #ifndef PCI_VENDOR_ID_ENE ! 34: #define PCI_VENDOR_ID_ENE 0x1524 ! 35: #endif ! 36: ! 37: #ifndef PCI_DEVICE_ID_ENE_1211 ! 38: #define PCI_DEVICE_ID_ENE_1211 0x1211 ! 39: #endif ! 40: #ifndef PCI_DEVICE_ID_ENE_1225 ! 41: #define PCI_DEVICE_ID_ENE_1225 0x1225 ! 42: #endif ! 43: #ifndef PCI_DEVICE_ID_ENE_1410 ! 44: #define PCI_DEVICE_ID_ENE_1410 0x1410 ! 45: #endif ! 46: #ifndef PCI_DEVICE_ID_ENE_1420 ! 47: #define PCI_DEVICE_ID_ENE_1420 0x1420 ! 48: #endif ! 49: ! 50: #define ENE_PCIC_ID \ ! 51: IS_ENE1211, IS_ENE1225, IS_ENE1410, IS_ENE1420 ! 52: ! 53: #define ENE_PCIC_INFO \ ! 54: { "ENE 1211", IS_TI|IS_CARDBUS, ID(ENE, 1211) }, \ ! 55: { "ENE 1225", IS_TI|IS_CARDBUS, ID(ENE, 1225) }, \ ! 56: { "ENE 1410", IS_TI|IS_CARDBUS, ID(ENE, 1410) }, \ ! 57: { "ENE 1420", IS_TI|IS_CARDBUS, ID(ENE, 1420) } ! 58: ! 59: #endif /* _LINUX_ENE_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.