summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meannjl2004-06-291-6/+6
* Fix regression in last commit.phk2004-06-291-1/+1
* Oops, this didn't make it into my submit before I committed: Deferjhb2004-06-291-7/+19
* Mess from update & merge - don't release the ifnet lock twice, just oncedarrenr2004-06-291-3/+0
* Wrap long line.peter2004-06-291-1/+3
* Add two new kernel options to allow rudimentary profiling of the internaljhb2004-06-294-3/+99
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* While booting, use DELAY() for waiting for the EC to respond instead ofnjl2004-06-281-6/+13
* Initialize result->backing_object_offset before linking result onto the list oftegge2004-06-281-5/+5
* Remove the setting of the pci config variables on power state changes.imp2004-06-285-113/+2
* Remove code to slam the config space on transition to d0.imp2004-06-281-56/+0
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-2815-473/+6
* Use MIN() macro rather than ulmin() inline, and fix stray tabgallatin2004-06-281-3/+3
* Fix alpha - the use of min() on longs was loosing the high bits andgallatin2004-06-281-3/+3
* Build usbdevs.himp2004-06-282-2/+2
* Remove the signal_caught argument from sleepq_timedwait() as it wasjhb2004-06-284-8/+5
* another format nitimp2004-06-281-1/+2
* casting for printf happinessimp2004-06-281-4/+4
* - Execute all of the tasks on the taskqueue during taskqueue_free() afterjhb2004-06-281-39/+24
* We need to build miidevs.h when we have miibus, not mii.imp2004-06-281-1/+1
* Adjust the priorities of software interrupts. Bump SWI_CLOCK up to 5jhb2004-06-281-6/+5
* Adjust the priority of the idle threads to be the lowest possiblejhb2004-06-281-0/+1
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-285-9/+9
* Do not m_free packet since IF_HANDOFF (called from netisr_queue) willrik2004-06-281-1/+1
* Merged from sys/dev/sio/sio.c revision 1.444.nyan2004-06-282-2/+4
* Remove unused includes.cognet2004-06-281-9/+0
* bde points out that this can't do anything useful. The full patch hasimp2004-06-282-3/+0
* Retire BUS_DMAMAP_NSEGS for sparc64scottl2004-06-282-9/+1
* Switch sparc64 busdma to use a dynamically allocated segment list ratherscottl2004-06-283-60/+45
* Turns out that jhb didn't really like this. And nate pointed out thatimp2004-06-281-2/+2
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.imp2004-06-281-1/+1
* When opening /dev/io, preserve iopl properly. Otherwise, if you openimp2004-06-282-0/+3
* remove needless blanklineimp2004-06-281-1/+0
* Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number ofimp2004-06-281-9/+9
* Allow dev to be NULL and assume that a device is not alive or notimp2004-06-281-2/+2
* We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition andimp2004-06-272-8/+5
* Rwatson, write 100 times for tomorrow:phk2004-06-271-1/+1
* Make sure to kill the devstat entry for disappearing disks.phk2004-06-271-1/+3
* Only build miidevs.h when we have mii in the kernelimp2004-06-271-3/+3
* - Fix style bug in Dell Bluetooth adapter (don't repeat Vendor inalex2004-06-271-1/+2
* Now that all the in-tree referrences to these old files are gone, goimp2004-06-274-6941/+0
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* MFp4:imp2004-06-271-1/+13
* MFp4:imp2004-06-274-257/+351
* MFp4:imp2004-06-271-14/+0
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* Introduce a hack that will make geom_gate to work with read-only mounts.pjd2004-06-271-0/+9
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-2727-29/+29
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ne...imp2004-06-2727-27/+27
* Guard against us having no tty pointer.phk2004-06-271-1/+2
OpenPOWER on IntegriCloud