summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORMmarcel2008-09-291-1/+1
* Insert the null scheme at the head. This does not change anymarcel2008-09-291-1/+1
* Convert all C++ comments to C style. There's lots of folks that don'timp2008-09-291-23/+30
* The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST wereimp2008-09-291-2/+2
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
* Add "caps" word to host bridge.imp2008-09-281-0/+2
* Implement power down, and power down the bus on detach.imp2008-09-281-1/+15
* When a device is read only, fail all non-read BIO requests.imp2008-09-281-1/+8
* Propigate read-only status of cards. Right now it is read only atimp2008-09-283-1/+14
* The OCR register defines both acceptable voltage bits, as well as bitsimp2008-09-282-2/+3
* Other busses on the system use the official capitalization for theimp2008-09-281-1/+1
* Fix line continuation whitespace.imp2008-09-281-2/+2
* Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofimp2008-09-281-43/+4
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-2815-207/+5
* Unbreak support for G4s without an L3 cache. L3 cache support was introducednwhitehorn2008-09-281-6/+5
* Add new PMC classes and CPU types.jkoshy2008-09-281-3/+8
* Update a comment.jkoshy2008-09-281-1/+1
* White space nit.imp2008-09-281-1/+0
* Fix comments to relate to FreeBSD's current interrupt blockingimp2008-09-281-3/+2
* Fix comment about needing to call something from splnet, which doesn'timp2008-09-281-1/+1
* Remove stale comment. splhigh -> critical_enter transition happendimp2008-09-281-6/+0
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theimp2008-09-281-3/+3
* Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'marius2008-09-285-0/+1652
* guard against adhoc_pick_channel returning a NULL channel; this cansam2008-09-271-3/+6
* Export the partition name in the conftxt and confxml output.marcel2008-09-271-6/+12
* Hold the root mount while we're tasting. It is possiblemarcel2008-09-271-0/+4
* When an inpcb doesn't have a socket but the inpcb is passed to ipfwrwatson2008-09-271-1/+2
* Disable use of the user credentials until there is code to set the levelsjb2008-09-271-1/+5
* Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handlerkib2008-09-271-2/+7
* If the panic thread is preempted after setting panicstr but beforekib2008-09-271-0/+2
* Expand the DBDMA API to allow setting device-dependent control bits. Whilenwhitehorn2008-09-272-6/+56
* Allow 255 sectors/track for the BSD disklabel. The previous limitmarcel2008-09-271-1/+1
* Add DMA support for Apple built-in ATA controllers.nwhitehorn2008-09-275-34/+796
* Move uminor() and umajor() to the same place as userspace minor() and major().ed2008-09-273-22/+11
* Rather than shadowing global variable 'lookup' in check_uidgid(), renamerwatson2008-09-271-8/+8
* Replace all calls to minor() with dev2unit().ed2008-09-2772-194/+194
* Move CTASSERT from header file to source file, per implementation note nowemaste2008-09-262-7/+7
* Move CTASSERT from header file to source file, per implementation note nowemaste2008-09-262-4/+4
* Don't forget to initialize `int error' in ttydev_open().ed2008-09-261-1/+1
* Advertise bit 26 as sse2.cognet2008-09-261-1/+1
* Save previous content of the td_fpop before storing the currentkib2008-09-262-12/+33
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-262-12/+12
* Remove unit2minor() use from kernel code.ed2008-09-2620-25/+25
* Add support for the ITE 8213 controller.sos2008-09-262-51/+139
* move ipi_pcpu to evtchn.ckmacy2008-09-263-18/+17
* Use some casting to get the right addresses. This is likely unwiseimp2008-09-261-2/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theimp2008-09-261-115/+51
* Update xen/interface includes to the latest in mercurialkmacy2008-09-2636-725/+1941
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousimp2008-09-261-1/+1
* Remove reference to machine/tlb.h. It no longer exists, and isn'timp2008-09-261-1/+0
OpenPOWER on IntegriCloud