summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2007-04-14Clean up.Artur Grabowski
2007-04-14hide struct process from userland, allow kvm_proc to see it.Marc Espie
2007-04-13move the debugging messages into #ifdef IPMI_DEBUG, we do not need toReyk Floeter
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-13If a removable device refuses to process PREVENT_ALLOW to lock theKenneth R Westerback
2007-04-13Timecounters for macppc. As clean and simple as sparc64. Uses the %tbMark Kettenis
2007-04-13scsi_generic is now 16 bytes. Adjust padding so struct is stillKenneth R Westerback
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13Relax the cache flags logic in pmap_kenter_pa, to make sure that mappingsMiod Vallat
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13Remove cluster reading from cd9660_read(); wich doesnt work.Thordur I. Bjornsson
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
2007-04-13Move the declaration of VN_KNOTE() into vnode.h instead of havingThordur I. Bjornsson
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2007-04-13When freeing PTP pages, we need to wait until TLB shootdown has beenArtur Grabowski
2007-04-13regenJasper Lievisse Adriaanse
2007-04-13add Ageia and a GeForce cardJasper Lievisse Adriaanse
2007-04-13Move the proc0 stack below the proc0 page tables so that in case weArtur Grabowski