Re: compile kernel

2024-04-10 Thread Todd Gruhn
Here in my of my config file for and64. My goal is to remove all these devices. In 2 or 3 devices only keep this one, and this one. SEE: PCI network (wm0) ; MII / PHY (inphy0) ; IDE (keep pciide* AND ahcisata*) # $NetBSD: GENERIC,v 1.599.4.5 2023/11/03 08:56:36 martin Exp $ # # GENERIC machin

Re: compile kernel

2024-04-09 Thread pms-...@outlook.com
Brad Spencer wrote: "pms-...@outlook.com" writes: Brad Spencer wrote: Todd Gruhn writes: [personal nit... it would be nice if the isa bus would be eliminated entirely, but there appears to be an edge case when compiling a XEN3_DOM0 kernel that requires it to be there... don't remember wh

Re: compile kernel

2024-04-09 Thread Greg A. Woods
At Tue, 9 Apr 2024 07:24:11 +, Todd Gruhn wrote: Subject: Re: compile kernel > > On Mon, Apr 8, 2024 at 4:56 PM Brad Spencer wrote: > > > > [personal nit... it would be nice if the isa bus would be eliminated > > entirely, but there appears to be an ed

Re: compile kernel

2024-04-09 Thread Brad Spencer
"pms-...@outlook.com" writes: > Brad Spencer wrote: >> Todd Gruhn writes: >> >> >> [personal nit... it would be nice if the isa bus would be eliminated >> entirely, but there appears to be an edge case when compiling a >> XEN3_DOM0 kernel that requires it to be there... don't remember why...

Re: compile kernel

2024-04-09 Thread pms-...@outlook.com
Brad Spencer wrote: Todd Gruhn writes: [personal nit... it would be nice if the isa bus would be eliminated entirely, but there appears to be an edge case when compiling a XEN3_DOM0 kernel that requires it to be there... don't remember why...] Please, do not remove support for ISA and oth

Re: compile kernel

2024-04-09 Thread Todd Gruhn
[personal nit... it would be nice if the isa bus would be eliminated entirely, but there appears to be an edge case when compiling a XEN3_DOM0 kernel that requires it to be there... don't remember why...] I saw this. Split it. I only use 'pciide* at pci? ...' AND 'ahcisata* at pci?

RE: EXT MAIL : Re: compile kernel

2024-04-08 Thread Derrick Lobo
Pinnock ; Netbsd-Users-List Subject: EXT MAIL : Re: compile kernel What about all the devices, SCSI, PCI, ISA, CardBus, aon other types of stuff? Too, many ethers, and MII / PHY stuff... On Mon, Apr 8, 2024 at 2:44 PM Martin Husemann wrote: > > On Mon, Apr 08, 2024 at 02:15:30P

Re: compile kernel

2024-04-08 Thread Brad Spencer
Todd Gruhn writes: > Is there a better way to config a netbsd kernel. > > GENERIC is getting so big. I assume that this is in reference to NetBSD/amd64... Use the MODULAR kernel?? This list might be incomplete, but it does remove a number of drivers from the kernel. Edit GENERIC and remove /

Re: compile kernel

2024-04-08 Thread Todd Gruhn
What about all the devices, SCSI, PCI, ISA, CardBus, aon other types of stuff? Too, many ethers, and MII / PHY stuff... On Mon, Apr 8, 2024 at 2:44 PM Martin Husemann wrote: > > On Mon, Apr 08, 2024 at 02:15:30PM +0100, Chris Pinnock wrote: > > > > > > > On 8 Apr 2024, at 10:11, Todd Gruhn wr

Re: compile kernel

2024-04-08 Thread Martin Husemann
On Mon, Apr 08, 2024 at 02:15:30PM +0100, Chris Pinnock wrote: > > > > On 8 Apr 2024, at 10:11, Todd Gruhn wrote: > > > > Is there a better way to config a netbsd kernel. > > > > GENERIC is getting so big. > > In arch/*/conf you can copy the GENERIC kernel config file and edit the new > file

Re: compile kernel

2024-04-08 Thread Chris Pinnock
> On 8 Apr 2024, at 10:11, Todd Gruhn wrote: > > Is there a better way to config a netbsd kernel. > > GENERIC is getting so big. In arch/*/conf you can copy the GENERIC kernel config file and edit the new file to remove drivers and features. (e.g. if you don’t use NFS, you can remove it.) Th

compile kernel

2024-04-08 Thread Todd Gruhn
Is there a better way to config a netbsd kernel. GENERIC is getting so big.