trival. All the changes is about comment and spaces.
[coreboot.git] / src / superio / nsc / pc97317 / pc97317_early_serial.c
index 3aa7f9989079e7a050b333927f2c5ded81f3ea31..c538fa8071a9dda2c8d847e90901af076e720af0 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * 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; 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; 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; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
 #include <arch/romcc_io.h>
 #include "pc97317.h"
 
@@ -19,7 +39,7 @@ static void pc97317_enable_serial(device_t dev, unsigned iobase)
 
        outb(0x03, PM_BASE);
        outb(inb(PM_BASE + 1) | 0x07, PM_BASE + 1);
-       
+
        /* Wait for the clock to stabilise */
        while(!inb(PM_BASE + 1 & 0x80))
                ;