The patch just adds the pci id of the nforce ide controller and added a
new information block to the ide_pci_device_t structure. Also i added an
entry to pci_device_id.
This is my first public patch so suggestions or other feedback is very
welcome. I would also like to know why the lspci command still tells me
this is an unknown device after applying my patch seen below. Also if
someone has a hint why the usb-devices have no interrupt assigned and
thus are not available is very welcome (probably disable acpi?).
However currently i am runing with following settings enabled (by hand):
/dev/hda:
multcount = 16 (on)
IO_support = 1 (32-bit)
unmaskirq = 1 (on)
using_dma = 1 (on)
keepsettings = 1 (on)
readonly = 0 (off)
readahead = 8 (on)
geometry = 15505/240/63, sectors = 234441648, start = 0
Have fun
Tim
PS: Please CC me since im am currently not subscribed to the list
Thanks.
> welcome. I would also like to know why the lspci command still tells me
> this is an unknown device after applying my patch seen below. Also if
lspci uses its own tables in user space
> someone has a hint why the usb-devices have no interrupt assigned and
> thus are not available is very welcome (probably disable acpi?).
The BIOS didnt assign one. Since we don't have any useful docs we also
can't reassign one unless the BIOS does it - which it might do.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/