irclog2html for blob on 2001.11.04

18:10:15prpplaguehowdy russ
18:10:21Russmorning
18:10:32prpplaguehows it going?
18:10:48Russok
18:15:12prpplaguegot a couple of minutes for me to pick your brain?
18:16:00RussI might disappear here and there
18:17:27prpplagueok here's the deal, i'm working on a sa-1100 board that implemented a cl-pd6722 pcmcia controler instead of the sa-1100 onboard controler
18:17:49prpplaguethe cl-pd6722 is supported under 2.4.x kernel, but...
18:18:09prpplagueits setup up with lots of ifdef CONFIG_ISA blocks
18:18:23Russouch
18:19:35prpplaguei don't know what to do..., should i break the code out into a seperate function, or should i write a platform specific fixup to define CONFIG_ISA, or should i replace the CONFIG_ISA with something like CONFIG_CLPD67XX ?
18:20:32prpplagueany words of wisdom?
18:20:34RussI would fix it
18:21:16prpplagueuse a fixup?
18:21:51Russmaybe any time it does outb, inb, chance it to an inline function, write_byte, read_byte or something
18:21:57Russthen ifdef the inline function
18:24:09prpplagueso leave the the ifdef CONFIG_ISA alone, and just and a seperate ifdef for the platform to define the write/read functions?
18:25:01prpplagues/and/add
18:39:12Russis it just inb, outb?
18:39:31Russalso, you'll probably have to change addresses from int to long
18:39:35Russ(unsigned)
18:46:15prpplagueno the enitire cl-pd67xx series is only available when CONFIG_ISA is defined
18:46:31Russthats easy to fix
18:46:39Russits just the x86ism in the driver
18:46:53Russlike assuming the address is < 65536
18:47:45prpplagueya thats what i thought, i just don't what to change it too, should i make it something independent like CONFIG_CLPD67XX ?
18:48:09prpplagues/don't/didn't know
18:48:20prpplaguei can't type today

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel and by date, etc.