Added a comment above the npx0 device line
# Mandatory, don't remove
This commit is contained in:
parent
099b7a0996
commit
4e5935064c
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||||
#
|
#
|
||||||
# $Id: GENERIC,v 1.58 1995/12/29 02:04:19 jkh Exp $
|
# $Id: GENERIC,v 1.59 1996/01/07 19:19:38 gibbs Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
machine "i386"
|
machine "i386"
|
||||||
@ -88,6 +88,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
|||||||
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
|
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
|
||||||
#options PCVT_SCANSET=2 # IBM keyboards are non-std
|
#options PCVT_SCANSET=2 # IBM keyboards are non-std
|
||||||
|
|
||||||
|
# Mandatory, don't remove
|
||||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||||
|
|
||||||
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
|
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||||
#
|
#
|
||||||
# $Id: GENERIC,v 1.58 1995/12/29 02:04:19 jkh Exp $
|
# $Id: GENERIC,v 1.59 1996/01/07 19:19:38 gibbs Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
machine "i386"
|
machine "i386"
|
||||||
@ -88,6 +88,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
|||||||
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
|
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
|
||||||
#options PCVT_SCANSET=2 # IBM keyboards are non-std
|
#options PCVT_SCANSET=2 # IBM keyboards are non-std
|
||||||
|
|
||||||
|
# Mandatory, don't remove
|
||||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||||
|
|
||||||
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
|
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
|
||||||
|
Loading…
Reference in New Issue
Block a user