summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If we are unable to obtain a frequency list from either ACPI or the staticjhb2008-08-231-1/+88
* Remove unused variable nosleepwithlocks.antoine2008-08-231-7/+0
* Adjust the handling the various timer frequencies when using the lapicjhb2008-08-232-20/+34
* Add an explicit comment why we NULLify the two variables.bz2008-08-231-0/+1
* Revert bogusly committed file.imp2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingimp2008-08-233-0/+4
* Actually revert last... Upon closer inspection the code works in theimp2008-08-231-2/+1
* Handle errors in device_get_children gracefully.imp2008-08-231-1/+2
* Handle errors from device_get_chidlren.imp2008-08-231-2/+5
* Cope with errors from device_get_children(). These errors can happenimp2008-08-231-4/+7
* Cosmetic nit.imp2008-08-231-2/+0
* Add MIPS support.imp2008-08-231-0/+43
* Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code r...nwhitehorn2008-08-231-1/+1
* Minor style nits.imp2008-08-231-5/+3
* In nmount(), when we see the "force" option,rodrigc2008-08-231-1/+7
* Submit a band-aid for interrupt set up race.kmacy2008-08-221-0/+6
* Fix two small bugs in tcsetattr().ed2008-08-221-7/+6
* Don't try enumerating APICs when running on top of xenkmacy2008-08-221-0/+2
* cosmetic changes and style fixesmarius2008-08-228-45/+61
* Avoid misaligned access of struct frame.marius2008-08-221-4/+6
* Use bus_foo() rather than bus_space_foo() and remove bus handle and tagjhb2008-08-223-33/+28
* Use ppc_detach() for device_detach instead of ppc_attach().jhb2008-08-221-1/+1
* Whitespace fix.jhb2008-08-221-1/+1
* Remove unused UNITOSOFTC() macro.jhb2008-08-221-2/+0
* A suspended thread can, in fact, be swapped out. Thus,jhb2008-08-222-15/+28
* Use |= rather than += when aggregrating requests to wakeup the swapper.jhb2008-08-221-2/+2
* Back FreeBSD(98)'s copyright to 2003.nyan2008-08-221-1/+1
* Fix pts(4) error codes when slave device is closed.ed2008-08-221-4/+2
* Add a new sysctl node 'dev.bfe.N.stats' that shows various MACyongari2008-08-222-53/+300
* Prevent VSTART flooding when turning on software flow control.ed2008-08-221-1/+1
* Because bfe(4) knows interrupt mask value there is no need to readyongari2008-08-221-6/+4
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-225-39/+222
* Remove bfe_link in softc and introduce two new flags to markyongari2008-08-222-12/+21
* Add the Decision Computer Inc, PCCOM 8-port serial card.thompsa2008-08-221-0/+6
* Add the VScom PCI-100L card.thompsa2008-08-221-0/+6
* Add the Avlab Technology PCI IO 4S-850 4 port serial card.thompsa2008-08-211-0/+6
* Add comments on NOARGS, NODEF, and NOPROTO.obrien2008-08-212-0/+15
* Add support for the Alcor Card Reader (9361)remko2008-08-212-0/+5
* Remove comments and #ifdef notyet'd code relating to directly dispatchingrwatson2008-08-211-17/+0
* Adapt mxge shims to detect phys contig jumbo framesgallatin2008-08-211-1/+2
* Properly lock proctree_lock before locking the process while accounting.ed2008-08-211-14/+15
* o Sort includes and add <endian.h> to support endianness.yongari2008-08-212-371/+495
* Fix boot time pmap_growkernel panic for case where vm is allocated >= 768Mkmacy2008-08-211-1/+3
* For reasons that I have not delved in to Xen 3.2 netback now does header spli...kmacy2008-08-211-21/+38
* fix typo in previous commit breaking bootupkmacy2008-08-201-1/+1
* The config space registers holding the upper 32-bits of the prefetchablejhb2008-08-202-4/+19
* - Add support for memory mapped PCI config space access on Intel 915GMjhb2008-08-201-3/+23
* Use switch statements instead of if-else for enabling PCI-express configjhb2008-08-201-3/+9
* Bring in support for the MC8755 Sierra UMTS card.remko2008-08-202-0/+3
* Remove the now unused `lbolt' variable from the kernel.ed2008-08-202-16/+3
OpenPOWER on IntegriCloud