Re: CVS commit: src/sys/arch/macppc/conf
On Thu, Jan 18, 2024 at 06:43:21 +1100, matthew green wrote: > > Log Message: > > macppc: enable FFS_EI in GENERIC > > > > I'd say it should be enabled for anything with USB. > > > > ok macallan > > yay. i think we should enable it basically everywhere that it > is not a space issue. I think the size impact should be trivial (though I didn't measure). The option basically guards just a couple dozens of "bit test plus bswap call" snippets. > USB is just one common way, but i can also modify or create my own > images anyway, and maybe copy them over the network to my machine > with USB...or maybe i'll setup the disk on this machine's scsi for > that machine ;) Yeah. I just didn't want to open that can of yaks to shave... :) -uwe
re: CVS commit: src/sys/arch/macppc/conf
> Log Message: > macppc: enable FFS_EI in GENERIC > > I'd say it should be enabled for anything with USB. > > ok macallan yay. i think we should enable it basically everywhere that it is not a space issue. USB is just one common way, but i can also modify or create my own images anyway, and maybe copy them over the network to my machine with USB...or maybe i'll setup the disk on this machine's scsi for that machine ;)
Re: CVS commit: src/sys/arch/macppc/conf
Hello, On Sat, 3 Mar 2018 00:27:51 + "Sevan Janiyan" wrote: > Module Name: src > Committed By: sevan > Date: Sat Mar 3 00:27:51 UTC 2018 > > Modified Files: > src/sys/arch/macppc/conf: POWERMAC_G5 > > Log Message: > Return recent changes to configuration file. > Remove legacy options previously removed e.g MACHO & softdep support > Remove bogus numbers > Add or update descriptions > Keep items removed in previous commit commented out Thanks! have fun Michael
Re: CVS commit: src/sys/arch/macppc/conf
On May 29, 11:10am, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/sys/arch/macppc/conf | On Sun, May 29, 2016 at 01:50:31AM +, Christos Zoulas wrote: | > But the code is supposed to work both ways. How does it fail? | > I.e. if you have wd0X in fstab and the kernel probes it as dkY, | > the libutil code is supposed to translate wd0X into dkY. | | The issue is that sysinst is not ready for it (hope to fix that shortly). Ah, ok. Because the rest of the system handles it just fine (I tested it). christos
Re: CVS commit: src/sys/arch/macppc/conf
On Sun, May 29, 2016 at 01:50:31AM +, Christos Zoulas wrote: > But the code is supposed to work both ways. How does it fail? > I.e. if you have wd0X in fstab and the kernel probes it as dkY, > the libutil code is supposed to translate wd0X into dkY. The issue is that sysinst is not ready for it (hope to fix that shortly). Martin
Re: CVS commit: src/sys/arch/macppc/conf
In article <20160528222451.beef8f...@cvs.netbsd.org>, Sevan Janiyan wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: sevan >Date: Sat May 28 22:24:51 UTC 2016 > >Modified Files: > src/sys/arch/macppc/conf: GENERIC > >Log Message: >As instructed by Martin@, disable DKWEDGE_METHOD_APPLE for now as it causes a >fresh install in a dual boot scenario to fail. This is because fstab will be >referencing wd(4) and the kernel expecting dk(4). > >Closes PR port-macppc/51160 But the code is supposed to work both ways. How does it fail? I.e. if you have wd0X in fstab and the kernel probes it as dkY, the libutil code is supposed to translate wd0X into dkY. christos
re: CVS commit: src/sys/arch/macppc/conf
"Masao Uebayashi" writes: > Module Name: src > Committed By: uebayasi > Date: Sat Oct 11 07:03:10 UTC 2014 > > Modified Files: > src/sys/arch/macppc/conf: files.macppc > > Log Message: > Probably agp_apple is never used. hm? i've used this in the past, and i've got some unfinished patches elsewhere to make this powerpc generic, not macppc specific. .mrg.