summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-15implement link state monitoring. you have to poll the firmware to see theDavid Gwynne
2007-08-15hook up the ether and ifmedia layers. you can see nxe in ifconfig outputDavid Gwynne
2007-08-15hook a kernel sensor up to the temp register on the chip. poll out of aDavid Gwynne
2007-08-15start the init of the firmware. it can take a long time, so we start it inDavid Gwynne
2007-08-15When polling call ahaintr() at splbio(). Noticed by and fix tested byKenneth R Westerback
2007-08-15pull my wrapper around single segment dma allocations in. its got to be atDavid Gwynne
2007-08-15white space fixesDavid Gwynne
2007-08-15define the rest of the registers i know about: the interrupt registers,David Gwynne
2007-08-15fetch the user info off the board. the lladdr and firmware version areDavid Gwynne
2007-08-15we're a nic, so we need the arpcom and ifmedia structs in our softcDavid Gwynne
2007-08-15read the board information off the flash. check it, and stash what type ofDavid Gwynne
2007-08-15provide a map of the board type the flash memory will tell us we are to theDavid Gwynne
2007-08-15code to unmap the register windows if something in attach goes horriblyDavid Gwynne
2007-08-15list where different things lie in the flash.David Gwynne
2007-08-15we're going to spend most of our time in crb window 1, so move the chipDavid Gwynne
2007-08-15move the mapping of the registers out of attach and into their own functionDavid Gwynne
2007-08-15code to read stuff out of the flash chip on the netxen.David Gwynne
2007-08-15code to wait on registers in the main and crb spaces.David Gwynne
2007-08-15add DPRINTF and DASSERT debug macros.David Gwynne
2007-08-15there is flash on the netxens that contains things like the firmware, theDavid Gwynne
2007-08-14stash the pci function this port is on in the softc.David Gwynne
2007-08-14start defining the register layout.David Gwynne
2007-08-14read and write routines for the big register windowDavid Gwynne
2007-08-14dont match on nxe boards that dont claim to be network devices.David Gwynne
2007-08-14stash the dma tag.David Gwynne
2007-08-14enter nxe, a driver for the netxen 10Gb cards.David Gwynne
2007-08-14Indention and comment.Marcus Glocker
2007-08-14remove nx from hardware list;Jason McIntyre
2007-08-14syncTheo de Raadt
2007-08-14On mips systems, use arc4random() instead of time(NULL) and rand() as a randomMiod Vallat
2007-08-14Prevent sneaking in unencrypted packets into WEP traffic.Alexander Bluhm
2007-08-14Work-around an interaction between FPU context switching and the VIAHenric Jungheim
2007-08-14Fix Segmentation fault for tcpdump when used in combination withMarcus Glocker
2007-08-14s/ and don't keep state//, removing an outdated comment; ok deraadt@Constantine A. Murenin
2007-08-14make obj dirs in iso; talked with miod about itTheo de Raadt
2007-08-14remove my unfinished version of the nx driver, we have a better solutionReyk Floeter
2007-08-14'shall be' was changed to 'is' in sysctl.3#rev1.164, now let's change it to '...Constantine A. Murenin
2007-08-14Make sure all the packet is in one continuous mbuf.Can Erkin Acar
2007-08-14the ellipsis is not an optional argument; document the "-a" flag in whereis(1)Igor Sobrado
2007-08-14sync printing w/ sysctl(8) and add missing sensor types to conf parser;Constantine A. Murenin
2007-08-14Commentary in the examples section was wrong from the start, because it gaveConstantine A. Murenin
2007-08-14make default_lease_time a #define; ok krw@ henning@Kevin Steves
2007-08-14removal of zts sysctls created a numeric gap. repair. ok miod robertTheo de Raadt
2007-08-14Add missing siop@phantomas and siop@uturn attachments. The latter was testedMark Kettenis
2007-08-14error out, instead of producing a warning and displaying that the YPAlexandre Anriot
2007-08-14I forgot to remove the UNIT macro when the wdt char device was removedMichael Knudsen
2007-08-14Replace bus_space_write/read_2 loops in cmd req/rsp routines withMarcus Glocker
2007-08-13No need to #include <netinet/in.h> twice. Noticed by Diego Casati.Kenneth R Westerback
2007-08-11Set command context save flag already in attach routine. Avoids doubleMarcus Glocker
2007-08-11add caveats section, documenting previously undocumented state dumping mechan...Constantine A. Murenin