diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-26 09:00:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-26 09:00:53 +0000 |
commit | 6abbdf7eb80a1983c5ffd5f211d1245df7af7171 (patch) | |
tree | 3787e78169a2e4f033ae47d6680a1310bcd85d81 /sysutils/915resolution/files/patch-915resolution.c | |
parent | Update devel/erlang-gpb to version 3.24.2. (diff) |
- Add LICENSE
- Switch to options helpers
- Don't install LICENSE with documentation
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=419103
Diffstat (limited to 'sysutils/915resolution/files/patch-915resolution.c')
-rw-r--r-- | sysutils/915resolution/files/patch-915resolution.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/915resolution/files/patch-915resolution.c b/sysutils/915resolution/files/patch-915resolution.c index 35adaa38ba01..a942079d7267 100644 --- a/sysutils/915resolution/files/patch-915resolution.c +++ b/sysutils/915resolution/files/patch-915resolution.c @@ -1,5 +1,5 @@ ---- 915resolution.c.orig Sun Apr 15 06:46:56 2007 -+++ 915resolution.c Sun Apr 15 06:46:56 2007 +--- 915resolution.c.orig 2007-04-15 10:46:56 UTC ++++ 915resolution.c @@ -21,8 +21,10 @@ #define __USE_GNU #include <string.h> @@ -12,7 +12,7 @@ #include <unistd.h> #include <assert.h> -@@ -165,7 +167,8 @@ +@@ -165,7 +167,8 @@ typedef struct { void initialize_system(char * filename) { if (!filename) { @@ -22,7 +22,7 @@ perror("Unable to obtain the proper IO permissions"); exit(2); } -@@ -173,7 +176,7 @@ +@@ -173,7 +176,7 @@ void initialize_system(char * filename) } cardinal get_chipset_id(void) { @@ -31,7 +31,7 @@ return inl(0xcfc); } -@@ -496,11 +499,11 @@ +@@ -496,11 +499,11 @@ void unlock_vbios(vbios_map * map) { break; case CT_830: case CT_855GM: @@ -46,7 +46,7 @@ break; case CT_845G: case CT_865G: -@@ -511,13 +514,13 @@ +@@ -511,13 +514,13 @@ void unlock_vbios(vbios_map * map) { case CT_946GZ: case CT_G965: case CT_Q965: @@ -64,7 +64,7 @@ break; } -@@ -539,8 +542,8 @@ +@@ -539,8 +542,8 @@ void relock_vbios(vbios_map * map) { break; case CT_830: case CT_855GM: @@ -75,7 +75,7 @@ break; case CT_845G: case CT_865G: -@@ -551,9 +554,9 @@ +@@ -551,9 +554,9 @@ void relock_vbios(vbios_map * map) { case CT_946GZ: case CT_G965: case CT_Q965: |