mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Comment out snic0 until it gets updated to the newer scsi code.
This commit is contained in:
parent
b8e4cd2bb3
commit
a46a6df7e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6425
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.140 1995/02/14 21:15:12 ugen Exp $
|
||||
# $Id: LINT,v 1.141 1995/02/15 00:53:15 jkh Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -497,11 +497,14 @@ device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
|
||||
# ISDN device you have. For more information on what's considered appropriate
|
||||
# for your given set of circumstances, please read
|
||||
# /usr/src/gnu/usr.sbin/docs/INSTALL. It's a bit sparse at present, but it's
|
||||
# the best we have!
|
||||
# the best we have right now. The snic driver is also disabled at present,
|
||||
# waiting for someone to upgrade the driver to 2.0 (it's in /sys/gnu/scsi/).
|
||||
#
|
||||
device nic0 at isa? port "IO_COM3" iomem 0xe0000 tty irq 9 vector nicintr
|
||||
device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr
|
||||
device snic0
|
||||
controller tel0 at isa? iomem 0xe0000 tty irq 9 vector telintr
|
||||
# Don't turn this on unless you're also prepared to fix it! :)
|
||||
#device snic0
|
||||
|
||||
# These are non-optional for ISDN
|
||||
pseudo-device isdn
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.140 1995/02/14 21:15:12 ugen Exp $
|
||||
# $Id: LINT,v 1.141 1995/02/15 00:53:15 jkh Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -497,11 +497,14 @@ device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
|
||||
# ISDN device you have. For more information on what's considered appropriate
|
||||
# for your given set of circumstances, please read
|
||||
# /usr/src/gnu/usr.sbin/docs/INSTALL. It's a bit sparse at present, but it's
|
||||
# the best we have!
|
||||
# the best we have right now. The snic driver is also disabled at present,
|
||||
# waiting for someone to upgrade the driver to 2.0 (it's in /sys/gnu/scsi/).
|
||||
#
|
||||
device nic0 at isa? port "IO_COM3" iomem 0xe0000 tty irq 9 vector nicintr
|
||||
device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr
|
||||
device snic0
|
||||
controller tel0 at isa? iomem 0xe0000 tty irq 9 vector telintr
|
||||
# Don't turn this on unless you're also prepared to fix it! :)
|
||||
#device snic0
|
||||
|
||||
# These are non-optional for ISDN
|
||||
pseudo-device isdn
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.140 1995/02/14 21:15:12 ugen Exp $
|
||||
# $Id: LINT,v 1.141 1995/02/15 00:53:15 jkh Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -497,11 +497,14 @@ device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
|
||||
# ISDN device you have. For more information on what's considered appropriate
|
||||
# for your given set of circumstances, please read
|
||||
# /usr/src/gnu/usr.sbin/docs/INSTALL. It's a bit sparse at present, but it's
|
||||
# the best we have!
|
||||
# the best we have right now. The snic driver is also disabled at present,
|
||||
# waiting for someone to upgrade the driver to 2.0 (it's in /sys/gnu/scsi/).
|
||||
#
|
||||
device nic0 at isa? port "IO_COM3" iomem 0xe0000 tty irq 9 vector nicintr
|
||||
device nnic0 at isa? port 0x150 iomem 0xe0000 tty irq 12 vector nnicintr
|
||||
device snic0
|
||||
controller tel0 at isa? iomem 0xe0000 tty irq 9 vector telintr
|
||||
# Don't turn this on unless you're also prepared to fix it! :)
|
||||
#device snic0
|
||||
|
||||
# These are non-optional for ISDN
|
||||
pseudo-device isdn
|
||||
|
Loading…
Reference in New Issue
Block a user