Changed so we could test interrupts on port 3.

This commit is contained in:
Joel Sherrill
1998-07-18 18:44:12 +00:00
parent c14a619709
commit bced36ddf0
2 changed files with 4 additions and 4 deletions

View File

@@ -144,8 +144,7 @@ mc68681_baud_t
boolean dmv177_z85c30_probe(int minor);
console_tbl Console_Port_Tbl[] = {
#if (0)
#endif
#if 0
{
"/dev/com0", /* sDeviceName */
SERIAL_MC68681, /* deviceType */
@@ -184,6 +183,7 @@ console_tbl Console_Port_Tbl[] = {
(unsigned32)dmv177_mc68681_baud_table, /* ulClock */
DMV170_DUART_IRQ /* ulIntVector */
},
#endif
{
"/dev/com3", /* sDeviceName */
SERIAL_Z85C30, /* deviceType */

View File

@@ -144,8 +144,7 @@ mc68681_baud_t
boolean dmv177_z85c30_probe(int minor);
console_tbl Console_Port_Tbl[] = {
#if (0)
#endif
#if 0
{
"/dev/com0", /* sDeviceName */
SERIAL_MC68681, /* deviceType */
@@ -184,6 +183,7 @@ console_tbl Console_Port_Tbl[] = {
(unsigned32)dmv177_mc68681_baud_table, /* ulClock */
DMV170_DUART_IRQ /* ulIntVector */
},
#endif
{
"/dev/com3", /* sDeviceName */
SERIAL_Z85C30, /* deviceType */