Add atabus
This commit is contained in:
parent
e9255b5ae1
commit
9686725046
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.139 2003/08/22 07:52:49 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.140 2003/10/08 11:09:09 bouyer Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.139 $"
|
||||
#ident "GENERIC-$Revision: 1.140 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -464,7 +464,8 @@ pcmcia* at pcic? controller 0 socket ?
|
|||
|
||||
# PCMCIA IDE disk
|
||||
wdc* at pcmcia? function ?
|
||||
wd* at wdc? channel ? drive ? flags 0x0000
|
||||
atabus* at wdc? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCMCIA network interfaces
|
||||
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
|
||||
|
@ -485,7 +486,7 @@ aic* at pcmcia? function ?
|
|||
esp* at pcmcia? function ? # NCR53c406 SCSI
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
atapibus* at atabus?
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
|
||||
|
@ -523,7 +524,7 @@ ucom* at umodem?
|
|||
|
||||
# USB Mass Storage
|
||||
umass* at uhub? port ? configuration ? interface ?
|
||||
atapibus* at umass? channel ?
|
||||
atapibus* at umass?
|
||||
scsibus* at umass? channel ?
|
||||
|
||||
# USB audio
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: LROUTER,v 1.10 2003/04/10 22:06:56 christos Exp $
|
||||
# $NetBSD: LROUTER,v 1.11 2003/10/08 11:09:09 bouyer Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
|
@ -141,15 +141,16 @@ inphy* at mii? phy ? # Intel 82555 PHYs
|
|||
|
||||
# IDE and related devices
|
||||
pciide* at pci? dev ? function ? flags 0x0000
|
||||
atabus* at pciide? channel ?
|
||||
|
||||
# IDE drives
|
||||
#wd* at pciide? channel ? drive ? flags 0x0ffa # PIO mode 2
|
||||
wd* at pciide? channel ? drive ? flags 0x0ffb # PIO mode 3
|
||||
#wd* at pciide? channel ? drive ? flags 0x0ff0 # PIO mode 4
|
||||
#wd* at pciide? channel ? drive ? flags 0x0000 # UDMA mode 2
|
||||
#wd* at atabus? drive ? flags 0x0ffa # PIO mode 2
|
||||
wd* at atabus? drive ? flags 0x0ffb # PIO mode 3
|
||||
#wd* at atabus? drive ? flags 0x0ff0 # PIO mode 4
|
||||
#wd* at atabus? drive ? flags 0x0000 # UDMA mode 2
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at pciide? channel ?
|
||||
atapibus* at atabus?
|
||||
|
||||
# ATAPI devices
|
||||
cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: MPC303,v 1.22 2003/04/10 22:06:56 christos Exp $
|
||||
# $NetBSD: MPC303,v 1.23 2003/10/08 11:09:09 bouyer Exp $
|
||||
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
|
||||
#
|
||||
# Kernel configuration file for Victor MP-C303; enami's test machine.
|
||||
|
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
#ident "GENERIC-$Revision: 1.23 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -189,7 +189,7 @@ uhub* at uhub? port ? configuration ? interface ?
|
|||
|
||||
# USB Mass Storage
|
||||
#umass* at uhub? port ? configuration ? interface ?
|
||||
#atapibus* at umass? channel ?
|
||||
#atapibus* at umass?
|
||||
#scsibus* at umass? channel ?
|
||||
|
||||
# USB Generic driver
|
||||
|
@ -427,7 +427,8 @@ pcmcia* at pcic? controller 0 socket ?
|
|||
|
||||
# PCMCIA IDE disk
|
||||
wdc* at pcmcia? function ?
|
||||
wd* at wdc? channel ? drive ? flags 0x0000
|
||||
atabus* at wdc? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCMCIA network interfaces
|
||||
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
|
||||
|
@ -447,7 +448,7 @@ aic* at pcmcia? function ?
|
|||
esp* at pcmcia? function ? # NCR53c406 SCSI
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
atapibus* at atabus?
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.46 2003/04/10 22:06:56 christos Exp $
|
||||
# $NetBSD: TX3912,v 1.47 2003/10/08 11:09:09 bouyer Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -198,10 +198,11 @@ pcmcia* at it8368e? controller ? socket ?
|
|||
|
||||
# PCMCIA IDE disk
|
||||
wdc* at pcmcia? function ?
|
||||
wd* at wdc? channel ? drive ? flags 0x0000
|
||||
atabus* at wdc? channel ?
|
||||
wd* at atabus? ? drive ? flags 0x0000
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
atapibus* at atabus?
|
||||
|
||||
# ATAPI devices
|
||||
# flags have the same meaning as for IDE drives.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.49 2003/04/10 22:06:57 christos Exp $
|
||||
# $NetBSD: TX3922,v 1.50 2003/10/08 11:09:09 bouyer Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -265,10 +265,11 @@ pcmcia* at plumpcmcia? controller ? socket ?
|
|||
|
||||
# PCMCIA IDE disk
|
||||
wdc* at pcmcia? function ?
|
||||
wd* at wdc? channel ? drive ? flags 0x0000
|
||||
atabus* at wdc? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
atapibus* at atabus?
|
||||
|
||||
# ATAPI devices
|
||||
# flags have the same meaning as for IDE drives.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VR41XX,v 1.13 2003/04/10 22:06:57 christos Exp $
|
||||
# $NetBSD: VR41XX,v 1.14 2003/10/08 11:09:09 bouyer Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
||||
#ident "GENERIC-$Revision: 1.13 $"
|
||||
#ident "GENERIC-$Revision: 1.14 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
|
@ -370,7 +370,8 @@ pcmcia* at pcic? controller 0 socket ?
|
|||
|
||||
# PCMCIA IDE disk
|
||||
wdc* at pcmcia? function ?
|
||||
wd* at wdc? channel ? drive ? flags 0x0000
|
||||
atabus* at wdc? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCMCIA network interfaces
|
||||
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
|
||||
|
@ -390,7 +391,7 @@ aic* at pcmcia? function ?
|
|||
esp* at pcmcia? function ? # NCR53c406 SCSI
|
||||
|
||||
# ATAPI bus support
|
||||
atapibus* at wdc? channel ?
|
||||
atapibus* at atabus?
|
||||
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
||||
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
||||
|
||||
|
@ -428,7 +429,7 @@ ucom* at umodem?
|
|||
|
||||
# USB Mass Storage
|
||||
umass* at uhub? port ? configuration ? interface ?
|
||||
atapibus* at umass? channel ?
|
||||
atapibus* at umass?
|
||||
scsibus* at umass? channel ?
|
||||
|
||||
# USB audio
|
||||
|
|
Loading…
Reference in New Issue