Add atabus.

This commit is contained in:
bouyer 2003-10-08 11:02:18 +00:00
parent 20b2eaeddb
commit 54433c63d2
4 changed files with 28 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.10 2003/10/06 22:53:47 fvdl Exp $
# $NetBSD: GENERIC,v 1.11 2003/10/08 11:02:18 bouyer Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.10 $"
#ident "GENERIC-$Revision: 1.11 $"
maxusers 32 # estimated number of users
@ -401,6 +401,10 @@ pciide* at pci? dev ? function ? flags 0x0000
wdc0 at isa? port 0x1f0 irq 14 flags 0x00
wdc1 at isa? port 0x170 irq 15 flags 0x00
# ATA bus support
atabus* at pciide? channel ?
atabus* at wdc? channel ?
# IDE drives
# Flags are used only with controllers that support DMA operations
# and mode settings (e.g. some pciide controllers)
@ -412,8 +416,7 @@ wdc1 at isa? port 0x170 irq 15 flags 0x00
# 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 wdc? channel ? drive ? flags 0x0000
wd* at pciide? channel ? drive ? flags 0x0000
wd* at atabus? drive ? flags 0x0000
# ATAPI bus support
atapibus* at atapi?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.5 2003/09/01 00:35:45 fvdl Exp $
# $NetBSD: INSTALL,v 1.6 2003/10/08 11:02:18 bouyer Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.5 $"
#ident "INSTALL-$Revision: 1.6 $"
maxusers 32 # estimated number of users
@ -336,6 +336,10 @@ pciide* at pci? dev ? function ? flags 0x0000
#wdc0 at isa? port 0x1f0 irq 14 flags 0x00
#wdc1 at isa? port 0x170 irq 15 flags 0x00
# ATA bus support
atabus* at pciide? channel ?
#atabus* at wdc? channel ?
# IDE drives
# Flags are used only with controllers that support DMA operations
# and mode settings (e.g. some pciide controllers)
@ -347,8 +351,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 wdc? channel ? drive ? flags 0x0000
wd* at pciide? channel ? drive ? flags 0x0000
wd* at atabus? drive ? flags 0x0000
# ATAPI bus support
atapibus* at atapi?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_ACPI,v 1.2 2003/09/06 03:25:24 itojun Exp $
# $NetBSD: INSTALL_ACPI,v 1.3 2003/10/08 11:02:18 bouyer Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.2 $"
#ident "INSTALL-$Revision: 1.3 $"
maxusers 32 # estimated number of users
@ -337,6 +337,10 @@ pciide* at pci? dev ? function ? flags 0x0000
#wdc0 at isa? port 0x1f0 irq 14 flags 0x00
#wdc1 at isa? port 0x170 irq 15 flags 0x00
# ATA bus support
atabus* at pciide? channel ?
#atabus* at wdc? channel ?
# IDE drives
# Flags are used only with controllers that support DMA operations
# and mode settings (e.g. some pciide controllers)
@ -348,8 +352,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 wdc? channel ? drive ? flags 0x0000
wd* at pciide? channel ? drive ? flags 0x0000
wd* at atabus? drive ? flags 0x0000
# ATAPI bus support
atapibus* at atapi?

View File

@ -1,4 +1,4 @@
# $NetBSD: SIMICS,v 1.2 2003/05/15 07:33:51 wiz Exp $
# $NetBSD: SIMICS,v 1.3 2003/10/08 11:02:18 bouyer Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@ -345,13 +345,15 @@ pciide* at pci? dev ? function ? flags 0x0000
wdc0 at isa? port 0x1f0 irq 14 flags 0x00
wdc1 at isa? port 0x170 irq 15 flags 0x00
# ATA bus support
atabus* at pciide? channel ?
atabus* at wdc? channel ?
# IDE drives
wd* at wdc? drive ? # the drives themselves
wd* at pciide? channel ? drive ? flags 0x0000
wd* at atabus? drive ? # the drives themselves
# ATAPI bus support
atapibus* at wdc?
atapibus* at pciide? channel ?
atapibus* at atabus?
# ATAPI devices
cd* at atapibus? drive ? # ATAPI CD-ROM drives