Bug#79004: SPARC/Potato] 'Wrong disk' message even though correct disk in drive

2000-12-10 Thread Nick Holgate
k? It seems to confirm that this is not just a spark issue. Nick ---- Nick Holgate <[EMAIL PROTECTED]> GPG key from public servers : Key ID FD9C18AF Fingerprint = 9DCA EDEA D5C5 57DA 23F3 1A2B 2273 5645 FD9C 18AF -- To UNS

Re: FALSE == 1

2000-10-21 Thread Nick Holgate
s of TRUE and FALSE, you should define two new symbols, perhaps: #define GOOD 0 #define EVIL 1 Then perform a simple search and replace of TRUE and FALSE. I'm sure this wouldn't have taken more than 15 minutes. Nick ---- N

RE: FALSE == 1

2000-10-19 Thread Nick Holgate
> > Nick Holgate wrote: > > > +#define FALSE ((int) 1) > > > +#define TRUE((int) 0) > > Why not do : > > #define TRUE (0==0) > #define FALSE (!TRUE) > > or something such ? #define THE_ANSWER_TO_LIFE_THE_UNIVERSE_AND_EVERYTHING \ ((

Re: FALSE == 1

2000-10-17 Thread Nick Holgate
offence, as I feel sure that no sane 'C' programmer would have coded them arse-about-face deliberately. Nick Nick Holgate <[EMAIL PROTECTED]> GPG key from public servers : Key ID FD9C18AF Fingerprint = 9DCA EDEA D5C5

FALSE == 1

2000-10-17 Thread Nick Holgate
efile a bit. -Erik Nick -------- Nick Holgate <[EMAIL PROTECTED]> GPG key from public servers : Key ID FD9C18AF Fingerprint = 9DCA EDEA D5C5 57DA 23F3 1A2B 2273 5645 FD9C 18AF -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

RE: Alternative root filesystem support

2000-09-22 Thread Nick Holgate
> Will jfs be in 2.4.0 or where can I get some docs for it? http://oss.software.ibm.com/developerworks/opensource/jfs/ ---- Nick Holgate <[EMAIL PROTECTED]> GPG key from public servers : Key ID FD9C18AF Fingerprint = 9DCA

RE: possible to unify some m68k docs ?

2000-07-07 Thread Nick Holgate
ons from a user. Nick, can > you merge them in? Done. > I don't see anything else that would have changed, m68k machines are dead > since at least 5 years, why should anything still change? M68k VME cards are still being designed and manufactured :-). Nick -

Re: missing IDE devices for m68k?

2000-06-23 Thread Nick Holgate
d until MAKEDEV generic gets fixed for m68k (cd $B/dev && /sbin/MAKEDEV adc add ade adf sdc sdd) I added the missing sdc and sdd devices and filed a bug report #61027 against makedev, you'll need to append hdc and hdd here as well. Nick -----