summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-10-24new pci id for intel wifi link 6000Damien Bergamini
2009-10-24recognise ahci 1.3 devices, maybe they'll Just Work(tm).David Gwynne
2009-10-24add the subvendor ID of ``M-Audio Audiophile 2496'' and add it toAlexandre Ratchov
2009-10-23Fix logic in ip27_hub_intr_makemasks() to correctly {un,}mask interruptMiod Vallat
2009-10-23enable event handling on sas hbas and ignore unhandled events. this turnsDavid Gwynne
2009-10-23Update links to 82802 datasheets.Jonathan Gray
2009-10-23if you're attempting to detach multiple devices (eg, many targets,David Gwynne
2009-10-23describe some more event data.David Gwynne
2009-10-22Completely overhaul interrupt handling on sgi. Cpu state now only stores aMiod Vallat
2009-10-22syncStuart Henderson
2009-10-22Name change; SB900 -> Hudson-2.Stuart Henderson
2009-10-22With the splx() changes, it is no longer necessary to remember which interruptMiod Vallat
2009-10-22Implement bus_space_vaddr() for macepcibr.Miod Vallat
2009-10-22Make macebus_intr_disestablish() signature sane, and update its caller.Miod Vallat
2009-10-22The recent cleanups make blatantly visible that the pending_int handlerMiod Vallat
2009-10-22unifdef -DIMASK_EXTERNAL to the mips code. Support for interrupt masking atMiod Vallat
2009-10-22Replace intrmask_t with uint32_t. This types only describes interrupt masksMiod Vallat
2009-10-22Introduce a logical xbpci(4) device between xbridge and pci, since more thanMiod Vallat
2009-10-22Change the #define controlling use of RM7k/RM9k coprocessor 0 ICR toMiod Vallat
2009-10-22Correctly initialize the second HUB PI interrupt and calias registers onMiod Vallat
2009-10-22Remove a never hit debug panic I commited by accident sometime ago.Miod Vallat
2009-10-22Only play with RM7k coprocessor 0 ICR if IMASK_EXTERNAL is not defined.Miod Vallat
2009-10-22Do not bother invoking hw_setintrmask() in splinit(), spl0() will do it forMiod Vallat
2009-10-22At the end of a context switch and in proc_trampoline(), instead of doing theMiod Vallat
2009-10-22Crank VM_MIN_ADDRESS to prevent userland from being able to mmap zero,Miod Vallat
2009-10-22add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model.Stuart Henderson
2009-10-22regenStuart Henderson
2009-10-22add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model. ok ...Stuart Henderson
2009-10-22devices below the scsibus should all be detached via scsi_detach_lun.David Gwynne
2009-10-22gc unused globalDavid Gwynne
2009-10-21Replace IP32 hw_setintrmask() .S routine with a two line C routine.Miod Vallat
2009-10-21use _lto8b to calculate 64 bit address. Fixes issue ckuethe saw at 2TBMarco Peereboom
2009-10-21In atoi(), only check for a base indication iff the string starts with `0'Miod Vallat
2009-10-20recognize the VIA VT1702 codecKevin Lo
2009-10-20"active" is an unused member of the scsi_link structure. i couldnt find anyDavid Gwynne
2009-10-19antsyJonathan Gray
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-18Match on Intel 3400 SATA.Jonathan Gray
2009-10-17Another MCP77 controller that while matched already by class,Jonathan Gray
2009-10-17use sc->sk_bsize in the unmap call too; ok theoMartynas Venckus
2009-10-17Allow us to accept gratuitous ARP requests in cases where theMarco Pfatschbacher
2009-10-17remove bogus quirk. these devices do not lie about their type, butJacob Meuser
2009-10-17Match on MCP77 SATA.Jonathan Gray
2009-10-17regenJonathan Gray
2009-10-17Correct one of the MCP77 SATA ids that was incorrectly flaggedJonathan Gray
2009-10-17regenJonathan Gray
2009-10-17Add a bunch of devices from submitted dmesgs.Jonathan Gray
2009-10-16cancel the timeout upon disabling profiling / virtual timer; soMartynas Venckus
2009-10-16Added argument for xconvert for length conversionJordan Hargrave
2009-10-16Honour serial console speed on O2 too.Miod Vallat