summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-10-20 18:35:35 +0000
committerphk <phk@FreeBSD.org>1996-10-20 18:35:35 +0000
commitdcf9bf8b9191587f503708ca79ce59c31aff8d85 (patch)
tree49c63f9f685b7786e02f4e256ade799b62e56410 /sys/conf/NOTES
parentea3476f34db58155dd54a57b1f484cda34b4799d (diff)
downloadFreeBSD-src-dcf9bf8b9191587f503708ca79ce59c31aff8d85.zip
FreeBSD-src-dcf9bf8b9191587f503708ca79ce59c31aff8d85.tar.gz
Removing old isdn stuff.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES26
1 files changed, 3 insertions, 23 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f28c9d9..76ce65e 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.283 1996/10/09 18:36:43 bde Exp $
+# $Id: LINT,v 1.284 1996/10/18 03:52:48 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
@@ -422,8 +422,8 @@ options OD_AUTO_TURNOFF
# Of these, only the `log' device is truly mandatory. The `pty'
# device usually turns out to be ``effectively mandatory'', as it is
# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
-# among others. The `isdn', `ii', `ity', `itel', and `ispy' devices
-# are all required when ISDN support is used. If you wish to run certain
+# among others.
+# If you wish to run certain
# system utilities which are compressed by default (like /stand/sysinstall)
# then `gzip' becomes mandatory too.
#
@@ -435,13 +435,6 @@ pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
pseudo-device ccd 4 #Concatenated disk driver
-# These are non-optional for ISDN
-pseudo-device isdn
-pseudo-device ii 4
-pseudo-device ity 4
-pseudo-device itel 2
-pseudo-device ispy 1
-
# These are only for watching for bitrot in old tty code.
# broken
#pseudo-device tb
@@ -705,19 +698,6 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
#
-# ISDN drivers - `isdn'.
-#
-# Uncomment one (and only one) of the following two drivers for the appropriate
-# 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/isdn/docs/INSTALL. It's a bit sparse at present, but
-# it's 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
-
-#
# Audio drivers: `snd', `sb', `pas', `gus', `pca'
#
# snd: Voxware sound support code
OpenPOWER on IntegriCloud