summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the maximum I/O transfer size to DFLTPHYS. This should fixjlemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTmdodd2000-04-131-1/+2
* A complete reformatting of manual page.ru2000-04-131-724/+686
* Added wdreg.h and fixed path.nyan2000-04-131-1/+1
* checkpoint latest pccard/pcic hacking:imp2000-04-137-165/+143
* Enable building Vinum on alpha.grog2000-04-131-2/+2
* Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist.archie2000-04-121-0/+4
* Revert to previous state, plus a few cleanups pointed out by bde.archie2000-04-121-24/+4
* Make partially specified permanent links without `dst_addr'ru2000-04-121-11/+15
* Fix uninitialized variable.archie2000-04-121-1/+1
* Include pc98.h instead of isareg.h.kato2000-04-121-0/+4
* - Fixed counter number (timer2 -> timer1).kato2000-04-121-4/+5
* The nss driver is compatible mode.nyan2000-04-121-0/+5
* - Release allocated resources on error.nyan2000-04-122-145/+164
* Merged from sys/i386/isa/isa_compat.c revisions 1.19 and 1.20.kato2000-04-121-5/+5
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)nyan2000-04-122-4/+8
* Merged from sys/conf/Makefile.i386 rev 1.182.kato2000-04-121-2/+2
* Merged from sys/boot/i386/loader/main.c rev 1.19.kato2000-04-121-0/+11
* Driver is now using miibus, and newbus.semenu2000-04-125-2067/+1286
* Premier version of Makefile to build tx driver as KLDsemenu2000-04-111-0/+9
* As tx driver was patched for newbus, we can now build it as module!semenu2000-04-111-1/+1
* Added code to handle QS6612 PHY as standard NS PHYsemenu2000-04-111-5/+8
* Turn off build of ng_mppc KLD until I can figure out how to have thearchie2000-04-111-1/+1
* Add a missing dependency: boot2 depends on the BTX kernel.jhb2000-04-112-2/+2
* PR: kern/17872wes2000-04-111-10/+3
* Add features required for basic userland management utility:msmith2000-04-115-135/+235
* Turn off MPPE encryption if NOCRYPT is defined. If neither compressionarchie2000-04-101-7/+22
* The ASUSCOM_IPAC isn't broken according to submitter.asmodai2000-04-103-3/+3
* Add new options NETGRAPH_MPPC_COMPRESSION and NETGRAPH_MPPC_ENCRYPTION.archie2000-04-095-1/+21
* Most of this commit are minor changes whilst trying to make the driverdmlb2000-04-091-217/+375
* Add ng_mppc(8) netgraph node as a KLD module.archie2000-04-094-2/+424
* A netgraph node that implements Microsoft Point-to-Point compressionarchie2000-04-092-0/+880
* A simplified RC4 implementation for kernel use.archie2000-04-092-0/+158
* Fix bogus const-ness in declaration of sha1_loop().archie2000-04-092-5/+3
* Add support for ATA66 on newer revisions of the VIA 82C596sos2000-04-093-27/+40
* Nuke duplicate struct declaration from somebody's paste-ojkh2000-04-081-11/+0
* Re-enable probe for isa and correct the plug and play issue thatimp2000-04-081-2/+2
* Don't complain about not getting resources for the compatibility shimimp2000-04-081-4/+4
* Add support for compiling kernel modules outside of the tree. If youimp2000-04-081-30/+19
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-083-645/+24
* Update the urio driver. It now works on NetBSD and OpenBSD as well.n_hibma2000-04-082-97/+243
* Use makeobjops.pl instead of makedevops.pl.dfr2000-04-081-2/+2
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-0826-244/+911
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-088-298/+257
* Don't use ``grep | sed'' in the example for INCLUDE_CONFIG_FILEbrian2000-04-083-3/+3
* Newbusify amd driver.nyan2000-04-074-182/+196
* Newbusify adv driver.nyan2000-04-0714-180/+169
* Use correct offset into register window.mdodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.mdodd2000-04-076-457/+431
* If we can't allocate an IRQ resource, fail in the attach routine.jlemon2000-04-071-0/+4
OpenPOWER on IntegriCloud