summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Sync with recent 'ep' driver changes.mdodd1999-10-271-6/+0
* Shrink "struct vm_object" by not spending a full 32 bitsalc1999-10-271-2/+2
* It seems I forgot to remove the bits from isa_compat.h.mdodd1999-10-271-6/+0
* Fix potential panic by illegal increment of wfdnlun.nyan1999-10-272-4/+6
* fix typojulian1999-10-271-2/+2
* The node goes away when last session disconnects or when disconnected fromjulian1999-10-271-0/+9
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.julian1999-10-272-40/+40
* Modify the entries regarding the 'ep' driver to take into accountmdodd1999-10-275-21/+12
* HEADS UP! All 3c5x9 users!mdodd1999-10-277-796/+707
* Make these compile. Next step is to connect newbus plumbing.imp1999-10-275-70/+88
* Only build old pcic device when building card controller rather thanimp1999-10-271-1/+1
* If PAGING is defined then actually turn it on when entering protectedjhb1999-10-272-0/+10
* Move some hardware-related items to the hardware-related header.msmith1999-10-265-168/+185
* Change the queueing model used by the controller to drastically reducemsmith1999-10-263-44/+49
* add support for LinkSys 10/100 cardsjmb1999-10-262-8/+76
* cleanups regarding misused m_pullup() and similar.julian1999-10-267-32/+44
* nuke a debug printout I thought I had already nukedmjacob1999-10-261-2/+0
* Fix a typo which would result a bad REQUEST SENSE command be sent toluoqi1999-10-261-5/+19
* Add text for the VIA 82C686 southbridge used by some Athlon and PII boards.alc1999-10-261-0/+2
* Very preliminary pcic device support. Will make depend, but won'timp1999-10-268-3/+2479
* Minor hack in the netgraph interface to ethernets.julian1999-10-261-11/+60
* Send the negotiated session ID on our packets (DUH!).julian1999-10-261-1/+2
* Send a PADT message to the peer when a session is closed down.julian1999-10-261-1/+35
* This one actually gets session data to the waiting ppp daemonjulian1999-10-261-38/+5
* This one actually negotiated it's way into a session.julian1999-10-261-12/+58
* Make sure we add an interrupt resource if intline!=255.dfr1999-10-262-2/+2
* Add device entries for new pccard effort.imp1999-10-261-0/+6
* Moderately hacked pccard code from newconfig. It is somewhat inimp1999-10-2613-0/+4695
* Add NeoMagic MagicMedia 256AV.kuriyama1999-10-261-0/+2
* Here's the config file that I'm starting with for the port of theimp1999-10-261-0/+226
* Abstract out some functionality into some more Macro's and eliminatejulian1999-10-251-17/+28
* Remove debug printfs and Debugger() calls.imp1999-10-252-85/+49
* Make it compile inthe NETGRAPH case.julian1999-10-253-3/+3
* Bring ng_iface up-to-date with what has happenned to the bpf code.julian1999-10-251-30/+17
* Add an option for the van Jacobson Compression Netgraph node.julian1999-10-251-0/+1
* Small tweak: just reset the transmit block instead of doing a global resetwpaul1999-10-251-2/+2
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-258-12/+26
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-252-0/+6
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-257-0/+38
* Have only one attach routine, rather than two.imp1999-10-251-4/+2
* MIN unused, so kill itimp1999-10-251-1/+0
* Sony CXD1847A FireWire Host Controllerimp1999-10-251-0/+4
* Add pccard attachment. This won't work with memory mapped ed devicesimp1999-10-252-100/+67
* Add newbus attachment for pccard driver. Heavily tested by me, andimp1999-10-254-155/+226
* Add newbus pccard attachment for sio. Some of this code was writtenimp1999-10-252-194/+194
* Massive rewrite of pccard to convert it to newbus.imp1999-10-2518-1126/+338
* Add text for the Athlon's MMX and 3DNow! (DSP) instruction extensionsalc1999-10-242-4/+4
* Fixed to compile a kernel with scbus0 and without da0.nyan1999-10-241-2/+4
* Remove a KASSERT() that has fulfilled its purpose. Note that it didgreen1999-10-241-1/+0
OpenPOWER on IntegriCloud