summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Loosen up the constructed argument segment generation slightly; rather thanmsmith1999-08-201-10/+3
* There may exist two kinds of IBM BlueLightning CPU. One is that 5/2kato1999-08-201-1/+15
* Undo my previous commit and do it differently. Break the ffs() etc macrospeter1999-08-191-14/+27
* Try using the builtin ffs() for egcs, it (by random inspection)peter1999-08-191-1/+5
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-32/+1
* Use the MI process selection. We use a quick routine to decide whetherpeter1999-08-192-538/+30
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-182-3/+61
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-182-59/+2
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-172-35/+256
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-172-16/+26
* Fix a bug in busdma_mem_free() where we were improperly checkinggibbs1999-08-161-2/+2
* Give if_tun the "almost clone" makeover.phk1999-08-151-2/+2
* Give BPF the "almost-clone" update. If you need more of them, makephk1999-08-151-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-9/+9
* _pmap_allocpte:alc1999-08-111-6/+3
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-102-12/+14
* pmap_remove_pages:alc1999-08-101-1/+4
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-092-6/+18
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-099-21/+17
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-081-2/+2
* Enable bpf by default. There was no significant dissention to my proposaljkh1999-08-071-3/+3
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".phk1999-08-061-2/+2
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-041-2/+2
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-042-10/+8
* pmap_object_init_pt:alc1999-07-311-2/+2
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionalc1999-07-311-3/+3
* Add parentheses for clarity.alc1999-07-311-2/+2
* Formatting-only cleanup accidentally omitted from the patch merge in themsmith1999-07-291-198/+196
* GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.peter1999-07-291-2/+1
* Remove some duplicate definitions, as suggested by Alan Cox.msmith1999-07-291-1/+3
OpenPOWER on IntegriCloud