summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-2/+2
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-162-11/+8
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-142-4/+4
* Ifdefed the declarations of conditionally used variables.bde1998-12-141-3/+6
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-142-44/+44
* Get rid of uninitialized variable warnings. No bugs found, justdillon1998-12-141-2/+3
* author was assuming that nextpaddr declared *inside* the do loop woulddillon1998-12-141-30/+37
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-141-2/+2
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-131-1/+4
* Cleanup up the wording for the F00F bug workaround message.steve1998-12-101-2/+2
* Preliminary support for OHCI motherboardsn_hibma1998-12-091-1/+2
* Use CNAME macro for pc98_system_parameter, which is referenced from Ckato1998-12-082-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-078-25/+27
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-061-2/+2
* Print out information for write-allocate of AMD CPUs.kato1998-12-051-1/+20
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-4/+4
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-041-1/+5
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-022-29/+61
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-291-2/+2
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-271-1/+8
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-263-6/+51
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-1/+20
* Staticize.eivind1998-11-264-12/+12
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-242-4/+10
* Remove `amd', `nca' SCSI devices to match Mike's LINT commit.obrien1998-11-121-6/+2
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Enable 686 class optimisations for all 686-class processors, not just themsmith1998-11-081-7/+7
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-031-3/+3
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-031-3/+3
* Remove the USERCONFIG_BOOT option. Userconfig script data is searchedmsmith1998-11-033-29/+4
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-311-2/+3
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-302-17/+2
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-4/+3
* Check the major number of the boot device more carefully. There was onlybde1998-10-261-5/+3
* Update timecounters to new interface.phk1998-10-232-22/+22
* Quote port names that have a digit in them. IO_TIMER1 was lexed asbde1998-10-221-5/+5
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-30/+30
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-223-5/+14
* Decrement the now unused page table page's wire_count prior to freeing it.dg1998-10-211-1/+3
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-181-1/+2
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-17/+43
* Add commented out bpf entry. (DHCP is popular here, and this is required).obrien1998-10-161-1/+7
* Fixed two potentially serious classes of bugs:dg1998-10-133-9/+9
* Don't print conflict messages in haveseen_isadev() if CC_QUIET isbde1998-10-121-10/+16
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-105-16/+16
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+2
* PC-98 doesn't have CMOS ram.kato1998-10-103-6/+24
* Add entries for MFS which are consistent with the others, now thatjkh1998-10-101-1/+3
OpenPOWER on IntegriCloud