diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-02-15 20:38:36 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-02-15 20:38:36 +0000 |
| commit | c851c2f0ea98ad8dd94002e0f2349a7413927459 (patch) | |
| tree | 0e822a217540886d2548590e1a6109e635ce43ca | |
| parent | 6977dc165fce1dc4f83b43b1536a411a8a6f36a8 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 7 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index e27fcf91fcfd..1daaec497bb3 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.30 1995/01/28 05:01:43 jkh Exp $ +# $Id: GENERIC,v 1.31 1995/02/09 11:21:07 jkh Exp $ # machine "i386" @@ -68,7 +68,12 @@ device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr device scd0 at isa? port 0x230 bio +# syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr +# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver +#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint +#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 + device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index e27fcf91fcfd..1daaec497bb3 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.30 1995/01/28 05:01:43 jkh Exp $ +# $Id: GENERIC,v 1.31 1995/02/09 11:21:07 jkh Exp $ # machine "i386" @@ -68,7 +68,12 @@ device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr device scd0 at isa? port 0x230 bio +# syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr +# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver +#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint +#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 + device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr |
