summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-06-16Enable iophy(4) for fxp(4). From brad.Mark Kettenis
2007-06-16When EOVERFLOW was added, it broke the zaurus bootblocksTheo de Raadt
2007-06-15In power_match(), make sure oa_irq is correctly initialized.Miod Vallat
2007-06-15permit this to compile againTodd T. Fries
2007-06-15no need to include machine/disklabel.h when sys/disklabel.h is alreadyTheo de Raadt
2007-06-14bzero the right thingTheo de Raadt
2007-06-14unbreak tree after untested timeout.h deletionsTheo 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-14Move the inclusion of sys/timeout.h from usb_port.h to the drivers thatMarc Balmer
2007-06-14Fix label name in writedisklabel().Miod Vallat
2007-06-14some spaces in the wayTheo de Raadt
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-10Remove spurious blank line at end of file. Spotted by deraadt@.Kenneth R Westerback
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-10No need for two *LABELSECTOR and *LABELOFFSET defines that mean theKenneth R Westerback
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-09kill stupid character differenceTheo de Raadt
2007-06-09unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two)Theo de Raadt
2007-06-09remove a useless commentTheo de Raadt
2007-06-09Silence a debug printf.Miod Vallat
2007-06-09Increase MAXDSIZ on armish to 1GB, requested long ago, ok robert@Dale Rahn
2007-06-09various simple typo cleanups, basically making this look a lot more likeTheo 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-09typoTheo de Raadt
2007-06-09Eliminate some duplicate code. No functional change.Kenneth R Westerback
2007-06-08include files.bluetooth, so that bluetooth support can be compiled,Jasper Lievisse Adriaanse
2007-06-08we need a new sub-code in the VID driver to indicate new "struct partition"Theo de Raadt
2007-06-08disklabel_om_to_bsd() is generating a v1 label so set the labelKenneth R Westerback
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
2007-06-08all disklabels read from the kernel now always contain a total sectorTheo de Raadt
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-08- always set the partition disk size to full disk info (from driver)Theo de Raadt
2007-06-07Fix typo introduced during ANSI-fication. Found by Rainer Giedat. MIPSKenneth R Westerback
2007-06-07roller-coaster. The bug that corrupts the page tables is back.Artur Grabowski
2007-06-07another XXsize() botchTheo de Raadt
2007-06-07GET should have been SETOtto Moerbeek
2007-06-07Replace magic bus clock constants in est related files with defines.Dimitry Andric