diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-01-10 09:33:06 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-01-10 09:33:06 +0000 |
commit | 70115446b9914ef87410a4d9d99d22fcba166738 (patch) | |
tree | 26e086e92fa8e798bbbd660b5a8c0bc2ecb47209 /hwaccess.h | |
parent | 94cc0e22b3ee05ae79cad01c4a72a62b715b5052 (diff) | |
download | flashrom-70115446b9914ef87410a4d9d99d22fcba166738.zip flashrom-70115446b9914ef87410a4d9d99d22fcba166738.tar.gz |
Refinements for DragonflyBSD
- /usr/include/cpu/param.h defines PAGE_MASK already, hence use another
name for the respective macro in nicintel_eeprom.c.
- Since DragonflyBSD 3.6 DPorts is used as the default package manager.
Therefore we should use /usr/local/ instead of /usr/pkg/ on default
to fetch libraries.
Corresponding to flashrom svn r1866.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'hwaccess.h')
-rw-r--r-- | hwaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ */ #define index shadow_workaround_index -#if !defined (__NetBSD__) && !defined (__DragonFly__) +#if !defined (__NetBSD__) #include <pci/pci.h> #else #include <pciutils/pci.h> |