summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-286-0/+12
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-271-6/+6
* Zap kvm_kernel.db stuff now that libkvm gets it directly from the runningpeter1999-12-271-7/+0
* Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$.tanimura1999-12-276-1/+85
* Fixed stripping of aout debugging kernels.bde1999-12-261-4/+4
* 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
* Update config rules for making {linux|svr4}_assym.hmarcel1999-12-231-10/+10
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-20/+6
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.marcel1999-12-231-18/+5
* Removed vestiges of BAD144 support.bde1999-12-231-1/+2
* Removed vestiges of BAD144 support.bde1999-12-232-4/+1
* Fix minor typo in comments about WaveLAN/IEEE driver: 802.1 -> 802.11wpaul1999-12-233-3/+3
* IPSEC support in the kernel.shin1999-12-222-0/+8
* sn driver is no longer using isa_compat layerimp1999-12-221-5/+0
* 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
* Correct the spelling and description of sbc.tanimura1999-12-212-2/+2
* Only compile gusc for isa (the #if NISA inside gusc effectively coverspeter1999-12-211-1/+1
* Change incorrect NULLs to 0seivind1999-12-211-3/+3
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* GC unreferenced code (to avoid warnings)eivind1999-12-206-484/+7
* Eliminate unused variableeivind1999-12-201-2/+0
* 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
* Complement the sum as required in in_cksum_finalize().sheldonh1999-12-201-1/+1
* Merge changes from GENERIC into PCCARD (cdrom)imp1999-12-192-13/+3
* 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-192-2/+10
* Allow LINT to build again.green1999-12-192-16/+20
* spell isa right on sn0 lineimp1999-12-183-3/+3
* Merge GENERIC into PCCARDimp1999-12-182-49/+61
* Remove vestiages of now obsolete zp and ze drivers.imp1999-12-182-8/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-184-0/+8
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-171-4/+4
* newpcm no longer requires 'controller pnp'. (And some other drivers?)tanimura1999-12-172-6/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-157-3/+37
* Typo fix.tegge1999-12-151-1/+1
* update to isdn4bsd beta release 0.90: make LINT compile again, at leasthm1999-12-152-2/+2
* update to isdn4bsd beta release 0.90: add ELSA PCC-16 isic support filehm1999-12-151-0/+1
* update to isdn4bsd beta release 0.90: since the isic drivers are nowhm1999-12-151-5/+0
* - Add the device resume method. It supercedes the existing resumeyokota1999-12-153-3/+3
* Add the description and example of sbc for non-PnP cards.tanimura1999-12-152-6/+10
* apic_irq() returns -1 when there is no match for (IOAPIC, intpin) pair.tegge1999-12-151-6/+11
* update to isdn4bsd beta release 0.90hm1999-12-146-14/+60
* update to isdn4bsd beta release 0.90hm1999-12-144-78/+91
* Fix the command to launch DMA for 16bit samples.tanimura1999-12-141-2/+8
* - Pull in kbd.c when sc or vt is included in the kernel, even ifyokota1999-12-131-0/+2
OpenPOWER on IntegriCloud