From owner-cvs-src@FreeBSD.ORG Thu Aug 14 21:27:24 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11878106566C; Thu, 14 Aug 2008 21:27:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC8C8FC08; Thu, 14 Aug 2008 21:27:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7ELROmA051540; Thu, 14 Aug 2008 21:27:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7ELROOg051539; Thu, 14 Aug 2008 21:27:24 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200808142127.m7ELROOg051539@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 14 Aug 2008 21:26:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/wb if_wb.c if_wbreg.h src/sys/modules/wb Makefile src/sys/pci if_wb.c if_wbreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 21:27:24 -0000 imp 2008-08-14 21:26:29 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/wb Makefile Added files: sys/dev/wb if_wb.c if_wbreg.h Removed files: sys/pci if_wb.c if_wbreg.h Log: SVN rev 181741 on 2008-08-14 21:26:29Z by imp Move wb driver from sys/pci to sys/dev/wb. Revision Changes Path 1.1329 +1 -1 src/sys/conf/files 1.1 +1848 -0 src/sys/dev/wb/if_wb.c (new) 1.1 +464 -0 src/sys/dev/wb/if_wbreg.h (new) 1.14 +1 -1 src/sys/modules/wb/Makefile 1.95 +0 -1848 src/sys/pci/if_wb.c (dead) 1.18 +0 -464 src/sys/pci/if_wbreg.h (dead)