K 10 svn:author V 4 nate K 8 svn:date V 27 1997-10-23T18:44:07.000000Z K 7 svn:log V 748 MFC: Bring in all the 'safe' changes from current - When doing suspend/resume, only try to suspend those drivers on active slots. - Simplify code by removing a variable which was initialized once, never modified, and was expected to have the initialized value. - Speaker audio & low power mode on certain Cirrus Logic chips. - Update chip ID comments. - PCIC_RESUME_RESET & APM_PCCARD_RESUME sysctls. - make getb() and putb() member functions of struct pcic_slot. - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1. - Don't apply 5V when we want 3.3V. Kludge around the case where the PCIC refuses to use 5V because it knows better than us. - Make MOD_* macros almost consistent. Reviewed by: handy@sag.space.lockheed.com END