Hi peeps,
I'm trying to reconfigure my kernel and have the following lines in my GENERIC conf;
device ata0 at isa? port IO_WD1 IRQ14
device ata1 at isa? port IO_WD2 IRQ15
My dmesg.boot file gives me the following;
isa0 on isab0 at device 7.0 on pci0
atapci0 port 0xe000 - 0xe00f at device 7.1 on pci0
ata0 at 0x1F0 irq14 on atapci0
ata1 at 0x170 irq15 on atapci0
question is since ata0 and ata1 appear to be on the pci bus is correct to configure them as;
device ata
I have looked in LINT for examples and the only one that seems to relate to this is the configuring of device rp.
When rp is on isa then you need something like;
device rp0 on isa0 etc. But LINT also says that if rp is on the pci bus then it is sufficient to declare;
device rp.
I am running FreeBSD 4.4.
Thanks,
greadey
I'm trying to reconfigure my kernel and have the following lines in my GENERIC conf;
device ata0 at isa? port IO_WD1 IRQ14
device ata1 at isa? port IO_WD2 IRQ15
My dmesg.boot file gives me the following;
isa0 on isab0 at device 7.0 on pci0
atapci0 port 0xe000 - 0xe00f at device 7.1 on pci0
ata0 at 0x1F0 irq14 on atapci0
ata1 at 0x170 irq15 on atapci0
question is since ata0 and ata1 appear to be on the pci bus is correct to configure them as;
device ata
I have looked in LINT for examples and the only one that seems to relate to this is the configuring of device rp.
When rp is on isa then you need something like;
device rp0 on isa0 etc. But LINT also says that if rp is on the pci bus then it is sufficient to declare;
device rp.
I am running FreeBSD 4.4.
Thanks,
greadey