summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-121-4/+7
* Turn on warnings for the wd* driver with a loud pointer to ata*. Thispeter1999-12-121-6/+11
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-112-3/+1
* Remove unused includes.marcel1999-12-101-2/+0
* Remove reference to ze and zp drivers.phk1999-12-101-2/+0
* Remove the if_ze and if_zp drivers.phk1999-12-1011-3418/+0
* Remove the B_BAD buffer flag, it is no longer used.phk1999-12-101-10/+1
* Move source files common to all platforms from <arch>/conf/files.<arch>archie1999-12-091-15/+0
* Move libkern/arc4random.c into conf/files. I was planning on doing andan1999-12-091-1/+0
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-082-0/+2
* Add support for compiling SVR4 as a static modulenewton1999-12-082-0/+35
* Remove unnecessary includesnewton1999-12-081-12/+0
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-085-421/+10
* Finally use the new ata driver.sos1999-12-082-37/+19
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-083-5/+5
* Fix invocation of bus_teardown_intr(). The last arg is supposed to bewpaul1999-12-081-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-072-0/+18
OpenPOWER on IntegriCloud