mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove the ISDN dialer from LINT until it's working.
This commit is contained in:
parent
664b5e14dc
commit
f1f041888e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6517
3 changed files with 9 additions and 6 deletions
|
@ -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.143 1995/02/15 06:18:15 jkh Exp $
|
||||
# $Id: LINT,v 1.144 1995/02/17 02:22:36 phk 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
|
||||
|
@ -507,7 +507,8 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
|
|||
#
|
||||
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
|
||||
controller tel0 at isa? iomem 0xe0000 tty irq 9 vector telintr
|
||||
# This one is also temporarily ill - needs an isa_device structure!!
|
||||
#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
|
||||
|
||||
|
|
|
@ -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.143 1995/02/15 06:18:15 jkh Exp $
|
||||
# $Id: LINT,v 1.144 1995/02/17 02:22:36 phk 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
|
||||
|
@ -507,7 +507,8 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
|
|||
#
|
||||
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
|
||||
controller tel0 at isa? iomem 0xe0000 tty irq 9 vector telintr
|
||||
# This one is also temporarily ill - needs an isa_device structure!!
|
||||
#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
|
||||
|
||||
|
|
|
@ -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.143 1995/02/15 06:18:15 jkh Exp $
|
||||
# $Id: LINT,v 1.144 1995/02/17 02:22:36 phk 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
|
||||
|
@ -507,7 +507,8 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
|
|||
#
|
||||
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
|
||||
controller tel0 at isa? iomem 0xe0000 tty irq 9 vector telintr
|
||||
# This one is also temporarily ill - needs an isa_device structure!!
|
||||
#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
|
||||
|
||||
|
|
Loading…
Reference in a new issue