Re: Getting ISA device settings from kernel

2001-04-03 Thread Andrzej Bialecki
On Fri, 30 Mar 2001, Graham Wheeler wrote: Hi all I had some code that worked on FreeBSD 3.4 to configure ISA devices. In order to get the ISA device settings, I used the kvm library, and started off by extracting the name lists for _isa_devtab_tty, _isa_devtab_bio, and _isa_devtab_net.

Getting ISA device settings from kernel

2001-03-30 Thread Graham Wheeler
Hi all I had some code that worked on FreeBSD 3.4 to configure ISA devices. In order to get the ISA device settings, I used the kvm library, and started off by extracting the name lists for _isa_devtab_tty, _isa_devtab_bio, and _isa_devtab_net. I used to just give up if kvm_nlist returned a

Re: Getting ISA device settings from kernel

2001-03-30 Thread Greg Black
Graham Wheeler wrote: | I've attached the code in case anyone wants to look at it. Please limit yourself to short fragments. For thousand line chunks like this, just post a URL where you have made the code available for those few people who might want to take a look. Abusing the list with