Module Name: src
Committed By: skrll
Date: Mon May 18 04:58:23 UTC 2009
Modified Files:
src/sys/arch/hp700/dev: com_dino.c
Log Message:
Use the right interrupt number for com @ dino.
Tested as working by Jonathan Kollasch. Thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/dev/com_dino.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/dev/com_dino.c
diff -u src/sys/arch/hp700/dev/com_dino.c:1.6 src/sys/arch/hp700/dev/com_dino.c:1.7
--- src/sys/arch/hp700/dev/com_dino.c:1.6 Wed May 13 18:44:23 2009
+++ src/sys/arch/hp700/dev/com_dino.c Mon May 18 04:58:23 2009
@@ -138,7 +138,7 @@
com_attach_subr(sc);
- ca->ca_irq = 11;
+ ca->ca_irq = 10;
sc_comdino->sc_ih = dino_intr_establish(sc_dino, ca->ca_irq, IPL_TTY,
comintr, sc);