diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-14 23:32:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-05-14 23:32:37 +0000 |
commit | 1e711385f7a9a43b729d1874f74fcdcb5a50787d (patch) | |
tree | fd596d4f08f343ddfe6a6047f727d064fd16a6b0 /sys/arch/sparc64/conf/RAMDISKU1 | |
parent | 5d28fec36e99476464e45ee3da204defc3390647 (diff) |
Make the "slot" and "offset" locators for sbus drivers optional in
configuration lines.
Diffstat (limited to 'sys/arch/sparc64/conf/RAMDISKU1')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISKU1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISKU1 b/sys/arch/sparc64/conf/RAMDISKU1 index c57d0a9fced..f07bb6992d0 100644 --- a/sys/arch/sparc64/conf/RAMDISKU1 +++ b/sys/arch/sparc64/conf/RAMDISKU1 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKU1,v 1.4 2003/05/13 22:45:11 miod Exp $ +# $OpenBSD: RAMDISKU1,v 1.5 2003/05/14 23:32:35 miod Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -36,21 +36,21 @@ cpu0 at mainbus0 # Bus types found on SPARC systems. sbus0 at mainbus0 # Ultra 1 -clock* at sbus? slot ? offset ? # Mostek clock +clock* at sbus? # Mostek clock timer* at mainbus0 # Timer chip ## PROM console driver -- if all else fails pcons0 at mainbus0 # PROM console -le* at sbus? slot ? offset ? # Lance Ethernet - AMD7990 -ledma* at sbus? slot ? offset ? +le* at sbus? # Lance Ethernet - AMD7990 +ledma* at sbus? le* at ledma? -#qec* at sbus? slot ? offset ? # Quad-ethernet +#qec* at sbus? # Quad-ethernet #qe* at qec? #be* at qec? -hme* at sbus? slot ? offset ? +hme* at sbus? # # Note the flags on the esp entries below, that work around @@ -62,9 +62,9 @@ hme* at sbus? slot ? offset ? # devices should be allowed to disconnect for the SCSI bus # to operate acceptably. # -dma* at sbus? slot ? offset ? # SBus +dma* at sbus? # SBus esp* at dma? flags 0x0000 # SBus -esp* at sbus? slot ? offset ? +esp* at sbus? scsibus* at esp? # These entries find devices on all SCSI busses and assign |