summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-3/+1
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* s/iomem/maddr/ - these were generated from an older verion of thepeter2000-06-141-5/+5
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-133-46/+132
* Recognize Coppermine Celeron processors whose CPU ID = 0x68?. Theykato2000-06-131-1/+1
* Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to supportkato2000-06-131-3/+52
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-101-1/+0
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-101-2/+2
* Unused include: #include "ether.h"peter2000-06-101-1/+0
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-101-0/+1
* Always include the full symbol table (as specified by its start andbde2000-06-082-10/+2
* Fix gdt pointer for the current cpu on SMP.iwasaki2000-06-071-1/+1
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-061-13/+0
* Fixed some style bugs in the signal handling funcations. This doesn'tbde2000-06-031-81/+79
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-314-21/+7
* Bump the default NBUS value to 8.msmith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.bde2000-05-314-20/+8
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-316-8/+8
* Change sl(4) configuration lines to reflect its new dynamic nature.green2000-05-301-1/+1
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-3/+8
* Add SWI_TQ_MASK to imask definition.dfr2000-05-294-4/+4
* Brucify the pmap_enter_temporary() changes.dfr2000-05-291-6/+6
* Add a new pmap entry point, pmap_enter_temporary() to be used duringdfr2000-05-281-0/+11
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-281-5/+0
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Back out the previous change to the queue(3) interface.jake2000-05-262-9/+9
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-251-13/+7
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-241-0/+1
* Add OPTi 82C700 chipset.kuriyama2000-05-242-0/+6
* Add 440MX chipset.kuriyama2000-05-242-0/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-9/+9
* Sort the sys includes.obrien2000-05-221-3/+3
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-221-1/+0
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-213-235/+167
* Correct previous commit: solve the "stopped clock" syndrome in remotegrog2000-05-181-2/+2
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-183-12/+45
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSmsmith2000-05-171-0/+17
* Change to comments only: spell FreeBSD.org correctlyhoek2000-05-131-2/+2
* Turn on USB support for most USB devices. udbp is not turned on sincejhb2000-05-121-15/+16
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.peter2000-05-112-2/+2
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-1010-107/+107
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Do not specify the size to move. Allow the assembler to figure it out.obrien2000-05-101-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-042-0/+88
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-042-2/+10
* I mentioned yesterday that I could use some work, and Kelly says, "Commit mydwhite2000-05-031-19/+23
* Move sn and cs drivers from the compat section to the real section.imp2000-05-031-4/+4
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-011-0/+1
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-21/+0
OpenPOWER on IntegriCloud