summaryrefslogtreecommitdiff
path: root/sysutils/lcdproc/files/patch-port
blob: d4f034a0ff119ae06598c0a9af8d3523e1f91298 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** 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