summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-3/+8
* Add SWI_TQ_MASK to imask definition.dfr2000-05-294-4/+4
* Brucify the pmap_enter_temporary() changes.dfr2000-05-291-6/+6
* Add a new pmap entry point, pmap_enter_temporary() to be used duringdfr2000-05-281-0/+11
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-5/+0
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Back out the previous change to the queue(3) interface.jake2000-05-262-9/+9
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-251-13/+7
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-241-0/+1
* Add OPTi 82C700 chipset.kuriyama2000-05-242-0/+6
* Add 440MX chipset.kuriyama2000-05-242-0/+6
OpenPOWER on IntegriCloud