summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* cat KSE > /dev/nulldavidxu2003-02-271-3/+0
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-262-41/+47
* Unbreak the IOMMU code.mux2003-02-261-1/+1
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-252-0/+127
* Cleanup of the d_mmap_t interface.mux2003-02-251-7/+0
* Make the 'a' parameter of bus_space_write_multi_stream_*() a const pointer.obrien2003-02-241-3/+3
* The rest of our platforms make bus_space_write_multi_stream_2's 'a' aobrien2003-02-231-1/+1
* Add an empty bus_space_unmap() like Alpha has. puc(4) uses it.obrien2003-02-231-0/+11
* Uncomment the xl(4) driver since it's now working properlymux2003-02-201-1/+1
* Fix definite panic when releasing interrupt resources.jake2003-02-191-1/+1
* Missed a missing M_WAITOK.jake2003-02-191-1/+1
* Use M_WAITOK.jake2003-02-192-2/+4
* Implement interrupt resource allocation and setup. Set the interruptjake2003-02-195-16/+111
* Back out M_* changes, per decision of the TRB.imp2003-02-1911-16/+16
* Add central and fhc.jake2003-02-181-0/+2
* Add drivers for the central and fhc busses found in enterprise classjake2003-02-188-0/+1082
* Move a bunch of flags from the KSE to the thread.julian2003-02-172-8/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-2/+2
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
* Implement fpclassify():mike2003-02-082-0/+4
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-041-8/+12
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-032-14/+12
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-013-4/+5
* SCSI Changers, SCSI Tapes, and SES devices work just about as well asmjacob2003-01-311-3/+3
* Fix another mistake in the bus_dmamem_alloc_size() thingscottl2003-01-291-2/+2
* Fix some more missing dt_ prefixes for dma tag fields.scottl2003-01-294-11/+11
* Fix a typo in dt_maxsize from the last commitscottl2003-01-291-1/+1
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-296-15/+146
* Enable device zs and device sab by default.jake2003-01-271-2/+2
* Fix standard kse breakage of non-x86 platforms.jake2003-01-261-2/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-262-3/+3
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
* Merge some code paths back together so that we only instantiate 1 copy ofjake2003-01-261-121/+97
* Moved some (gas) macros up so they can be used in more places.jake2003-01-241-25/+25
* Fixes for a number of problems in the IOMMU code:tmm2003-01-212-16/+23
* Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*tmm2003-01-211-5/+13
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2111-16/+16
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-211-16/+22
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-1/+23
* The abs() function isn't defined locally; include a header file thatmdodd2003-01-161-0/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-15/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-73/+0
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-2/+0
* Enable rl(4). It is now fully working using busdma.obrien2003-01-131-1/+1
OpenPOWER on IntegriCloud