Make this build again (add atabus).
This commit is contained in:
parent
153ebc7689
commit
1a573d5c6a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LAMB,v 1.48 2005/02/25 13:46:50 simonb Exp $
|
||||
# $NetBSD: LAMB,v 1.49 2005/03/11 16:26:47 matt Exp $
|
||||
#
|
||||
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
|
||||
#
|
||||
@ -322,6 +322,8 @@ wdc* at isapnp?
|
||||
wdc0 at isa? port 0x1f0 irq 14 flags 0x00
|
||||
wdc1 at isa? port 0x170 irq 15 flags 0x00
|
||||
|
||||
atabus* at wdc?
|
||||
|
||||
# IDE drives
|
||||
# Flags are used only with controllers that support DMA operations
|
||||
# and mode settings (e.g. some pciide controllers)
|
||||
@ -333,7 +335,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 atabus? drive ? flags 0x0000
|
||||
|
||||
|
||||
# Network Interfaces
|
||||
|
Loading…
Reference in New Issue
Block a user