summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2007-08-04rbus for sparc64Mark Kettenis
2007-08-04Add sparc_bus_addr member to struct sparc_bus_space_tag. This function mapsMark Kettenis
2007-08-04Add missing pci_intr_line() implementation.Mark Kettenis
2007-07-30Shuffle the order in which we look for header files, when doingThordur I. Bjornsson
2007-07-29Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0Mark Kettenis
2007-07-28Don't try to map interrupts that are already fully specified. Makes theMark Kettenis
2007-07-24Remove some goo for dealing with 32-bit cpu's.Mark Kettenis
2007-07-22Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead.Mark Kettenis
2007-07-05Report actual faulting address (if we can) instead of the mmu tag word forMark Kettenis
2007-07-02allow pciide to attach to jmb as well as ahciDavid Gwynne
2007-07-02Add arc/jmb/ahci here as well.Jonathan Gray
2007-07-02enable jmb on all archs that support ahci, so jmicron boards will continueDavid Gwynne
2007-07-01Add gentbi(4).Mark Kettenis
2007-06-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free().Miod Vallat
2007-06-18using same words in similar code sequences is goodTheo de Raadt
2007-06-18msg is already gauranteed to be NULLTheo de Raadt
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MITheo de Raadt
2007-06-14bzero the right thingTheo de Raadt
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-14do not depend on previous loop variable, use a constant insteadTheo de Raadt
2007-06-12all disksubr.c did their b_flags manipulation differently (and wrong).Theo de Raadt
2007-06-09The differences in the last non-homogeneous bounds_check_with_label()Kenneth R Westerback
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 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-07Comment 'fixes'. All bounds_check_with_label now identical except forKenneth R Westerback
2007-06-07More bounds_check_with_label homogenization. Fix a couple of typos whileKenneth R Westerback
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-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-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
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-31convert to new .Dd format;Jason McIntyre
2007-05-31Be consistant and use b_cylinder when saving the cylinder number forKenneth R Westerback
2007-05-31extend the sun disklabel format to contain filesystem types. also,Theo de Raadt
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat