summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Add 2 Ids for new ServerWorks host to PCI bridge chipset.iwasaki2002-10-021-0/+8
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-022-2/+2
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-16/+68
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-011-2/+2
* It is too much work convincing lint why we would want empty structures,phk2002-10-012-0/+6
* A more lint friendly #ifdef lint section.phk2002-10-011-19/+13
* - Give legacy an identify routine that always adds 'legacy0' at an orderjhb2002-09-302-6/+21
* Trash the PnPBIOStable pointer later on when we know that the acpi probejhb2002-09-302-6/+6
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-303-6/+3
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-303-12/+12
* Save the FP state in the PCB as that is compatable with releng4 binaries.obrien2002-09-301-0/+10
* Deal with some SMP races by doing the entire copyin at once ratherpeter2002-09-281-15/+28
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-281-2/+2
* Repair range checking for reading the ldt list.peter2002-09-281-1/+1
* Don't call function in return() for a void function.phk2002-09-281-3/+5
* Be consistent about "static" functions: if the function is markedphk2002-09-285-5/+5
* Add the pst (Promise SX6000) driver to GENERIC.sos2002-09-271-0/+1
* ISMEMSDP(), IS286GDP(), IS386GDP(), ISGDP(), ISSDP() and ISSYSSDP() arepeter2002-09-261-20/+0
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-254-11/+11
* Fix a declaration that is actually supposed to be a macro definition.markm2002-09-251-0/+1
* use __packed.alfred2002-09-232-7/+7
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-231-10/+0
* Put verbose printf's in the PCI BIOS interrupt routing code underjhb2002-09-231-1/+4
* Update the nexus driver for the addition of the legacy driver:jhb2002-09-231-70/+8
* Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) tojhb2002-09-231-7/+7
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-232-461/+112
* PIC_GOTOFF is OBE.peter2002-09-231-2/+0
* use __packed, rather than __attribute__((packed)).peter2002-09-231-4/+3
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-232-2/+2
* Delete a whole bunch of compatability defines that we dont use anymore.peter2002-09-231-6/+0
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Create inlines for ltr(sel), lldt(sel), lidt(addr) rather thanpeter2002-09-224-47/+26
* - Move the init of %gs and pcb_gs before user_ldt_free().mdodd2002-09-221-13/+4
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-181/+1
* A good dose of style.9. No functional change.markm2002-09-211-21/+17
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-211-16/+15
* Provide in inline function for the (GNUC) assembler "hlt" instruction.markm2002-09-211-0/+7
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-211-0/+2
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-212-4/+0
* Axe unused include.jhb2002-09-201-1/+0
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2002-09-201-2/+0
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-59/+0
* fork_trampoline() marks a trap frame.jhb2002-09-201-1/+2
* Use proper type for a variable used as a DDB symbol.jhb2002-09-201-1/+2
* Trim includes.jhb2002-09-201-2/+1
* Various style fixes, including moving db_print_backtrace() out of thejhb2002-09-201-32/+25
* This patch enables FreeBSD i686 MTRR support on Intel Pentiummdodd2002-09-191-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+9
* From Christian Zander:mdodd2002-09-191-2/+9
* Restore status register A of RTC at resume time.iwasaki2002-09-182-0/+2
OpenPOWER on IntegriCloud