summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Close all open file descriptors before restarting sysinstall.murray2001-09-304-2/+16
* 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
* 1) Use OPIE response only when OPIE keys really usedache2001-09-291-2/+5
* 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 `dict' per http://www.iana.org/assignments/port-numbers and RFC 2229.obrien2001-09-291-0/+2
* Add field for last active status, as well as function prototypes.jlemon2001-09-291-0/+3
* Forced commit: common service routines mii_phy_update() and mii_phy_tick()jlemon2001-09-290-0/+0
* 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
* Fix cross-building, etc:ru2001-09-2910-101/+68
* Add another pnpid for the AWE64greid2001-09-291-0/+1
* Backout revision 1.9 that added `myname.my.domain' as another alias forru2001-09-291-2/+2
* 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
* Avoid a few compiler warnings (printf codes, missing includes etc).iedowse2001-09-293-4/+8
* 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
* Missing `break' statements caused two error messages to becomeiedowse2001-09-291-1/+3
* 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
* now that jlemon has added a hash table to lookup locally configured ipbillf2001-09-291-3/+2
* 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-294-1/+4
* 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
* Correct snd_maestro3_load command line for loader.conf.bmah2001-09-292-2/+2
OpenPOWER on IntegriCloud