Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread j mckitrick
| It isn't a huge effort conceptutally, but there is a lot of | infrastructure that CardBus depends on that isn't in -stable or only | partially MFC'd. If someone wanted to start cranking on it, they | could get it done in a few weeks worth of work. Where would be a good place to start? jm --

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread j mckitrick
On Tue, Feb 12, 2002 at 10:33:25AM -0700, M. Warner Losh wrote: | In message: <[EMAIL PROTECTED]> | j mckitrick <[EMAIL PROTECTED]> writes: | : So the idea is that drivers will be modules dynamically loaded based on | : the hints file? | | Not currently. But someone could come in and

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> j mckitrick <[EMAIL PROTECTED]> writes: : So the idea is that drivers will be modules dynamically loaded based on : the hints file? Not currently. But someone could come in and do that project. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] wi

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread j mckitrick
| : Is the hints file going to become standard, or is it just a tool to | : help developers writing drivers for -current? | | It is standard in current, so in 5.0-release and newer people will | have to cope. So the idea is that drivers will be modules dynamically loaded based on the hints file?

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> j mckitrick <[EMAIL PROTECTED]> writes: : : | In -current look at /boot/device.hints. In stable this is still in : | the kernel config file. : : Is the hints file going to become standard, or is it just a tool to : help developers writing drivers for

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> j mckitrick <[EMAIL PROTECTED]> writes: : | Maybe hints consume ed0 and sio0 likely. : : So, the game is afoot! Is there anything I can do to help track this : down? In -current look at /boot/device.hints. In stable this is still in the kernel config

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread j mckitrick
| In -current look at /boot/device.hints. In stable this is still in | the kernel config file. Is the hints file going to become standard, or is it just a tool to help developers writing drivers for -current? jm -- My other computer is your windows box. To Unsubscribe: send mail to [EMAIL P

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-12 Thread j mckitrick
| : When my laptop is booting (Toshiba with ToPIC97, NoteWorthy modem, | : LinkSys modem card) something odd happens: | : | : IP packet filtering initialized, divert disabled, rule-based forwarding | : disabled | : , default to accept, unlimited logging | : pccard: card inserted, slot 0 | : pccar

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-11 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> j mckitrick <[EMAIL PROTECTED]> writes: : On Mon, Feb 11, 2002 at 03:56:00PM -0700, M. Warner Losh wrote: : | NEWCARD is up and running, but has issues for some cards, bridges and : | lacks some useful features. : : That reminds me, there was something

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-11 Thread j mckitrick
On Mon, Feb 11, 2002 at 03:56:00PM -0700, M. Warner Losh wrote: | NEWCARD is up and running, but has issues for some cards, bridges and | lacks some useful features. That reminds me, there was something I noticed on my system you might want to be aware of. :-) First, everything works fine, or a

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-11 Thread j mckitrick
Thanks, Warner! On Mon, Feb 11, 2002 at 09:37:08AM -0700, M. Warner Losh wrote: | NEWBUS: | The current way of doing FreeBSD device configuration. This | is approximately sys/kern/subr_bus.c, bus_if.m and device_if.m. That part is pretty clear. | CardBus: | PCMCIA standard for PCI

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-11 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> j mckitrick <[EMAIL PROTECTED]> writes: : | CardBus: : | PCMCIA standard for PCI cards in the PC Card form factor. : : I was pretty close on this as well. These are specifically 32-bit : cards, correct? Yes. : | dev/{pccard,pcic,exca,cardbus,pccb

Re: Where to find docs on newbus vs. cardbus vs. newcard

2002-02-11 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Miguel Mendez <[EMAIL PROTECTED]> writes: : So, in your opinion, how hard would it be to MFC from a recent -CURRENT : to 4.5-RELEASE? More or less importing the stuff and little fixing or is : a major rewrite of some part needed? Because as it seems that