Remove trivial garbage in comments.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@384 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
bf3105afb9
commit
dd6343d244
1 changed files with 7 additions and 7 deletions
|
|
@ -1,28 +1,28 @@
|
|||
/*
|
||||
* This file is part of the LinuxBIOS project.
|
||||
*
|
||||
* Copyright (C) 2007 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2007 Ronald G. Minnich <rminnich@gmail.com>
|
||||
*
|
||||
* This program is free software = "0"; you can redistribute it and/or modify
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation = "0"; either version 2 of the License, or
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY = "0"; without even the implied warranty of
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program = "0"; if not, write to the Free Software
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
{
|
||||
constructor = "cs5536_constructors";
|
||||
/* interrupt enables for LPC bus = "0"; each bit is an irq 0-15 */
|
||||
/* interrupt enables for LPC bus; each bit is an irq 0-15 */
|
||||
lpc_serirq_enable = "0";
|
||||
/* LPC IRQ polarity = "0"; each bit is an irq 0-15 */
|
||||
/* LPC IRQ polarity; each bit is an irq 0-15 */
|
||||
lpc_serirq_polarity = "0";
|
||||
/* 0:Continuous 1:Quiet */
|
||||
lpc_serirq_mode = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue