MFi386: Remove the stl and stli drivers.
This commit is contained in:
parent
f213e50a57
commit
eba504ff39
@ -459,28 +459,11 @@ options SAFE_RNDTEST # enable rndtest support
|
||||
# pmtimer: Timer device driver for power management events (APM or ACPI)
|
||||
# cy: Cyclades serial driver
|
||||
# digi: Digiboard driver
|
||||
# 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:
|
||||
# 0x0020 Statclock is broken.
|
||||
|
||||
# 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 apm
|
||||
hint.apm.0.flags="0x20"
|
||||
device canbus
|
||||
@ -503,8 +486,6 @@ device digi_Xr
|
||||
device olpt
|
||||
hint.olpt.0.at="isa"
|
||||
hint.olpt.0.port="0x040"
|
||||
device stl
|
||||
device stli
|
||||
|
||||
#
|
||||
# Laptop/Notebook options:
|
||||
|
Loading…
Reference in New Issue
Block a user