K 10 svn:author V 7 iwasaki K 8 svn:date V 27 1999-08-29T15:11:59.000000Z K 7 svn:log V 592 MFC: bios32() equivalent Fix (1.93 -> 1.98) - Set segment limits to 64k byte as default. For compatibility with the previous apm device driver, new flags value is prepared. - Delete unnecessary apm_event_enable() in attach function. It should be called only by apmconf -e. - Fix segment descriptor for APM, especially limit granularity. Following segment selector setting in bios32() family, some values in gdt_segs[] were fixed. APM BIOS reports its segment limits in byte units, so the limit granularity for APM is byte units, not page units. Reviewed by: imp and jlemon END