summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-281-0/+1
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-264-1/+21
* Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.bde1999-12-263-8/+4
* Fixed breakage of read-only opening of /dev/*mem at securelevel > 0 inbde1999-12-261-3/+4
* Fixed races accessing the RTC. The races apparently causedbde1999-12-252-8/+32
* Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11wpaul1999-12-231-1/+1
* Turn on the `sym' driver by default. It lives well beside the `ncr' driverobrien1999-12-221-1/+1
* Use the correct return value for MCA NMIs.eivind1999-12-212-2/+2
* Change incorrect NULLs to 0seivind1999-12-211-3/+3
* Remove references to register_intr() etc in comments.peter1999-12-202-2/+2
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-203-138/+0
* Borrow phk's axe and chop off the old soundcard-CDROM devices. We getbillf1999-12-191-6/+0
* Comment and order to reduce diffs. No functional change.markm1999-12-191-1/+7
* spell isa right on sn0 lineimp1999-12-181-1/+1
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-181-0/+1
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-111-1/+1
* Remove the if_ze and if_zp drivers.phk1999-12-101-6/+0
* Finally use the new ata driver.sos1999-12-081-24/+9
* Fold the pnp code into the base isa system to pave the way for PNPBIOS.peter1999-12-061-1/+0
* Need header <machine/smp.h> for prototype declaration of smp_rendezvous()luoqi1999-12-061-0/+3
* User ldt sharing.luoqi1999-12-066-128/+220
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-052-0/+4
* Reinstate the aic driver.luoqi1999-12-051-0/+1
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-041-5/+1
* The address 0x472 is used for the SCSI HDD geometry information onkato1999-12-042-4/+2
* oszsigcode -> szosigcodemarcel1999-12-044-6/+6
* Fix type of sf_addr.marcel1999-12-042-4/+4
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-035-11/+13
* Remove the 'gzip' image activator. We're not using a.out anymore, so savemsmith1999-12-031-1/+0
* Remove code to select APM version with flags to the apm0 device. Thisjlemon1999-12-021-1/+1
* Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arraysmsmith1999-12-021-0/+4
* Make BOOTP work again.dillon1999-11-291-1/+9
* Sort PCI SCSI controlers.obrien1999-11-281-4/+4
* /sys adjustments to add the `sym' controler driver.obrien1999-11-281-0/+1
* Add a commented out 'ATA' driver config block to help assist -CURRENTobrien1999-11-271-0/+12
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-273-24/+3
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-1/+2
* Fix out-of-date commentjulian1999-11-262-2/+8
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-1/+1
* Fix a confusion between osigcontext and ucontext_t in the previous commit.green1999-11-231-6/+16
* move INET6 option from GENERIC to LINT.shin1999-11-221-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1
* Moved useracc() to top of sigreturn as to avoid panicpho1999-11-211-4/+4
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* Use LIST_FOREACH to traverse the allproc list.phk1999-11-191-2/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-192-3/+3
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-182-0/+28
* Segment registers can be read(write) to(from) memory locations as well asluoqi1999-11-151-4/+4
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsmarcel1999-11-121-11/+18
OpenPOWER on IntegriCloud