Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0f8e9a42
Commit
0f8e9a42
authored
Mar 23, 2003
by
Alan Cox
Committed by
Linus Torvalds
Mar 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Christoph felt the IDE_HD v PC9800 was ugly
So its now two options
parent
ec3eafcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
drivers/ide/Kconfig
drivers/ide/Kconfig
+19
-1
drivers/ide/legacy/Makefile
drivers/ide/legacy/Makefile
+1
-4
No files found.
drivers/ide/Kconfig
View file @
0f8e9a42
...
...
@@ -44,7 +44,25 @@ comment "Please see Documentation/ide.txt for help/info on IDE drives"
config BLK_DEV_HD_IDE
bool "Use old disk-only driver on primary interface"
depends on BLK_DEV_IDE && X86
depends on BLK_DEV_IDE && X86 && X86_PC9800!=y
---help---
There are two drivers for MFM/RLL/IDE disks. Most people use just
the new enhanced driver by itself. This option however installs the
old hard disk driver to control the primary IDE/disk interface in
the system, leaving the new enhanced IDE driver to take care of only
the 2nd/3rd/4th IDE interfaces. Doing this will prevent you from
having an IDE/ATAPI CD-ROM or tape drive connected to the primary
IDE interface. Choosing this option may be useful for older systems
which have MFM/RLL/ESDI controller+drives at the primary port
address (0x1f0), along with IDE drives at the secondary/3rd/4th port
addresses.
Normally, just say N here; you will then use the new driver for all
4 interfaces.
config BLK_DEV_HD_IDE98
bool "Use old disk-only driver on primary interface"
depends on BLK_DEV_IDE && X86 && X86_PC9800
---help---
There are two drivers for MFM/RLL/IDE disks. Most people use just
the new enhanced driver by itself. This option however installs the
...
...
drivers/ide/legacy/Makefile
View file @
0f8e9a42
...
...
@@ -16,10 +16,7 @@ obj-$(CONFIG_BLK_DEV_Q40IDE) += q40ide.o
obj-$(CONFIG_BLK_DEV_IDECS)
+=
ide-cs.o
# Last of all
ifneq
($(CONFIG_X86_PC9800),y)
obj-$(CONFIG_BLK_DEV_HD)
+=
hd.o
else
obj-$(CONFIG_BLK_DEV_HD)
+=
hd98.o
endif
obj-$(CONFIG_BLK_DEV_HD98)
+=
hd98.o
EXTRA_CFLAGS
:=
-Idrivers
/ide
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment