View Single Post
Old 13th June 2009
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

g-weebens$ pwd
/usr/src/usr/src/sys/arch/i386/conf
g-weebens$ grep 'ata[bus|pibus]' GENERIC
#(# atabus* at ata?
wd0 at atabus0 drive 0 flags 0x0000
#(# atapibus* at atapi?
cd0 at atapibus1 drive 0 flags 0x0000 # ATAPI CD-ROM drives
sd0 at atapibus0 drive 0 flags 0x0000 # ATAPI disk drives
#(# st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
#(# uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
# NOTE: NoMatch: atabus0 at piixide0 channel 0
# NOTE: NoMatch: atabus1 at piixide0 channel 1
# NOTE: NoMatch: atapibus0 at umass0: 2 targets
# NOTE: NoMatch: atapibus1 at atabus1: 2 targets
# NOTE: NoMatch: atabus0 at piixide0 channel 0
# NOTE: NoMatch: atabus1 at piixide0 channel 1
# NOTE: NoMatch: atapibus0 at umass0: 2 targets
# NOTE: NoMatch: atapibus1 at atabus1: 2 targets
g-weebens$ grep 'ata[bus|pibus]' MYKERNEL
#(# atabus* at ata?
wd0 at atabus0 drive 0 flags 0x0000
#(# atapibus* at atapi?
cd0 at atapibus1 drive 0 flags 0x0000 # ATAPI CD-ROM drives
sd0 at atapibus0 drive 0 flags 0x0000 # ATAPI disk drives
#(# st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
#(# uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
# NOTE: NoMatch: atabus0 at piixide0 channel 0
# NOTE: NoMatch: atabus1 at piixide0 channel 1
# NOTE: NoMatch: atapibus0 at umass0: 2 targets
# NOTE: NoMatch: atapibus1 at atabus1: 2 targets
# NOTE: NoMatch: atabus0 at piixide0 channel 0
# NOTE: NoMatch: atabus1 at piixide0 channel 1
# NOTE: NoMatch: atapibus0 at umass0: 2 targets
# NOTE: NoMatch: atapibus1 at atabus1: 2 targets
# NOTE: NoMatch: atabus0 at piixide0 channel 0
# NOTE: NoMatch: atabus1 at piixide0 channel 1
# NOTE: NoMatch: atapibus0 at umass0: 2 targets
# NOTE: NoMatch: atapibus1 at atabus1: 2 targets
g-weebens$
Reply With Quote