diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-30 07:07:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-03-30 07:07:14 +0000 |
commit | 70f0c8435e6508f7fb891e14aee5bf3e90bbdc76 (patch) | |
tree | 781375b50656ffb8d8ed792fecff2a71a25fe4ac /sys | |
parent | 7353b406b71ee1701c5834d2c70eeba482f2abb6 (diff) |
enable com2. if it works on i386, we think it will work here.
ok deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index f37a8a5ed6c..8a18a8b76ce 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.338 2013/03/15 09:10:52 ratchov Exp $ +# $OpenBSD: GENERIC,v 1.339 2013/03/30 07:07:13 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -315,7 +315,7 @@ pcppi0 at isa? 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 +com2 at isa? port 0x3e8 irq 5 #com3 at isa? port 0x2e8 irq 9 # (conflicts with some video cards) com* at pcmcia? # PCMCIA modems/serial ports |