aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Add USB Communication Device Class Ethernet driver. Originally written forMaxim Sobolev2005-03-221-0/+1
* Add a comment to note that pseudo-device bpf is required for DHCP.Murray Stokely2005-03-181-0/+1
* s/SLIST/STAILQ/Poul-Henning Kamp2005-03-181-1/+1
* Remove comments relevant only to pc98 as there are no amd64 pc98 machines.Warner Losh2005-03-161-11/+1
* Make it clear nve needs mii, and shorten long comment line.David E. O'Brien2005-03-161-2/+2
* Enable ehci by default on i386 and amd64. It had got to the stageIan Dowse2005-03-161-0/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-151-20/+0
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-141-247/+13
* MFCi386: Prevent integer underflow that could result in all memory beingScott Long2005-03-121-3/+9
* FreeBSD consumer bits of the nForce MCP NIC binary blob.David E. O'Brien2005-03-121-0/+1
* Remove diffs to i386 version that came in via the compiler support ifdefs.Peter Wemm2005-03-1110-28/+37
* MFi386: reduce apic clock interrupt ratePeter Wemm2005-03-111-15/+5
* Fix a mismerge of i386 rev 1.209Peter Wemm2005-03-111-1/+1
* Match i386 rev 1.38 with __cplusplus supportPeter Wemm2005-03-111-0/+8
* Fixup KTR traces.Maxime Henrion2005-03-081-18/+18
* Use __func__ in the KTR_BUSDMA traces. This avoids copy and pasteMaxime Henrion2005-03-081-35/+33
* Remove dead code.Scott Long2005-03-071-17/+0
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* MFi386: use TUNABLE_ULONG_FETCH to retrieve hw.physmem.Dag-Erling Smørgrav2005-03-051-35/+3
* Replace goto with continue.Dag-Erling Smørgrav2005-03-051-2/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-0215-84/+122
* Catch up with the "physical memory" sysctl change.David E. O'Brien2005-03-011-0/+2
* MFi386: Sync whitespace and an abbreviationPeter Wemm2005-02-281-4/+4
* MFi386: Update alc's copyright noticePeter Wemm2005-02-281-1/+1
* MFi386: Bring over John's local apic timer codePeter Wemm2005-02-288-89/+219
* Typo.Pawel Jakub Dawidek2005-02-281-1/+1
* Spell "options" correctly as "options ".David E. O'Brien2005-02-281-7/+7
* Connect "options MP_WATCHDOG" to the LINT builds.David E. O'Brien2005-02-281-0/+5
* MFi386: rev 1.3:David E. O'Brien2005-02-271-20/+31
* Remove recently added note about DEVICE_POLLING not working with SMP.Tom Rhodes2005-02-251-1/+0
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.Xin LI2005-02-251-3/+0
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add aTom Rhodes2005-02-231-0/+1
* MFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT if mixed mode is notJohn Baldwin2005-02-221-2/+3
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyJohn Baldwin2005-02-221-2/+8
* Use a common multi-inclusion protection, and add such aRuslan Ermilov2005-02-191-4/+4
* - Add a custom version of exec_copyin_args() to deal with the 32-bitJohn Baldwin2005-02-182-84/+118
* MFi386 rev 1.61: Fix a few bugs in the legacy cpu attachment ivars.Nate Lawson2005-02-151-3/+2
* MFi386: read from RTC_INTR after writing to RTC_STATUSBPeter Wemm2005-02-081-0/+2
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-16/+13
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpuNate Lawson2005-02-061-1/+1
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-061-18/+15
* Make cpu_est_clockrate() more accurate by disabling interrupts for theNate Lawson2005-02-051-2/+10
* Build cpufreq and acpi_perf on platforms that are likely to be able toNate Lawson2005-02-051-0/+3
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'tAlan Cox2005-02-051-1/+4
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimeNate Lawson2005-02-041-26/+64
* Add an implementation of cpu_est_clockrate(9). This function estimates theNate Lawson2005-02-041-7/+47
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-9/+9
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablePeter Wemm2005-01-2113-138/+298
* MFi386: handle PSL_T properly across fork. Typo fix.Peter Wemm2005-01-211-1/+13