summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add workaround for livelock problem when starting APs.tegge2000-08-071-0/+4
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-063-45/+93
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-064-6/+427
* Handle write page faults (both write only or read-modify-write) as MI vmluoqi2000-07-311-3/+3
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-302-2/+12
* Revert previous commit. Not all RAID controllers are SCSI.obrien2000-07-291-6/+5
* Move the RAID controllers next to the SCSI controllers.obrien2000-07-291-5/+6
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-291-2/+2
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-281-3/+1
* s%LINT%NOTES%gbillf2000-07-251-4/+4
* Default the pcic to polling. Some laptops need to have polling modeimp2000-07-191-1/+1
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-141-12/+14
* Finally merge newmidi.tanimura2000-07-111-1/+2
* Removing commented out devices I added.mjacob2000-07-101-5/+0
* Don't call printf with no format string.kris2000-07-101-1/+1
* Oops- remove the '0' appended to targbh.mjacob2000-07-081-1/+1
* Add in the commented out SCSI device entries ofmjacob2000-07-081-0/+5
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-044-11/+11
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-034-11/+11
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-011-18/+18
* Duh. Fix a fatfingered patch.markm2000-06-251-1/+1
* Fix an uninitialised variable and a function return value.markm2000-06-251-1/+4
* Get the build bits right for the new Architecture Independant null- andmarkm2000-06-252-0/+4
* Strip out the machine-independant parts of the memory device.markm2000-06-252-257/+50
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.fsmp2000-06-242-2/+4
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-232-2/+10
* Add a stub driver to consume the PnP "system resource" items, and hidemsmith2000-06-232-0/+98
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-237-1/+385
* Stop trying to do anything funny with the interrupt resource range. Themsmith2000-06-232-26/+8
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)peter2000-06-221-0/+1
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-3/+1
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* s/iomem/maddr/ - these were generated from an older verion of thepeter2000-06-141-5/+5
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-133-46/+132
* Recognize Coppermine Celeron processors whose CPU ID = 0x68?. Theykato2000-06-131-1/+1
* Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to supportkato2000-06-131-3/+52
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-101-1/+0
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-101-2/+2
* Unused include: #include "ether.h"peter2000-06-101-1/+0
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-101-0/+1
* Always include the full symbol table (as specified by its start andbde2000-06-082-10/+2
* Fix gdt pointer for the current cpu on SMP.iwasaki2000-06-071-1/+1
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-061-13/+0
* Fixed some style bugs in the signal handling funcations. This doesn'tbde2000-06-031-81/+79
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-314-21/+7
* Bump the default NBUS value to 8.msmith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.bde2000-05-314-20/+8
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-316-8/+8
* Change sl(4) configuration lines to reflect its new dynamic nature.green2000-05-301-1/+1
OpenPOWER on IntegriCloud