summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf
AgeCommit message (Collapse)Author
2002-01-08correct altivec support enable for gas 2.11. (still in comment)Dale Rahn
2002-01-03Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-17Comment out abtn, since it is the cause of the function key crashesDale Rahn
on powerbook/ibook machines. It currently doesn't work anyway. Pointed out by Alexander Guy.
2001-12-14Add gem (disabled) and hme (...)Dale Rahn
gem works, but is not overly stable yet, sometimes recieves one packet and stops. hme works fine, if the interrupts are connected properly (not yet).
2001-12-14hme can build on macppc, and and would work if the pci-pci bridge wouldDale Rahn
route the interrupts correctly.
2001-12-12add hifn and dc at pciJason Wright
2001-12-04enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@lebel
2001-12-01change to WSEMUL_NO_DUMBTheo de Raadt
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
the 'as' in openbsd source tree does not yet support altivec instructions. The pieces to enable it have been put in macppc/conf/GENERIC and macppc/conf/Makefile.macppc in comments. Once 'as' is updated the kernel option should be removed.
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy.
2001-09-28zs serial now works on some systems. Does not work with modemsDale Rahn
on some newer system due to power control issues. Has carrier detect problems with incoming (getty) on most/all systems. Outgoing seems to work fine (unless modem power issues prevent).
2001-09-22pty cleanupTheo de Raadt
2001-09-17Enable DMA for wdc_obio devices. This was the mode in which the recentDale Rahn
wdc_obio changes were tested, however this file was not commited to renable DMA for those devices. Minor missing item on the adb mouse, add it to mux 0. Muxing is still disabled, but this was missing.
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn
Now uses mii/mii_bitbang. Driver still has performance issues, It does not transfer as fast data as it should. No worse than before. Need to investigate a dhclient reported error: 'ip length 331 disagrees with bytes recieved 336'. only on if_bm.
2001-09-01correct typo in file conversion.Dale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/conf to macppc/conf files.powerpc was modified to keep powerpc common files.