summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-08-15tell the ioctl handler to call nxe_up/down/iff at the right times. theyDavid Gwynne
2007-08-15code to allocate, free, sync, and iterate over rings. this is based looselyDavid Gwynne
2007-08-15steal pkt handling from tht. this lets us keep track of mbufs when theyreDavid Gwynne
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 my unfinished version of the nx driver, we have a better solutionReyk Floeter
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-11Set command context save flag already in attach routine. Avoids doubleMarcus Glocker
2007-08-11Remove IBSS capability flag for now.Marcus Glocker
2007-08-10make it more clear that the temperature can range between 0 and 285,Jasper Lievisse Adriaanse
2007-08-10Fix some letho16() tweaks which made my macppc crash on anMarcus Glocker
2007-08-10Add missing multicast part to ioctl.Marcus Glocker
2007-08-10syncXavier Santolaria
2007-08-10Add Bluetooth devices. From NetBSD. ok deraadtXavier Santolaria
2007-08-09If an association has failed, set the device back to INIT state.Marcus Glocker
2007-08-09Check all FW commands in the init path. None of them shall timeout,Marcus Glocker
2007-08-09o Add a mechanism to execute single commands even if are are not contextMarcus Glocker
2007-08-09Correctly acknowledge event interrupts. Got the wrong register valueMarcus Glocker
2007-08-09Comment. Sort some register values.Marcus Glocker
2007-08-09Add event handler. Events notify us about things like when aMarcus Glocker
2007-08-09size_t != int: use %lu in format strings and cast variables toRay Lai
2007-08-08revert the change in rev 1.60 of audio.c and the correspondingJacob Meuser
2007-08-07Correct value for power state D1.Jonathan Gray
2007-08-07Improve a evil tsleep() loop by using wakeup() in the interrupt handler.Marcus Glocker