Date: Tue, 28 Mar 2017 21:54:36 +0000 (UTC) From: Gavin Atkinson <gavin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r316113 - head/sys/dev/ichsmb Message-ID: <201703282154.v2SLsaFj007841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gavin Date: Tue Mar 28 21:54:36 2017 New Revision: 316113 URL: https://svnweb.freebsd.org/changeset/base/316113 Log: Remove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused since r200091 Modified: head/sys/dev/ichsmb/ichsmb_pci.c Modified: head/sys/dev/ichsmb/ichsmb_pci.c ============================================================================== --- head/sys/dev/ichsmb/ichsmb_pci.c Tue Mar 28 21:50:11 2017 (r316112) +++ head/sys/dev/ichsmb/ichsmb_pci.c Tue Mar 28 21:54:36 2017 (r316113) @@ -95,8 +95,6 @@ __FBSDID("$FreeBSD$"); #define ID_SRPT 0xa1238086 #define ID_SRPTLP 0x9d238086 -#define PCIS_SERIALBUS_SMBUS_PROGIF 0x00 - /* Internal functions */ static int ichsmb_pci_probe(device_t dev); static int ichsmb_pci_attach(device_t dev);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703282154.v2SLsaFj007841>