From c63dab466c1f033b389bd6ea609f595059544212 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 24 Aug 2003 17:55:58 +0000 Subject: Use __FBSDID(). Also some minor style cleanups. --- sys/dev/ichsmb/ichsmb_pci.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/dev/ichsmb/ichsmb_pci.c') diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index 053b6e0..d5c3cea 100644 --- a/sys/dev/ichsmb/ichsmb_pci.c +++ b/sys/dev/ichsmb/ichsmb_pci.c @@ -1,9 +1,10 @@ - -/* +/*- * ichsmb_pci.c * + * Author: Archie Cobbs * Copyright (c) 2000 Whistle Communications, Inc. * All rights reserved. + * Author: Archie Cobbs * * Subject to the following obligations and disclaimer of warranty, use and * redistribution of this software, in source or object code forms, with or @@ -33,12 +34,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. - * - * Author: Archie Cobbs - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* * Support for the SMBus controller logical device which is part of the * Intel 81801AA/AB/BA/CA/DC (ICH/ICH[0234]) I/O controller hub chips. -- cgit v1.1