aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Comment out the static wiring of hints for GENERIC - the release processPeter Wemm2000-08-241-1/+2
* Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a newMike Smith2000-08-231-1/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+1
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-7/+5
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocateMike Smith2000-08-181-1/+1
* Don't let an illegal value for dr7 get set, which can lead to anBrian S. Dean2000-08-171-0/+18
* Prepare for a cleanup of pmap module API pollution introduced by theTor Egge2000-08-162-9/+14
* Include machine/cputypes.h so we get the cpu_class variable. This is neededJohn Baldwin2000-08-131-0/+1
* Clean up some low level bootstrap code:Peter Wemm2000-08-119-131/+34
* Don't skip IOAPIC id conflict detection when only one pci bus is present.Tor Egge2000-08-103-18/+12
* Add workaround for livelock problem when starting APs.Tor Egge2000-08-071-0/+4
* Change the behavior of isa_nmi to log an error message instead ofPaul Saab2000-08-063-45/+93
* Be more verbose when changing APIC ID on an IO APIC.Tor Egge2000-08-064-6/+427
* Handle write page faults (both write only or read-modify-write) as MI vmLuoqi Chen2000-07-311-3/+3
* Allow use of TSC even if APM is compiled in but disabled.Poul-Henning Kamp2000-07-302-2/+12
* Revert previous commit. Not all RAID controllers are SCSI.David E. O'Brien2000-07-291-6/+5
* Move the RAID controllers next to the SCSI controllers.David E. O'Brien2000-07-291-5/+6
* Comment out `ncr' as `sym' handles all that `ncr' does.David E. O'Brien2000-07-291-2/+2
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hPeter Wemm2000-07-281-3/+1
* s%LINT%NOTES%gBill Fumerola2000-07-251-4/+4
* Default the pcic to polling. Some laptops need to have polling modeWarner Losh2000-07-191-1/+1
* Change the way NMI's are handled. Before, if DDB was enabled andPaul Saab2000-07-141-12/+14
* Finally merge newmidi.Seigo Tanimura2000-07-111-1/+2
* Removing commented out devices I added.Matt Jacob2000-07-101-5/+0
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Oops- remove the '0' appended to targbh.Matt Jacob2000-07-081-1/+1
* Add in the commented out SCSI device entries ofMatt Jacob2000-07-081-0/+5
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-044-11/+11
* Update tags directive to reflect the new location of soft updatesKirk McKusick2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-034-11/+11
* Fix my own style bugs (use of spaces instead of tabs for indentation).Brian S. Dean2000-07-011-18/+18
* Duh. Fix a fatfingered patch.Mark Murray2000-06-251-1/+1
* Fix an uninitialised variable and a function return value.Mark Murray2000-06-251-1/+4
* Get the build bits right for the new Architecture Independant null- andMark Murray2000-06-252-0/+4
* Strip out the machine-independant parts of the memory device.Mark Murray2000-06-252-257/+50
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.Steve Passe2000-06-242-2/+4
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXMike Smith2000-06-232-2/+10
* Add a stub driver to consume the PnP "system resource" items, and hideMike Smith2000-06-232-0/+98
* Add PnP probe methods to some common AT hardware drivers. In each case,Mike Smith2000-06-237-1/+385
* Stop trying to do anything funny with the interrupt resource range. TheMike Smith2000-06-232-26/+8
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)Peter Wemm2000-06-221-0/+1
* Add disk_enumerate() for finding names of disks. Vinum and libh willPoul-Henning Kamp2000-06-151-3/+1
* Fixed syntax errors and style bugs in previous commit. The syntaxBruce Evans2000-06-143-6/+6
* s/iomem/maddr/ - these were generated from an older verion of thePeter Wemm2000-06-141-5/+5
* Borrow phk's axe and apply the next stage of config(8)'s evolution.Peter Wemm2000-06-133-46/+132
* Recognize Coppermine Celeron processors whose CPU ID = 0x68?. TheyKATO Takenori2000-06-131-1/+1
* Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to supportKATO Takenori2000-06-131-3/+52
* Don't include opt_smp.h - we don't use anything defined in it.Mike Smith2000-06-101-1/+0
* Correct the tests for ISA PIC/APIC so that they actually work.Mike Smith2000-06-101-2/+2
* Unused include: #include "ether.h"Peter Wemm2000-06-101-1/+0