summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2007-09-09/enet apparently maps to mc0; gwk okTheo de Raadt
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-08-10Enable CF malo for macppc, it also works there.Marcus Glocker
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-25crank to 4.2-betaTheo de Raadt
2007-07-24bthub for macppc to make xsa happy.Michael Knudsen
2007-06-24When bootfile was made global so that macppc could modify it, itTom Cosgrove
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-23Enable workaround for decrementer exception problem.Dale Rahn
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-18split out dpme disklabel reading, simplifying things significantlyTheo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-14When macppc was switched to __HAVE_VM_PAGE_MD, data structures were incorrectlyDale Rahn
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-14excessive blank lines making the versions differentTheo de Raadt
2007-06-14set the prototype disklabel to version 1Theo de Raadt
2007-06-14Remove some debug prints which I let slip in.Dale Rahn
2007-06-14do not depend on previous loop variable, use a constant insteadTheo de Raadt
2007-06-14boot code does not do daddr64_t yet. 'unchange that' deraadt@Dale Rahn
2007-06-13Switch macppc to the interactive bootloader in stand/boot.Dale Rahn
2007-06-12all disksubr.c did their b_flags manipulation differently (and wrong).Theo de Raadt
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-11Remove the usb_proc_ptr type definition, which was really a 'struct proc *'Marc Balmer
2007-06-11inlude powerpc/include/*.h in macppc's make tags target.Thordur I. Bjornsson
2007-06-09The differences in the last non-homogeneous bounds_check_with_label()Kenneth R Westerback
2007-06-09Enable re* at cardbus?, tested with a D-Link DGE-660TD card.Marc Balmer
2007-06-09unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two)Theo de Raadt
2007-06-09by hand i carefully found that all the differences in setdisklabel()Theo de Raadt
2007-06-09annoying spacing glitch which makes the diffs biggerTheo de Raadt
2007-06-08include files.bluetooth, so that bluetooth support can be compiled,Jasper Lievisse Adriaanse
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
2007-06-07More bounds_check_with_label homogenization. Fix a couple of typos whileKenneth R Westerback
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-06a fair sprinking of knf, code movement, and sometimes character-by-characterTheo de Raadt
2007-06-05Remove the comment "Static function protoypes". Static is gone in USB.Marc Balmer
2007-06-05Remove the "Static" function declaration. It is defined to beMarc Balmer
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04do not shuffle dev 4 under the carpet; make svnd work again; uncookieOtto Moerbeek
2007-06-02oops, why did i delete this. bizzareTheo de Raadt
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-02stand/ofdev.hTheo de Raadt
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-06-01Fix macppc tags.Alexander Yurchenko
2007-06-01Establish interrupt after checking the i2s subsystem, fixes a problem withGordon Willem Klok
2007-05-31Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)Uwe Stuehler
2007-05-31KNF, whitespace and comment rectification to make allKenneth R Westerback
2007-05-31Standardize on -1 as the error return value forKenneth R Westerback
2007-05-30Add support for iBook G4. -mojMats O Jansson