summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a change I forgot when adding ED_NO_MIIBUS. This will likelyiedowse2001-09-301-1/+2
* Re-enable mbtypes statistics in the mbuf allocator. I disabled thesebmilekic2001-09-302-19/+82
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-296-0/+43
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readydes2001-09-291-20/+18
* When calling isp_reset, set the request/response in/out pointers all atmjacob2001-09-291-9/+13
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-294-21/+14
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-299-55/+39
* Cleanup pass for mii drivers.jlemon2001-09-2923-543/+233
* Change the order that we print the media options during device probe tojlemon2001-09-291-30/+24
* Add field for last active status, as well as function prototypes.jlemon2001-09-291-0/+3
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-293-0/+102
* Add ability to attach knotes to network devices.jlemon2001-09-292-2/+82
* Have EVFILT_TIMERS allocate their callouts via malloc() instead of usingjlemon2001-09-292-14/+34
* Nuke unused (and incorrect) #define of INADDR_HMASK.jlemon2001-09-291-1/+0
* Add another pnpid for the AWE64greid2001-09-291-0/+1
* Add various file relating to firmware interfaces and make SKI supportdfr2001-09-292-5/+13
* Support for SKI is now an option.dfr2001-09-291-0/+1
* Make sio0 a console device.dfr2001-09-291-1/+1
* Add a couple of arguments to ia64_init. I'll use them later to improvedfr2001-09-291-1/+1
* Various changes to use the firmware on a real machine.dfr2001-09-292-46/+166
* * Read parameters for ptc.e instruction from PAL Code.dfr2001-09-291-10/+42
* Fake PAL Code for SKI.dfr2001-09-291-0/+58
* Start hooking up devices.dfr2001-09-295-0/+1304
* Add pmap_unmapdev().dfr2001-09-291-0/+1
* Fill out the firmware interfaces somewhat.dfr2001-09-293-583/+46
* Add code to initialise firmware resources (and to fake them if we aredfr2001-09-293-0/+344
* Add shims for calling PAL Code in physical mode.dfr2001-09-292-6/+244
* Add some move definitions.dfr2001-09-291-0/+5
* Call cpu_boot from cpu_reset.dfr2001-09-291-1/+2
* Give up on the backtrace if the calculated pc isn't in region 7.dfr2001-09-291-1/+1
* Use PAGE_SHIFT instead of a hardcoded constant for log2(PAGE_SIZE).dfr2001-09-292-6/+6
* * Preserve ar.rsc in ia64_change_mode.dfr2001-09-292-6/+120
* Change END(locorestart) to END(__start).dfr2001-09-292-4/+2
* release isa dma channels on unload.cg2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintscg2001-09-295-96/+123
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofjlemon2001-09-291-1/+1
* Introduce network device nodes. Network devices will now automaticallyjlemon2001-09-292-63/+158
* Change sysctl_iflist() so it has a single point of return. This willjlemon2001-09-291-3/+4
* Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.jlemon2001-09-291-5/+1
* Add support for 28800 baud to sio.jlemon2001-09-292-0/+2
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-296-63/+113
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-295-11/+6
* Pseudofs take 2:des2001-09-293-54/+170
* Add a couple of API functions I need for my pseudofs WIP. Documentationdes2001-09-292-1/+54
* Set the 'no pseudo header checksum' option for RX checksums, otherwisewpaul2001-09-281-3/+3
* The previous commit introduced some references to "curproc" which should havedes2001-09-281-2/+2
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-2810-207/+175
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.peter2001-09-281-439/+0
* Remove linux_getpgid(). We map the syscall natively now.marcel2001-09-281-21/+0
* o Remove the linux_setpgid() stub.marcel2001-09-284-30/+8
OpenPOWER on IntegriCloud