=== calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu-kernel === lamont would like to understand what is needed to have network cards automatically load and configure... [12:57] since hppa seems to have a challenge or 3 in that area... === mkrufky [i=mkrufky@cpe-24-193-219-62.nyc.res.rr.com] has joined #ubuntu-kernel [02:56] i just found the ubuntu tree on kernel.org web interface 8-) [03:34] BenC: here's a patch for you ;-) [03:34] http://pastebin.com/401548 [03:55] lamont-away: they need a MODULE_DEVICE_TABLE === ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | New git tree for dapper: git clonersync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git | https://wiki.ubuntu.com/KernelGitGuide === ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | New git tree for dapper: git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git | https://wiki.ubuntu.com/KernelGitGuide [03:59] mkrufky: nice patch :) [05:48] BenC: tulip has a MODULE_DEVICE_TABLE... now I just need to figure out what glue is missing... :-( === ..[topic/#ubuntu-kernel:fabbione] : Ubuntu kernel development discussion ONLY | New git tree for dapper: git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git ubuntu-2.6 | https://wiki.ubuntu.com/KernelGitGuide [06:28] (you still need the target dir) [06:28] lamont-away: i use tulip i think... [06:30] hm no [06:30] lamont-away: there are 3 bits required for hotplugging iirc [06:30] the MODULE_DEVICE_TABLE [06:31] is one of them.. [06:32] yeah [06:32] you also need something like: [06:32] static struct pci_driver vortex_driver = { [06:32] .name = "3c59x", [06:32] .probe = vortex_init_one, [06:32] .remove = __devexit_p(vortex_remove_one), [06:32] .id_table = vortex_pci_tbl, [06:33] #ifdef CONFIG_PM [06:33] .suspend = vortex_suspend, [06:33] .resume = vortex_resume, [06:33] #endif [06:33] }; [06:34] but they are all there [06:34] for the tulip driver [06:34] right. hence it's further up, where arch-specific stuff can get in the way [06:38] lamont-away: is it only network drivers that don't autoload? [06:38] or only specifically the tulip? [06:41] fabbione: dunno - haven 't really tested things that much yet.. [06:41] oh ok [06:44] lamont-away: btw.. do i get it right that the hppa guys did (finally) export the hppa tree in git for main inclusion? [06:45] because with the new git approach we will need to keep the hppa patch still separate :/ [06:45] and it sorts of sucks :P [06:50] fabbione: dunno [06:50] I do know that I need to sleep, though. :-( [06:56] eheh good night lamont :) === Micksa [n=mslade@203-217-18-166.perm.iinet.net.au] has joined #ubuntu-kernel === doko_ [n=doko@dslb-084-059-076-126.pools.arcor-ip.net] has joined #ubuntu-kernel === Yagisan [n=jamie@60-240-196-15.tpgi.com.au] has joined #ubuntu-kernel === slomo [n=slomo@p5487CBED.dip.t-dialin.net] has joined #ubuntu-kernel [12:39] hi... can we get the bcm43xx (airport extreme, etc) driver for dapper? you can get it at http://bcm43xx.berlios.de/ but i don't know how usable it is currently... i'll get a airport extreme from a friend next week to test it [12:39] slomo: file an enanchment bug on bugzilla please [12:40] ok [12:42] filed against linux-meta? [12:43] no [12:43] linux [12:46] ok... #18279 [01:58] slomo: It's not currently usable [01:58] It gives you access to the registers on the card, it doesn't control the radio yet [02:00] mjg59: ok, good to know :) [02:07] slomo: it doesnt actually work yet [02:07] at lesat [02:07] it didnt a couple days ago [02:08] yes [02:08] note the big fat notice on the homepage :) [02:08] i think their close tho, so might happen dapper timeframe === Yagisan [n=jamie@60-240-196-15.tpgi.com.au] has left #ubuntu-kernel [] === _native_ [n=zombie@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-kernel === _native_ [n=zombie@cpe-66-87-4-181.ut.sprintbbd.net] has left #ubuntu-kernel ["Leaving"] === calc [n=ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu-kernel === mkrufky [i=mkrufky@cpe-24-193-219-62.nyc.res.rr.com] has joined #ubuntu-kernel === mkrufky is now known as mkrufky-away === mkrufky-away is now known as mkrufky === mkrufky is now known as mkrufky-away === botein [n=nobody@samlop.uni-paderborn.de] has joined #ubuntu-kernel [07:09] hi [07:17] Will there be a openafs-module in restricted-modules? [07:36] Erm, why would it be in restricted-modules?... OpenAFS is free. [07:37] See openafs-modules-source in universe. [07:42] mmh. ok. Will it be in the regular modules? [09:28] i'd like to get it in the kernel proper === dilinger will be bringing that up during ubz [09:42] I assume from the existence of a working "modules-source" package, that it's completely isolated, out-of-tree stuff, so adding it to the kernel build wouldn't disrupt anything else? [09:42] If so, I don't know if I see the point in "bringing it up", just push a patch to BenC. [09:43] Push said patch NOW, while he's preparing the first 2.6.14-pre uploads, and we'll get testing before UBZ starts, if all goes well. [09:45] well... [09:45] 1.4.0rc7 is supposed to be the last release before 1.4.0 proper [09:45] dunno if it's worth getting testing of the RC before UBZ [09:46] Right, so that seem a good fit to team up with 2.6.14-rc :) [09:46] it's certainly worth starting to work on separating stuff out now, though [09:46] the module source package includes a lot of crap, i think only like 10% of it is relevant to the actual kernel module [09:47] Woo. [10:09] dilinger: 'kernel proper' ? [10:09] openafs is !gpl compatible (at least so i read) [10:33] Lathiat: i mean the kernel package proper :P [10:34] ah [10:34] say, has anyone managed to get breezy booting off sx8 devices? [10:35] the installer doesn't recognize it as a disk, and neither grub nor lilo seem to know how to handle it