summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2002-12-10Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macrosMiod Vallat
2002-12-08Remove header file which is unused since the removal of if_gm, pointed outDale Rahn
2002-12-05remove altq entries.Kenjiro Cho
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan Binkert
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-22Add xl for pci and cardbus. It seems to work, needs additional testing...Dale Rahn
2002-11-21add ubsec and lofnJason Wright
2002-11-17Remove old unused debugging code.Dale Rahn
2002-11-09Instead of relying on uvm_useracc(), get a false sense of security, andMiod Vallat
2002-11-08prepare for bktr on macppc (commented out in generic for now); drahn@ okMichael Shalayeff
2002-10-20fxp now works on bigendian, add it to macppc.Dale Rahn
2002-10-18Remove some very pointless 'if 0' code, some of which prevented compilationDale Rahn
2002-10-18Do not define astpending twice, once non-volatile and one volatile.Dale Rahn
2002-10-17Correct io space config after last patch. allows fxp to workDale Rahn
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
2002-09-23panic if out of kvm when mapping devices. ok deraadt@Dale Rahn
2002-09-23Print pci_addr_fixup info when debugging is enabled, not disabled, ok deraadt@Dale Rahn
2002-09-17Until vgafb on macppc properly support non-console operation, doDale Rahn
2002-09-16Limit buffer cache size to 35% kvm, not 70.Artur Grabowski
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-15nice printingTheo de Raadt
2002-09-15pcmcia works somewhatTheo de Raadt
2002-09-14recognize AppleKiwiTheo de Raadt
2002-09-14spacesTheo de Raadt
2002-09-13why was BOOT_CONFIG left out for so long?Theo de Raadt
2002-09-12Support serial console on RAMDISK.Dale Rahn
2002-09-11Include zstty.h, so that the NZSTTY check will be correct.Dale Rahn
2002-09-11When freeing the extent, include the page offset, not just the pageDale Rahn
2002-09-10move to 3.2-betaTheo de Raadt
2002-09-06Remove the gm driver, the MI gem works better at this point.Dale Rahn
2002-09-06Restore EE bit of MSR on return from exception, rather than blindlyDale Rahn
2002-09-06Serial console support for macppc. Serial console will work if the modemDale Rahn
2002-09-06KNF.Dale Rahn
2002-09-06allow mapiodev to steal KVM addresses for early mappings likeDale Rahn
2002-09-06wscons display should have a console priority of INTERNAL, not REMOTE.Dale Rahn
2002-09-06use <> on include of machine/... files. also include bus.h so thatDale Rahn
2002-09-06sizeof(pointer) is not what should be used here, should be sizeof(*pointer)Dale Rahn
2002-09-06KNF, get this out of my tree finally.Dale Rahn
2002-08-22Remove code, use common ether_crc32_le() routine.Dale Rahn
2002-08-22Configure the media in the initialization routine so that media/mediaoptDale Rahn
2002-08-20Add a pseudo openfirmware console device for early debugging purposesDale Rahn
2002-08-13Remove some unused prototypes, KNF.Dale Rahn
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat