mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 21:43:34 +00:00
Added a comment above the npx0 device line
# Mandatory, don't remove
This commit is contained in:
parent
099b7a0996
commit
4e5935064c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13509
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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"
|
||||
@ -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
|
||||
#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 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
|
||||
#
|
||||
# $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"
|
||||
@ -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
|
||||
#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 sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
|
||||
|
Loading…
Reference in New Issue
Block a user