Searched hist:"038 d1bbd1a1e50d4147b71d54593343ef71dc9d5" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | diff 038d1bbd1a1e50d4147b71d54593343ef71dc9d5 Tue Dec 18 23:16:33 CET 2001 Joerg Wunsch <joerg@FreeBSD.org> Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it otherwise breaks on the Alpha arch. I think this is wrong since i'd actually like to probe for a PC architecture, not for a particular CPU type. Anyway, now it's again the way it used to be. diff 038d1bbd1a1e50d4147b71d54593343ef71dc9d5 Tue Dec 18 23:16:33 CET 2001 Joerg Wunsch <joerg@FreeBSD.org> Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it otherwise breaks on the Alpha arch. I think this is wrong since i'd actually like to probe for a PC architecture, not for a particular CPU type. Anyway, now it's again the way it used to be.
|