summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* use devclass_get_maxunit() correctlycg2001-06-183-4/+4
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-174-15/+17
* fix a potential panic in dsp_clone() if no pcm devices were detectedcg2001-06-171-0/+2
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-172-10/+12
* The final commit for the first phase of PowerPC support.benno2001-06-175-44/+145
* Allocate all resources using keyboard controller.nyan2001-06-172-16/+74
* Move cardbus and pccard bus bridge devices to near the bridge chips. Thisimp2001-06-171-2/+2
* MFGENERIC:imp2001-06-171-12/+9
* Move setugid() a little sooner to before we release tracing in casepeter2001-06-161-2/+3
* Some people are having problems with insert/eject. Add some debugimp2001-06-161-0/+4
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-167-8/+8
* Add INTR_TYPE_AV so that we can get to the PI_AV priority in the ithreadpeter2001-06-162-1/+5
* Clean up some junk. The bogus trapframe on the stack was removed from thepeter2001-06-161-7/+0
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-1630-929/+936
* less warningume2001-06-162-82/+82
* Fix "alignemnt" typo.alex2001-06-166-6/+6
* This file was a horrible mixture of styles old and new.markm2001-06-161-27/+16
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherbenno2001-06-163-7/+357
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-1625-487/+606
* Fix warnings:jlemon2001-06-161-0/+1
* Save the IRQ that we get in pci attachment.imp2001-06-163-15/+15
* Work around what looks like a bad make(1) bug. For some reason,peter2001-06-161-5/+3
* On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we'reimp2001-06-163-4/+17
* style(9) and remove a left over Alpha commentobrien2001-06-164-54/+60
* style cleanupobrien2001-06-162-44/+46
* Add PC-9821RA-E01. This appears that PC-9821 Ra20 has this eitherimp2001-06-161-0/+1
* style policeobrien2001-06-161-4/+5
* This Intel derived file uses C++ style comments.obrien2001-06-161-33/+37
* Fix FreeBSD id style.obrien2001-06-162-4/+10
* style(9)obrien2001-06-161-23/+18
* Mind-o in last commit: s/==/>=/ when checking MTU size. *blush*wpaul2001-06-161-1/+1
* Fix the last serious bug I've been chasing:wpaul2001-06-161-23/+41
* style(9) + fix FreeBSD id's.obrien2001-06-165-34/+41
* Add CVS id.obrien2001-06-151-1/+2
* Bump FreeBSD_version to indicate locale renamingache2001-06-151-1/+1
* I'm a dunce. Clean up some warnings by axeing some unused variables fromjhb2001-06-151-2/+0
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-154-6/+18
* Correctly hook up the write kqfilter to pipes.jlemon2001-06-151-5/+7
* Updates and tweaks to the new trace functionality:jhb2001-06-151-37/+44
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out wherewpaul2001-06-152-6/+3
* Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chipwpaul2001-06-151-4/+4
* #if 0 out pfs_null() to silence the warning about it not being referenced.des2001-06-151-0/+2
* oops. prepare_usermode() died in August 2000 in the MI and x86 code.peter2001-06-153-22/+0
* Bah, back out part of previous commit. I got too carried away.peter2001-06-151-1/+1
* Fix warning:peter2001-06-151-1/+1
* Fix warnings:peter2001-06-151-48/+48
* Fix warnings:peter2001-06-153-9/+9
* Fix warnings:peter2001-06-151-5/+5
* Fix warning:peter2001-06-151-2/+2
* Fix warning:peter2001-06-151-1/+1
OpenPOWER on IntegriCloud