summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Correct the definition for the (unused) cpu_setstack().dg1995-05-041-2/+2
* Added a memcpy() routine.dg1995-05-022-2/+48
* A missing 'and', probably my fault.phk1995-05-021-2/+2
* Fixed a problem that can cause left-over pv_entries and asdyson1995-05-011-27/+9
* Add outb to keyboard controller to do a cpu_reset, this fixes 2 knownrgrimes1995-04-261-1/+14
* Add support for MFS root filesystem.phk1995-04-251-1/+13
* Added "bio" to matcd.phk1995-04-241-2/+2
* hmm spotted a difference resulting from a merge I didn't examine close enoughjulian1995-04-231-2/+3
* include hooks for EISA configuration (possibly wrong :)julian1995-04-232-13/+20
* Forgot this commit the other day. The receiving end of the "boot -C" option.phk1995-04-231-7/+6
* Tiny printf formatting change: if we have no cpu_vendor or cpu_id info,wpaul1995-04-221-2/+4
* Add wd2 and wd3 as swap-devices too.phk1995-04-201-2/+2
* Reapply my fix for this:rgrimes1995-04-181-2/+2
* Print the BIOS geometries in a human-readable format.phk1995-04-171-4/+11
* Remove gratuitous waste of 2K of memory for BIOS variables. We never loaddg1995-04-162-14/+2
* Don't waste time sending an EOI to ICU1 if option AUTO_EOI_1 is defined.bde1995-04-152-14/+18
* Add scsi target. Add "after config" call to autoconf so that scsidufault1995-04-141-1/+26
* Hopefully I won't get flamed for this: insert a few more #if defined(I486_CPU)wpaul1995-04-141-4/+14
* This a subtle reminder to people that not everybody compiles theirwpaul1995-04-131-1/+3
* Add a class field to devconf and mst drivers.wollman1995-04-124-103/+153
* I got that wrong,phk1995-04-101-2/+2
* lnc0 is @ 0x300phk1995-04-101-2/+3
* Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.phk1995-04-101-2/+42
* Cosmetic changes.dg1995-04-091-3/+2
* Move default address of lnc0 to 0x300. Luigi Rizzo said that his cardphk1995-04-081-2/+2
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-081-2/+12
* Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"phk1995-04-081-2/+4
* Print "on isa" for devices with port==0 per Bruce suggestionache1995-04-061-2/+2
* Output the CPU features line during the probe on a seperate line, forrgrimes1995-04-061-3/+3
* Print "on motherboard" for isa? devices with id_iobase == 0ache1995-04-041-11/+9
* Made pmap_testbit a static function.dg1995-03-301-2/+2
* Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>rgrimes1995-03-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-4/+5
* Removed declaration of pmap_changebit()...it is no longer exported.dg1995-03-261-2/+1
* Changed pmap_changebit() into a static function as it always shoulddg1995-03-261-2/+2
* Do a printf("\n") after all conditional printfs have been done so thatswallace1995-03-251-4/+5
* Correct pcibus_setup() to return as soon as one test succeeds.se1995-03-222-2/+6
* Delete PCI PCI bridge simulator code ...se1995-03-222-180/+2
* Remove spurious declaration of printf().se1995-03-222-6/+2
* New ISA specific PCI code.se1995-03-212-294/+418
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Removed redundant newlines that were in some panic strings.dg1995-03-191-4/+4
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-181-1/+2
* Call dev_shutdownall() just after unmounting filesystems.dg1995-03-171-1/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1613-56/+140
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-1/+28
* Adding tunnel pseudo-device for Network Installation with User process PPP.amurai1995-03-121-1/+2
* Moved bb stuff to support.s per Bruces suggestion.phk1995-03-114-28/+28
* Add a dummy ___bb_init_func for BB profiling of the kernel.phk1995-03-102-2/+26
OpenPOWER on IntegriCloud