treewide: Move "is part of the coreboot project" line in its own comment
[coreboot.git] / src / southbridge / intel / i82371eb / i82371eb.c
blobec8745a2862f15d1bf8bb4138927e07cf91c2823
1 /* This file is part of the coreboot project. */
2 /*
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
15 /* Note: This code supports the 82371FB/SB/MX/AB/EB/MB and 82437MX. */
17 /* Datasheets:
18 * - Name: 82371FB (PIIX) AND 82371SB (PIIX3) PCI ISA IDE XCELERATOR
19 * - URL: http://www.intel.com/design/intarch/datashts/290550.htm
20 * - PDF: http://download.intel.com/design/intarch/datashts/29055002.pdf
21 * - Date: April 1997
22 * - Order Number: 290550-002
24 * - Name: 82371FB (PIIX) and 82371SB (PIIX3) PCI ISA IDE Xcelerator
25 * Specification Update
26 * - URL: http://www.intel.com/design/chipsets/specupdt/297658.htm
27 * - PDF: http://download.intel.com/design/chipsets/specupdt/29765801.pdf
28 * - Date: March 1998
29 * - Order Number: 297658-004
31 * - Name: 82371AB PCI-TO-ISA / IDE XCELERATOR (PIIX4)
32 * (applies to 82371AB/EB/MB, a.k.a. PIIX4/PIIX4E/PIIX4M)
33 * - URL: http://www.intel.com/design/intarch/datashts/290562.htm
34 * - PDF: http://www.intel.com/design/intarch/datashts/29056201.pdf
35 * - Date: April 1997
36 * - Order Number: 290562-001
38 * - Name: 82371AB/EB/MB (PIIX4/PIIX4E/PIIX4M) Specification Update
39 * - URL: http://www.intel.com/design/chipsets/specupdt/297738.htm
40 * - PDF: http://www.intel.com/design/chipsets/specupdt/29773817.pdf
41 * - Date: January 2002
42 * - Order Number: 297738-017
45 /* TODO: List the other datasheets. */
47 #include <device/device.h>
49 const struct chip_operations southbridge_intel_i82371eb_ops = {
50 CHIP_NAME("Intel 82371FB/SB/MX/AB/EB/MB Southbridge")