Add atabus.

This commit is contained in:
bouyer 2003-10-08 11:13:02 +00:00
parent ce0aaad119
commit 28c8b4f872
6 changed files with 31 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.50 2003/04/26 14:10:09 ragge Exp $
# $NetBSD: GENERIC,v 1.51 2003/10/08 11:13:02 bouyer Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.50 $"
#ident "GENERIC-$Revision: 1.51 $"
maxusers 16 # estimated number of users
@ -157,7 +157,8 @@ pcmcia* at mmeyepcmcia? controller ? socket ?
com* at pcmcia? function ? # Modems and serial cards
wdc* at pcmcia? function ?
wd* at wdc? drive ? # the drives themselves
atabus* at wdc? channel ?
wd* at atabus? drive ? # the drives themselves
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
mbe* at pcmcia? function ? # MB8696x based Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: MMEYE,v 1.20 2003/04/10 22:07:00 christos Exp $
# $NetBSD: MMEYE,v 1.21 2003/10/08 11:13:02 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
@ -84,7 +84,8 @@ pcmcia* at mmeyepcmcia? controller ? socket ?
com* at pcmcia? function ? # Modems and serial cards
wdc* at pcmcia? function ?
wd* at wdc? drive ? # the drives themselves
atabus* at wdc? channel ?
wd* at atabus? drive ?
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
mbe* at pcmcia? function ? # MB8696x based Ethernet

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTA,v 1.20 2003/04/10 22:07:00 christos Exp $
# $NetBSD: MMTA,v 1.21 2003/10/08 11:13:02 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
@ -156,11 +156,14 @@ com* at pcmcia? function ? # Modems and serial cards
wdc* at pcmcia? function ?
# ATA bus support
atabus* at wdc? channel ?
# IDE drives
wd* at wdc? drive ? # the drives themselves
wd* at atabus? drive ?
# ATAPI bus support
#atapibus* at wdc?
#atapibus* at atabus?
# ATAPI devices
#cd* at atapibus? drive ? # ATAPI CD-ROM drives

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAICE,v 1.21 2003/04/10 22:07:00 christos Exp $
# $NetBSD: MMTAICE,v 1.22 2003/10/08 11:13:02 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
@ -182,11 +182,14 @@ com* at pcmcia? function ? # Modems and serial cards
wdc* at pcmcia? function ?
# ATA bus support
atabus* at wdc? channel ?
# IDE drives
wd* at wdc? drive ? # the drives themselves
wd* at atabus? drive ?
# ATAPI bus support
#atapibus* at wdc?
#atapibus* at atabus?
# ATAPI devices
#cd* at atapibus? drive ? # ATAPI CD-ROM drives

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAROMNEW,v 1.21 2003/04/10 22:07:00 christos Exp $
# $NetBSD: MMTAROMNEW,v 1.22 2003/10/08 11:13:02 bouyer Exp $
#
# GENERIC -- everything that's currently supported
#
@ -160,11 +160,14 @@ pcmcia* at mmeyepcmcia? controller ? socket ?
wdc* at pcmcia? function ?
# ATA bus support
atabus* at wdc? channel ?
# IDE drives
wd* at wdc? drive ? # the drives themselves
wd* at atabus? drive ?
# ATAPI bus support
#atapibus* at wdc?
#atapibus* at atabus?
# ATAPI devices
#cd* at atapibus? drive ? # ATAPI CD-ROM drives

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.37 2003/09/13 13:30:07 chris Exp $
# $NetBSD: GENERIC,v 1.38 2003/10/08 11:13:33 bouyer Exp $
#
# GENERIC machine description file
#
@ -190,7 +190,10 @@ isa* at pcib?
# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
# how to set up DMA modes for this chip. This may work, or may cause
# a machine hang with some controllers.
pciide* at pci? dev ? function ? flags 0x0000
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
@ -203,7 +206,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 # the drives themselves
wd* at atabus? drive ? flags 0x0000 # the drives themselves
# PCI network interfaces
ne* at pci? dev ? function ? # NE2000 compat ethernet