Add ida/id lines

This commit is contained in:
Jonathan Lemon 1999-06-24 03:54:54 +00:00
parent 9840e7cb5a
commit 13066c5f3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48161
3 changed files with 30 additions and 3 deletions

View File

@ -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.607 1999/06/19 20:20:52 rnordier Exp $
# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota 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
@ -1014,6 +1014,15 @@ controller adv0 at isa? port ? irq ?
controller adw0
controller aha0 at isa? port ? irq ?
#
# Compaq Smart RAID controller. This driver also uses the major number
# of wd, in order to be able to boot a pure RAID system.
# Only one line of each is needed, the code finds all available controllers
# and devices.
#
controller ida0
device id0
#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.

View File

@ -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.607 1999/06/19 20:20:52 rnordier Exp $
# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota 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
@ -1014,6 +1014,15 @@ controller adv0 at isa? port ? irq ?
controller adw0
controller aha0 at isa? port ? irq ?
#
# Compaq Smart RAID controller. This driver also uses the major number
# of wd, in order to be able to boot a pure RAID system.
# Only one line of each is needed, the code finds all available controllers
# and devices.
#
controller ida0
device id0
#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.

View File

@ -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.607 1999/06/19 20:20:52 rnordier Exp $
# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota 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
@ -1014,6 +1014,15 @@ controller adv0 at isa? port ? irq ?
controller adw0
controller aha0 at isa? port ? irq ?
#
# Compaq Smart RAID controller. This driver also uses the major number
# of wd, in order to be able to boot a pure RAID system.
# Only one line of each is needed, the code finds all available controllers
# and devices.
#
controller ida0
device id0
#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.