K 10 svn:author V 3 imp K 8 svn:date V 27 2002-07-07T18:52:29.000000Z K 7 svn:log V 1302 MFC: A boatload of changes to power stuff o On boot, don't enable the power on the slot bogusly. This caused many systems to hang, some with Bad Vcc messages, on boot. o enable both vcc and vpp as '-1' so that they can both have 5.0 or 3.3 volts applied. o Use CardBus power now that I've discovered why it didn't work before (we were combining card reset with power, so I had to do the cardreset part by hand). o Add a workaround to try to unwedge things that get into the BadVcc state, needed for some BIOSes, and previosuly boggy freebsd code (likely never hit on the majority of laptops). o Add support for X.X and Y.Y volt cards, although no 16-bit versions of these cards are expected (why not, I'm here :-). o Add Ricoh 3.3V support for ISA Ricoh chipsets. o better boot verbose messages about power! o minor tweaks to the ToPIC support. o Added pcic_ignore_pci for some pathological cases that are in the wild that some folks want to use. o change memory default from bogus 0x44000000 to less bogus 0x84000000. o Add better comments to the code in general. o Fix some comments in i82365, add some constants to pcic_pci.h o a number of gratuitous(?) changes from suser_td -> suser(). These are cosmetic only. (I'd love to see this in 4.6.1, but that's likely not an option) END