summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-03-14 06:48:36 +0000
committerimp <imp@FreeBSD.org>2004-03-14 06:48:36 +0000
commit9fca0846583dcbd31ff4cbbb64c140193283b235 (patch)
treeb97707caa5a9ad3bc88f001e07e0bb885beb518a /sys/i386/conf
parentf12ed405d13a8799736ce8347eb2442e49fa7fd8 (diff)
downloadFreeBSD-src-9fca0846583dcbd31ff4cbbb64c140193283b235.zip
FreeBSD-src-9fca0846583dcbd31ff4cbbb64c140193283b235.tar.gz
stl and stli use the old COMPAT_ISA api. slt also uses the really old
COMPAT_PCI api. This API is going away, so this driver is going away also. If users are interested in updating this, please contact the author since he has some preliminary work to move this to newer APIs.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4be524a..f6fe2d4 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -637,8 +637,6 @@ options SAFE_RNDTEST # enable rndtest support
# digi: Digiboard driver
# gsc: Genius GS-4500 hand scanner.
# spic: Sony Programmable I/O controller (VAIO notebooks)
-# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
-# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent)
# Notes on APM
# The flags takes the following meaning for apm0:
@@ -673,21 +671,6 @@ options SAFE_RNDTEST # enable rndtest support
# is the only thing truly supported, but apparently a fair percentage
# of the Vaio extra features are controlled by this device.
-# Notes on the Stallion stl and stli drivers:
-# See src/i386/isa/README.stl for complete instructions.
-# This is version 0.0.5alpha, unsupported by Stallion.
-# The stl driver has a secondary IO port hard coded at 0x280. You need
-# to change src/i386/isa/stallion.c if you reconfigure this on the boards.
-# The "flags" and "msize" settings on the stli driver depend on the board:
-# EasyConnection 8/64 ISA: flags 23 msize 0x1000
-# EasyConnection 8/64 EISA: flags 24 msize 0x10000
-# EasyConnection 8/64 MCA: flags 25 msize 0x1000
-# ONboard ISA: flags 4 msize 0x10000
-# ONboard EISA: flags 7 msize 0x10000
-# ONboard MCA: flags 3 msize 0x10000
-# Brumby: flags 2 msize 0x4000
-# Stallion: flags 1 msize 0x10000
-
device spigot 1
hint.spigot.0.at="isa"
hint.spigot.0.port="0xad6"
@@ -721,16 +704,6 @@ hint.gsc.0.drq="3"
device spic
hint.spic.0.at="isa"
hint.spic.0.port="0x10a0"
-device stl
-hint.stl.0.at="isa"
-hint.stl.0.port="0x2a0"
-hint.stl.0.irq="10"
-device stli
-hint.stli.0.at="isa"
-hint.stli.0.port="0x2a0"
-hint.stli.0.maddr="0xcc000"
-hint.stli.0.flags="23"
-hint.stli.0.msize="0x1000"
# HOT1 Xilinx 6200 card (http://www.vcc.com/)
device xrpu
OpenPOWER on IntegriCloud