From: Vladimir 'phcoder' Serbinenko Date: Wed, 20 Jan 2010 19:55:55 +0000 (+0100) Subject: 2010-01-20 Vladimir Serbinenko X-Git-Tag: 1.98~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd35b8c20433a2ad470ece6a685bac5ee8626f4;p=thirdparty%2Fgrub.git 2010-01-20 Vladimir Serbinenko setpci support. * commands/setpci.c: New file. * conf/i386.rmk (pkglib_MODULES): Add setpci.mod. (setpci_mod_SOURCES): New variable. (setpci_mod_CFLAGS): Likewise. (setpci_mod_LDFLAGS): Likewise. --- 8dd35b8c20433a2ad470ece6a685bac5ee8626f4 diff --cc ChangeLog index d789f821e,d789f821e..df30c16be --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,13 @@@ ++2010-01-20 Vladimir Serbinenko ++ ++ setpci support. ++ ++ * commands/setpci.c: New file. ++ * conf/i386.rmk (pkglib_MODULES): Add setpci.mod. ++ (setpci_mod_SOURCES): New variable. ++ (setpci_mod_CFLAGS): Likewise. ++ (setpci_mod_LDFLAGS): Likewise. ++ 2010-01-20 Vladimir Serbinenko Byte-addressable PCI configuration space.