summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+6
* Convert the VIA Rhine driver to miibus.wpaul1999-09-191-1/+1
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-121-1/+1
* Mainly stylistic fixes:green1999-09-121-18/+13
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-121-1/+1
* Some PnP BIOSsen return garbage in the high byte of the number-of-devicesmsmith1999-09-121-0/+1
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-112-3/+18
* Add the AMD driver.gibbs1999-09-111-0/+1
* System clock don't update, because C6's TSC stop count up when runphk1999-09-101-0/+1
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatpeter1999-09-101-0/+2
* Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/peter1999-09-101-17/+17
* Look for the right ACPI signature.msmith1999-09-101-1/+1
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-101-1/+1
* Seperate the miibus pci ethernet drivers from the non-miibus drivers sopeter1999-09-091-6/+7
* Save %gs in sigcontext when delivering a signal and restore them uponluoqi1999-09-074-8/+16
* Add pccard child to nexus. A better version would take care of thisimp1999-09-062-0/+10
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-061-0/+1
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-051-0/+1
* Set up FPU state on the AP.peter1999-09-053-0/+12
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-036-4/+84
* Some reorganization of sysarch() interface:luoqi1999-09-022-31/+27
* Update for new pnp includespeter1999-09-021-4/+3
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-12/+5
* Try and commit the tun comment fix again; I have no idea why therejkh1999-09-011-1/+1
* Eliminate some magic numbers.peter1999-09-011-4/+4
* ppp(1) -> ppp(8)brian1999-09-011-1/+1
* Make the error return from mem_range_attr_get actually do something usefulmsmith1999-08-311-3/+5
* Check that there is memory range support before attempting to perform suchmsmith1999-08-301-2/+14
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-28105-107/+107
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-272-15/+13
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedpeter1999-08-251-6/+6
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-251-3/+3
* Use the far jump for the base of the page arithmatic rather than thepeter1999-08-251-3/+3
* Work around a bad design in some PnP BIOS code whereby the BIOS can reachmsmith1999-08-241-2/+11
* Cosmetic: Correct the Id string.alc1999-08-241-1/+1
* Fixed a misplaced cast to uintptr_t. Cosmetic.bde1999-08-242-14/+8
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-231-4/+3
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONphk1999-08-231-23/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-62/+11
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-232-24/+12
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-231-4/+2
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-221-2/+3
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-221-1/+2
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-221-1/+2
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-221-35/+24
* Take advantage of the apm/npx code and let them identify themselves ratherpeter1999-08-222-46/+68
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-222-4/+12
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-222-2/+36
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-211-1/+5
OpenPOWER on IntegriCloud