diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-19 15:37:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-19 15:37:29 +0000 |
commit | 8426d14a717a78f6d3c5d9eaf14058c39c9500c3 (patch) | |
tree | cceeb3797cb5cdd5d1ce27fd0337d1db9bfd354d /sys/arch/i386 | |
parent | 7c51a1b12ab808eff5ac7b7113f12eeca274343d (diff) |
comment out the com4 because -- even when disabled -- it shuffles all the
other com port numbers and is really really hard to diagnose.
spotted by sthen
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 755966dced4..b90bb6e69a7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.626 2008/06/19 08:16:50 reyk Exp $ +# $OpenBSD: GENERIC,v 1.627 2008/06/19 15:37:28 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -340,7 +340,7 @@ com0 at isa? port 0x3f8 irq 4 # standard PC serial ports com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 # (conflicts with some video cards) -com4 at isa? disable port 0x220 irq 4 # Fujitsu Stylistic Touchscreen +#com4 at isa? port 0x220 irq 4 # Fujitsu Stylistic Touchscreen ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial card #ast1 at isa? port 0x2a0 irq 6 # 2nd AST 4-port serial card com* at ast? |