summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-081-2/+2
* Fix an accounting problem when prefaulting 4M pages.luoqi1999-06-051-2/+2
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-031-5/+1
* Unbreak memory sizing for SMP.jlemon1999-06-011-11/+15
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-7/+7
* Null commit; note that there is a new memory sizing routine that usesjlemon1999-06-011-1/+1
* Unifdef VM86.jlemon1999-06-0119-427/+381
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-313-6/+6
* Simplify cdevsw registration.phk1999-05-312-11/+8
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* Activate/deactivate resources by calling the method, not through thedfr1999-05-302-2/+34
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-294-6/+10
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-286-121/+134
* pmap_object_init_pt:alc1999-05-281-2/+2
* - Make setroot() conditional on FFS etc, to avoid a compiler warningjb1999-05-241-17/+5
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-221-431/+32
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-211-1/+2
* usbdi.h:n_hibma1999-05-201-9/+5
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-184-114/+102
* pmap_qremove:alc1999-05-181-4/+17
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-152-12/+22
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Add the `xe' Xircom PC Card driver.obrien1999-05-141-1/+2
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-131-4/+3
* Unbreak VESA on SMP.luoqi1999-05-128-31/+31
* VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words.luoqi1999-05-121-2/+2
* Fix dumpon. It passes a udev_t from userland to kernel, that needs aphk1999-05-121-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-113-5/+7
* Do not hardcode size of struct vm86frame.luoqi1999-05-111-1/+7
* Add missing suspend/resume methods.dfr1999-05-102-2/+10
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-101-8/+8
* [Forgot to commit this in the batch a few days ago.]bde1999-05-101-1/+3
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-091-15/+3
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-092-4/+4
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-091-2/+2
* s/main/mi_startup/ for the kernel entry point so that egcs doesn't getpeter1999-05-092-4/+4
* Oops. If ROOTDEVNAME isn't defined, have -r call -a.phk1999-05-091-1/+5
* Major lobotomy of config(8). Thephk1999-05-092-5/+127
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+2
* Duh, bdevsw() takes dev_t arg.phk1999-05-091-8/+9
* Move the declaration of the interrupt type from the driver structuredfr1999-05-085-35/+30
* Add some notes about the globalness of certain things like interruptspeter1999-05-082-10/+44
* GC some #if 0 junkpeter1999-05-081-9/+1
* Don't print 'interrupting at irq nn' on the x86 family, it's not allpeter1999-05-082-8/+8
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-081-2/+4
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-082-2/+6
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-084-4/+12
OpenPOWER on IntegriCloud