From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 3 Aug 1997 18:47:23 -0400 From: rsc@research.att.com rsc@research.att.com Subject: [9fans] plug and play woes Topicbox-Message-UUID: 5e8ca940-eac8-11e9-9e20-41e7f4b1d025 Content-Type: text/plain; charset=UTF-8 Message-ID: <19970803224723.kIT6UpdMIPNEvpMbuLnBUu9CxzKiyzmgdpR9hK24xFM@z> I've been reading the last month worth of 9fans after being away. Why not do most of the plug and play stuff in b.com to initialize IRQs, etc., and then load the kernel with appropriate plan9.ini lines generated for it? Thus, the code that has to worry about plug and play drops out of memory as soon as the OS starts, and the kernel doesn't have to be bothered. Note that I distinguish between plug and play (PnP, the much-hyped garbage that your BIOS does to you every time you boot) and cards that ``autoconfigure'' like 3Com cards and SoundBlasters. I'm not sure if this distinction is a valid one. Perhaps autoconfig stuff should be done in b.com as well... Just my 2ยข. Russ