diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-15 04:49:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-15 04:49:18 +0000 |
commit | a46a6df7e5c6fbe9a8eeb771dbcd5c4261a2040b (patch) | |
tree | 88024e5a7e4419895d6385dbe2a663557abbf2bc /sys/conf/NOTES | |
parent | b8e4cd2bb31dd57103afc8a220c80d761466d6f3 (diff) | |
download | src-a46a6df7e5c6fbe9a8eeb771dbcd5c4261a2040b.tar.gz src-a46a6df7e5c6fbe9a8eeb771dbcd5c4261a2040b.zip |
Comment out snic0 until it gets updated to the newer scsi code.
Notes
Notes:
svn path=/head/; revision=6425
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d22092d10d31..b513fdea774a 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 |