/[gxemul]/trunk/src/devices/dev_8250.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/dev_8250.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_8250.c,v 1.22 2006/02/18 13:42:39 debug Exp $   *  $Id: dev_8250.c,v 1.23 2006/03/04 12:38:47 debug Exp $
29   *     *  
30   *  8250 serial controller.   *  8250 serial controller.
31   *   *
# Line 176  DEVINIT(8250) Line 176  DEVINIT(8250)
176              devinit->addr, DEV_8250_LENGTH * devinit->addr_mult,              devinit->addr, DEV_8250_LENGTH * devinit->addr_mult,
177              dev_8250_access, d, DM_DEFAULT, NULL);              dev_8250_access, d, DM_DEFAULT, NULL);
178          machine_add_tickfunction(devinit->machine, dev_8250_tick, d,          machine_add_tickfunction(devinit->machine, dev_8250_tick, d,
179              DEV_8250_TICKSHIFT);              DEV_8250_TICKSHIFT, 0.0);
180    
181          return 1;          return 1;
182  }  }

Legend:
Removed from v.22  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26