diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-15 04:49:18 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-15 04:49:18 +0000 |
commit | 73ffdb981ce8b6d76b8d55738a0b796069e805c9 (patch) | |
tree | 88024e5a7e4419895d6385dbe2a663557abbf2bc | |
parent | 36a85bcce01a8be23fccd4205860d103742b6aee (diff) | |
download | FreeBSD-src-73ffdb981ce8b6d76b8d55738a0b796069e805c9.zip FreeBSD-src-73ffdb981ce8b6d76b8d55738a0b796069e805c9.tar.gz |
Comment out snic0 until it gets updated to the newer scsi code.
-rw-r--r-- | sys/conf/NOTES | 9 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 9 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 9 |
3 files changed, 18 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d22092d..b513fde 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index d22092d..b513fde 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index d22092d..b513fde 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 |