summaryrefslogtreecommitdiff
path: root/sysutils/lcdproc/files/patch-port
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-19 19:35:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-19 19:35:14 +0000
commit8a33e90e22c8672a2eb7d55fad2e4e0889811058 (patch)
tree404ff70c702cc0913ed0c23fd493b8c7afd9937f /sysutils/lcdproc/files/patch-port
parent- Update to 1.0.2 (diff)
- Update to 0.4.5
PR: ports/76433 Submitted by: Lewis Thompson <purple@fajita.org>
Notes
Notes: svn path=/head/; revision=126857
Diffstat (limited to 'sysutils/lcdproc/files/patch-port')
-rw-r--r--sysutils/lcdproc/files/patch-port19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/lcdproc/files/patch-port b/sysutils/lcdproc/files/patch-port
deleted file mode 100644
index d4f034a0ff11..000000000000
--- a/sysutils/lcdproc/files/patch-port
+++ /dev/null
@@ -1,19 +0,0 @@
-*** server/drivers/port.h.orig Tue Feb 25 20:34:39 2003
---- server/drivers/port.h Tue Feb 25 20:34:56 2003
-*************** static inline int port_in (unsigned shor
-*** 141,147 ****
-
- // Write a byte 'val' to port
- static inline void port_out (unsigned short int port, unsigned char val) {
-! outb(val,port);
- }
-
- // Get access to a specific port
---- 141,147 ----
-
- // Write a byte 'val' to port
- static inline void port_out (unsigned short int port, unsigned char val) {
-! outb(port,val);
- }
-
- // Get access to a specific port