Author: rminnich Date: 2007-06-27 22:44:02 +0200 (Wed, 27 Jun 2007) New Revision: 383
Modified: LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c Log: In reponse to comments.
We are leaving serial, we do not believe it is misleading. Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h =================================================================== --- LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h 2007-06-27 20:39:24 UTC (rev 382) +++ LinuxBIOSv3/superio/winbond/w83627hf/w83627hf.h 2007-06-27 20:44:02 UTC (rev 383) @@ -1,3 +1,22 @@ +/* + * This file is part of the LinuxBIOS project. + + * Copyright 2007 Ronald G. Minnich rminnich@gmail.com + * + * 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 + */ #ifndef SUPERIO_WINBOND_W83627HF_W83627HF_H #define SUPERIO_WINBOND_W83627HF_W83627HF_H
Modified: LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c =================================================================== --- LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c 2007-06-27 20:39:24 UTC (rev 382) +++ LinuxBIOSv3/superio/winbond/w83627hf/w83627hf_early_serial.c 2007-06-27 20:44:02 UTC (rev 383) @@ -1,12 +1,8 @@ /* * This file is part of the LinuxBIOS project. + + * Copyright 2007 Ronald G. Minnich rminnich@gmail.com * - * Copyright 2000 AG Electronics Ltd. - * Copyright 2003-2004 Linux Networx - * Copyright 2004 Tyan - * By LYH change from PC87360 - * Copyright 2007 coresystems GmbH - * * 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 @@ -21,6 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #include <io.h> #include <device/pnp.h> #include "w83627hf.h"