Add atabus
This commit is contained in:
parent
2e73ec1205
commit
a690443244
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.45 2003/09/07 05:49:57 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.46 2003/10/08 11:07:04 bouyer Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.45 $"
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -188,6 +188,9 @@ st* at scsibus? target ? lun ? # SCSI tape drives
|
|||
# a machine hang with some controllers.
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
|
||||
# ATA bus
|
||||
atabus* at pciide? channel ?
|
||||
|
||||
# IDE drives
|
||||
# Flags are used only with controllers that support DMA operations
|
||||
# and mode settings (e.g. some pciide controllers)
|
||||
|
@ -199,7 +202,7 @@ pciide* at pci? dev ? function ? flags 0x0000
|
|||
# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
|
||||
# (0xc=1100, 0xa=1010, 0xf=1111)
|
||||
# 0x0000 means "use whatever the drive claims to support".
|
||||
wd* at pciide? channel ? drive ? flags 0x0000
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCI network interfaces
|
||||
#en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ADI_BRH,v 1.9 2003/09/13 13:30:06 chris Exp $
|
||||
# $NetBSD: ADI_BRH,v 1.10 2003/10/08 11:07:31 bouyer Exp $
|
||||
#
|
||||
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
|
||||
#
|
||||
|
@ -168,7 +168,8 @@ pci* at ppb? bus ?
|
|||
|
||||
# PCI IDE/S-ATA controllers and devices
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
wd* at pciide? channel ? drive ? flags 0x0000
|
||||
atabus* at pciide? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCI SCSI controllers
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INTEGRATOR,v 1.17 2003/09/13 13:30:06 chris Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.18 2003/10/08 11:07:31 bouyer Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
|
@ -163,6 +163,9 @@ pci0 at ifpga? # PCI bus
|
|||
# a machine hang with some controllers.
|
||||
#pciide* at pci? dev ? function ? flags 0x0000
|
||||
|
||||
# ATA bus support
|
||||
#atabus* at pciide? channel ?
|
||||
|
||||
# IDE drives
|
||||
# Flags are used only with controllers that support DMA operations
|
||||
# and mode settings (e.g. some pciide controllers)
|
||||
|
@ -174,7 +177,7 @@ pci0 at ifpga? # PCI bus
|
|||
# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
|
||||
# (0xc=1100, 0xa=1010, 0xf=1111)
|
||||
# 0x0000 means "use whatever the drive claims to support".
|
||||
#wd* at pciide? channel ? drive ? flags 0x0000 # the drives themselves
|
||||
#wd* at atabus? drive ? flags 0x0000 # the drives themselves
|
||||
|
||||
# PCI SCSI Controllers and Buses
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI Controllers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ31244,v 1.6 2003/10/06 16:06:06 thorpej Exp $
|
||||
# $NetBSD: IQ31244,v 1.7 2003/10/08 11:07:31 bouyer Exp $
|
||||
#
|
||||
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -165,7 +165,8 @@ pci* at ppb? bus ?
|
|||
# Storage devices
|
||||
#
|
||||
pciide* at pci? dev ? function ? # Intel i31244 S-ATA
|
||||
wd* at pciide? channel ? drive ? flags 0x0000
|
||||
atabus* at pciide? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
#
|
||||
# Networking devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80310,v 1.27 2003/10/06 16:06:06 thorpej Exp $
|
||||
# $NetBSD: IQ80310,v 1.28 2003/10/08 11:07:31 bouyer Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -176,7 +176,8 @@ pci* at ppb? bus ?
|
|||
|
||||
# PCI IDE/S-ATA controllers and devices
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
wd* at pciide? channel ? drive ? flags 0x0000
|
||||
atabus* at pciide? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCI SCSI controllers
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80321,v 1.22 2003/10/06 16:06:06 thorpej Exp $
|
||||
# $NetBSD: IQ80321,v 1.23 2003/10/08 11:07:31 bouyer Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -169,7 +169,8 @@ pci* at ppb? bus ?
|
|||
|
||||
# PCI IDE/S-ATA controllers and devices
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
wd* at pciide? channel ? drive ? flags 0x0000
|
||||
atabus* at pciide? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCI SCSI controllers
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
|
|
|
@ -207,7 +207,8 @@ uk* at scsibus? target ? lun ? # SCSI unknown
|
|||
|
||||
# PCMCIA IDE controllers and disks
|
||||
wdc* at pcmcia? function ?
|
||||
wd* at wdc?
|
||||
atabus* at wdc? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
#
|
||||
# Networking devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMDK2800,v 1.5 2003/09/13 13:30:07 chris Exp $
|
||||
# $NetBSD: SMDK2800,v 1.6 2003/10/08 11:07:31 bouyer Exp $
|
||||
#
|
||||
# SMDK2800 -- Samsung's S3C2800 evaluation board.
|
||||
#
|
||||
|
@ -166,6 +166,9 @@ pci0 at sspci0
|
|||
# a machine hang with some controllers.
|
||||
#pciide* at pci? dev ? function ? flags 0x0000
|
||||
|
||||
# ATA bus support
|
||||
#atabus* at pciide? channel ?
|
||||
|
||||
# IDE drives
|
||||
# Flags are used only with controllers that support DMA operations
|
||||
# and mode settings (e.g. some pciide controllers)
|
||||
|
@ -177,7 +180,7 @@ pci0 at sspci0
|
|||
# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
|
||||
# (0xc=1100, 0xa=1010, 0xf=1111)
|
||||
# 0x0000 means "use whatever the drive claims to support".
|
||||
#wd* at pciide? channel ? drive ? flags 0x0000 # the drives themselves
|
||||
#wd* at atabus? drive ? flags 0x0000 # the drives themselves
|
||||
|
||||
# PCI SCSI Controllers and Buses
|
||||
#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI Controllers
|
||||
|
|
Loading…
Reference in New Issue