summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-04-16Fix debug info when docking/undocking so it tells users what they needMichael Knudsen
2007-04-16do some byteswapping to make the mac address look more believable. i dontDavid Gwynne
2007-04-16regenClaudio Jeker
2007-04-16Add Tenda TWL541U and XBOX 360 wireless adapter ids.Claudio Jeker
2007-04-16Crank MAXPHYS to the regular 64KB.Miod Vallat
2007-04-16During the drives detection only check the status register to be notAlexander Yurchenko
2007-04-16move nxb_map_pci code into nxb_attachReyk Floeter
2007-04-16not yetReyk Floeter
2007-04-16establish the interrupt per port and not per board (inspired by theReyk Floeter
2007-04-16move the nxb_tick function to a per-port nx_tick functionReyk Floeter
2007-04-16Start a driver for the NetXen Inc. multi port 10Gb and GigabitReyk Floeter
2007-04-16read the mac address off the port. i hope its the right way round.David Gwynne
2007-04-16add wrappers around bus space ops for each portDavid Gwynne
2007-04-16add a point from tht_softc back to thtc_softc so we can use thtc's busDavid Gwynne
2007-04-16sigh, move tht autoconf stuff after thtc autoconf stuff. it will workDavid Gwynne
2007-04-16create a register window for each port.David Gwynne
2007-04-16move handling interrupts from thtc into separate handlers for each port.David Gwynne
2007-04-16move the tht autoconf glue before the thtc autoconf glueDavid Gwynne
2007-04-16syncReyk Floeter
2007-04-16adjust product namesReyk Floeter
2007-04-16syncReyk Floeter
2007-04-16Add NetXEN 10Gb Ethernet device IDs (some names are missing, but IReyk Floeter
2007-04-16add the glue to attach tht at thtcDavid Gwynne
2007-04-16different chips have a different number of ports, so map pci ids to theDavid Gwynne
2007-04-16macppcs can boot off usb disks, so treat "/usb" controllers in the ofw treeDavid Gwynne
2007-04-16start at defining the regs. this is the 10g stuff.David Gwynne
2007-04-16Add a note that work on this driver is possible because TehutiReyk Floeter
2007-04-16map the host registers and establish the interruptDavid Gwynne
2007-04-16this is a start at a driver for the tehuti networks 10Gb ethernet cards.David Gwynne
2007-04-16regenDavid Gwynne
2007-04-16add the tehuti vendor id, and all the product ids i can findDavid Gwynne
2007-04-16Another unbranded udav(4) device.Jonathan Gray
2007-04-16regenJonathan Gray
2007-04-16Another unbranded udav(4) device.Jonathan Gray
2007-04-15Make code that fetches the MAC address from PCI ROM actually work.Mark Kettenis
2007-04-15Give this code a chance to work on platforms where the page size isn't 8k.Mark Kettenis
2007-04-15Add defines for Rx page size register.Mark Kettenis
2007-04-15One more voff_t in the right place.Artur Grabowski
2007-04-15Use the right types for calculating the object offset.Artur Grabowski
2007-04-15Clean up prototypes, change vm_map_t to struct vm_map *.Artur Grabowski
2007-04-15minor indentation.Artur Grabowski
2007-04-15Save block pointers contents before releasing interrupts so that panicPedro Martelletto
2007-04-14replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not blockReyk Floeter
2007-04-14Fix typo in comment. ok grunkAlexander Bluhm
2007-04-14remove staticTed Unangst
2007-04-14shave some blocks off each chunk to make sure disklabel doesn't get eatenTed Unangst
2007-04-14For devices unwilling or unable to report geometry, change the 'fake'Kenneth R Westerback
2007-04-14Add degraded raid 1 io path codeMarco Peereboom
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
2007-04-14Correctly handle pv_flags for pages used to store ptes, so that theyMiod Vallat