diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-05-25 21:20:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-05-25 21:20:00 +0000 |
commit | c5c4621a5cf4b6a6d2e8b59055e95898e06bf1b4 (patch) | |
tree | fd17fdf1d88e6d13f020a4af76920a6636766ab0 /sys | |
parent | 25aad6010e771d903c6e55fcc6e9b8fe065c40d5 (diff) |
Add the second serial port, might be the console device on 2E systems.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/loongson/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index 9ff47388570..1a8c722980c 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2011/05/24 20:27:11 matthew Exp $ +# $OpenBSD: RAMDISK,v 1.18 2011/05/25 21:19:59 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -55,6 +55,7 @@ pckbc0 at isa? # Yeeloong only pckbd* at pckbc? # Yeeloong only wskbd* at pckbd? mux 1 # Yeeloong only com0 at isa? port 0x2f8 irq 3 # Fuloong 2F only +com1 at isa? port 0x3f8 irq 3 # Fuloong 2E only pciide* at pci? wd* at pciide? flags 0x0000 sisfb* at pci? # Lynloong/Fuloong 2F only |