summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-12Be sure to cast the wsdisplay accessops cookie into the adequate structure;Miod Vallat
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-30Add us.dvorak. ok maja@Thomas Nordin
2003-10-30fix NULL/0 mixup. drahn okJun-ichiro itojun Hagino
2003-10-30simplify cfdriver initialization. drahn okJun-ichiro itojun Hagino
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26More ansi/knf missed the first time around.Dale Rahn
2003-10-26Oops, I'm on drugs. Revert and blame gremlins for the state of my tree.Miod Vallat
2003-10-26Unbrek after recent wdc changes.Miod Vallat
2003-10-25Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@Dale Rahn
2003-10-24If cons_backlight_available is not set, cons_brightness will not be valid,Dale Rahn
2003-10-24IPKDB has never been supported in OpenBSD/powerpc/macppc delete thisDale Rahn
2003-10-22Search for the '/backlight' node to determine if backlight control isDale Rahn
2003-10-21Fix copy bounds, however did this work??? Well it didn't.Dale Rahn
2003-10-21spacing cleanup.Dale Rahn
2003-10-21Missed ANSI.Dale Rahn
2003-10-21This was changed from a magic number to a define in the header file,Dale Rahn
2003-10-20Instead of using xor to clear a register , use li <REG>,0 (load immediate)Dale Rahn
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
2003-10-18ANSI/KNF now that conflict has been resolved.Dale Rahn
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-10-16more whiteTheo de Raadt
2003-10-16There is no end to the ANSI/KNF journey.Dale Rahn
2003-10-16spacesTheo de Raadt
2003-10-16more ANSI/KNF.Dale Rahn
2003-10-15Further down the ANSI/KNF road, only binary difference is __LINE__.Dale Rahn
2003-10-15asm readability register names are %r0 instead of 0. No binary change.Dale Rahn
2003-10-15The ANSI/KNF trail continues. No binary differences.Dale Rahn
2003-10-08Fix endian bug in macppc bus_space_set_region_N(). ok miod@Dale Rahn
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-06Fix boot -a, add protected cnpollc(). ok deraadt@Dale Rahn
2003-08-27Enable 'Snag' boot on newer Apple machines.Dale Rahn
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14GENERIC is now safe(4)Jason Wright
2003-08-11move to 3.4-betaTheo de Raadt
2003-08-07Allow nested interrupts in the openpic interrupt controller, tested byDale Rahn
2003-07-29Remove a diagnostic print which was left in the code to determine howDale Rahn
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19The last parameter to _dma_init for wdc code is flags, not read,Dale Rahn
2003-07-14'dual' clock support for macppc, this allows the stat clock to runDale Rahn
2003-07-08The best read code of mice and men, ... (reviewed by /dev/null)Dale Rahn
2003-07-08Improved timebase register handling. use all 64 bits, instead of theDale Rahn