summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2007-06-07Fix spacing.Dimitry Andric
2007-06-07more XXsize() functions not fixedTheo de Raadt
2007-06-07best if this compilesTheo de Raadt
2007-06-07more XXsize() falloutTheo de Raadt
2007-06-07Comment 'fixes'. All bounds_check_with_label now identical except forKenneth R Westerback
2007-06-07Eliminate unnecessary duplicate defines *_LABELSECTOR andKenneth R Westerback
2007-06-07More bounds_check_with_label homogenization. Fix a couple of typos whileKenneth R Westerback
2007-06-07another XXsize() function forgottenTheo de Raadt
2007-06-06clamp the disklabel d_secperunit to what the disk actually says it has,Theo de Raadt
2007-06-06an XXsize() function that got skippedTheo de Raadt
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-05Use phys_map, not kernel_map in v{,un}mapbuf. ok mickeyMiod Vallat
2007-06-05Remove the "Static" function declaration. It is defined to beMarc Balmer
2007-06-05bounds_check_with_label() checks for i/o outside of the partition andKenneth R Westerback
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04bluetooth isn't really useful yet, but at least give it a chance to compileChris Kuethe