aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Added PC98 code.KATO Takenori1999-04-182-2/+24
* As a temporary anti-foot-shooting measure, don't let the user attachPeter Wemm1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-1614-1110/+2139
* Add SYSVSEM so that newer versions of Xaccel don't require a kernelJordan K. Hubbard1999-04-161-1/+2
* Remove the entries for umodem and ucom. These drivers only probeNick Hibma1999-04-161-3/+1
* Made booting with -a work for all configurations. Previously itBruce Evans1999-04-151-24/+6
* Generate intrnames[] dynamically. This should be new-bus friendly.Bruce Evans1999-04-148-277/+202
* Add a commented-out example on using the makeoptions command to get aPeter Wemm1999-04-131-1/+3
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andPeter Wemm1999-04-131-4/+1
* Backout early start of APs since it caused some machines to hang.Tor Egge1999-04-133-12/+3
* Make debugging more selective.Nick Hibma1999-04-111-5/+1
* Move initialization of SWI's in the tty|net|bio masks from isa.c intoPeter Wemm1999-04-111-7/+1
* Add prototype for wait_ap().Tor Egge1999-04-113-3/+12
* Let BSP wait until all APs are initialized.Tor Egge1999-04-104-4/+31
* Test CF after a btrl operation instead of testing ZF (which is undefined).Tor Egge1999-04-101-2/+2
* pmap_remove_pte:Alan Cox1999-04-101-14/+7
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.Peter Wemm1999-04-073-3/+21
* Add defines for the P6 model-specific registers.Mike Smith1999-04-071-1/+58
* mem.cMike Smith1999-04-073-104/+674
* Two changes to pmap_remove_all:Alan Cox1999-04-061-20/+5
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-5/+55
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-032-4/+8
* Put in place the infrastructure for improved UP and SMP TLB management.Alan Cox1999-04-025-42/+101
* Purging lint from the Bruce filter.Poul-Henning Kamp1999-03-302-4/+10
* Delete all references to the "aic" driver. It isn't in the tree, andKenneth D. Merry1999-03-291-2/+1
* Ifdef declaration of a conditionally defined function "timezero".Dmitrij Tejblum1999-03-282-2/+6
* Link the bb structures together as we find them.Poul-Henning Kamp1999-03-212-4/+20
* Eliminate a pointless TLB flush from the SMP idle loop.Alan Cox1999-03-202-14/+2
* Change btrl/btsl to cmpl/movl, since each cpu now has their own copyJonathan Lemon1999-03-182-10/+10
* Look for the right ACPI table signature.Mike Smith1999-03-161-2/+2
* Rewert the atapi CDROM driver's name to wcd.Søren Schmidt1999-03-161-2/+2
* pmap_qenter/pmap_qremove:Alan Cox1999-03-131-89/+62
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixedDavid Greenman1999-03-111-4/+4
* Fix two tests against hex. values for CPUID.Ollivier Robert1999-03-101-3/+3
* Make TIMER_FREQ a normal, undocumented option. Raise confusion toPoul-Henning Kamp1999-03-091-1/+2
* Expose a slightly-lower-level interface to timeouts which allows callersGarrett Wollman1999-03-061-1/+3
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-053-9/+9
* Fix an SMP-only TLB invalidation bug. Specifically, disableAlan Cox1999-03-051-1/+5
* Correct casts in vtophys and avtophys to be vm_offset_t.David Greenman1999-03-021-3/+3
* Update to know about current kernel directory layout.Kirk McKusick1999-02-281-22/+31
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,Bruce Evans1999-02-283-28/+15
* Don't call assign_apic_irq with a value for irq that is out of range.Tor Egge1999-02-263-6/+6
* Don't forget to update `switchticks' in corner cases (except forBruce Evans1999-02-252-4/+8
* Added a per-cpu variable `switchticks' for use in scheduling.Bruce Evans1999-02-222-2/+4
* Rename hid device to uhid (HID: Human Interface Device)Nick Hibma1999-02-211-2/+2
* Removed uhub from list. Mandatory with usb device and this was alreadyNick Hibma1999-02-201-2/+1
* Really make the "Rename nlpt to lpt." purported to have been made inDavid E. O'Brien1999-02-201-2/+2
* Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore).Ollivier Robert1999-02-201-2/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberLuoqi Chen1999-02-193-15/+15
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-195-19/+16