summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-26Fix hardware cursor mapping.Owain Ainsworth
2007-11-25KNF and remove a bad free right before kthread_exitMarco Peereboom
2007-11-25missing line from previous commit; return 1 for interrupts we do handleTheo de Raadt
2007-11-25sycTheo de Raadt
2007-11-25add CNU550pro; from iss @ e-sky.ruTheo de Raadt
2007-11-25Set half duplex flag when appropriate and some minor cleaning.Brad Smith
2007-11-25Kill spdmem_hexdump() before anyone starts using it.Miod Vallat
2007-11-25IF_Gbps(2.5) is wrong.David Gwynne
2007-11-25Ask the emulation code to hide the cursor when leaving emulation mode. ThisMiod Vallat
2007-11-25Interrupt handlers which do nothing should return 0 (or -1 if they are notTheo de Raadt
2007-11-25If some rather important registers read as 0xffffffff then the deviceTheo de Raadt
2007-11-25typo; ok jmc@, deanna@Martynas Venckus
2007-11-25Do a TX interrupt for each packet instead of every 126th one. This willClaudio Jeker
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other oneKenneth R Westerback
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-11-25Sync.Kenneth R Westerback
2007-11-25Add NVIDIA GeForce 8600 GT found on ASUS P5K-E.Kenneth R Westerback
2007-11-25Sync.Kenneth R Westerback
2007-11-25Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested byKenneth R Westerback
2007-11-25spelling fixes from Martynas Venckus; ok miodJason McIntyre
2007-11-25When plugging a device, assign BARs and set interrupt lines.Mark Kettenis
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25Strip the CRC in rxeof()Jonathan Gray
2007-11-25remove an ugly nested blockTheo de Raadt
2007-11-25Correctly setup the tx descriptor by using the right mapping infos.Claudio Jeker
2007-11-25Map the interrupt pins used for swizzling *after* mapping the PCI ExpressMark Kettenis
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan Gray
2007-11-25First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
2007-11-25Make msk(4) detachable.Mark Kettenis
2007-11-24First step towards PCI Express/ExpressCard hotplug. Unplug should work onMark Kettenis
2007-11-24The Sigmatel codec id 7662 looks identical to STAC7661 and works fine withDeanna Phillips
2007-11-24typoMiod Vallat
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-24Allow for any baud rate within a range rather thanJonathan Gray
2007-11-23Don't do anything in the shutdownhook if the registers aren't mapped.Mark Kettenis
2007-11-23ukbd_rawrepeat only there if WSDISPLAY_COMPAT_RAWKBDTheo de Raadt
2007-11-23Check for invalid dev indices, which could get here through ioctl.Deanna Phillips
2007-11-23If the card has gone away, return imediately from the interrupt handler.Mark Kettenis
2007-11-23starting bits to implement hotplug of sili controllers. this adds the codeDavid Gwynne
2007-11-23feng shuiDavid Gwynne
2007-11-23Don't use uninitialized variables in umbg_detach.Marc Balmer
2007-11-23Make sure that variables used during detach are initialized during attach.Marc Balmer
2007-11-23use copyin and copyout to get the actual ata data in and out of the kernelDavid Gwynne
2007-11-23Sanitize the use of timeouts:Marc Balmer
2007-11-23implement translation of the scsi vpd page for fetching a disks serialDavid Gwynne
2007-11-23kprintf -> printf, unbreaks USB_DEBUGMarc Winiger
2007-11-23t10 has a whole spec on doing SCSI to ATA translation called SAT. i wishDavid Gwynne
2007-11-23Degrade sensor status in an interrupt context.Marc Balmer