summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-08-17Jump scroll support for vt100 and sun wscons emulations, helps macppc andMiod Vallat
2006-08-17EHCI_NULL is already endian swapped. Don't swap it back.Christopher Pascoe
2006-08-16remove unecessary debugging stuffJason Wright
2006-08-16Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 GigabitMark Kettenis
2006-08-16Not a bug, but change the ID strings for devices with hardware revBrad Smith
2006-08-16don't quirk the earthmatesJason Wright
2006-08-16Belkin RT2601USB.Jonathan Gray
2006-08-16regenJonathan Gray
2006-08-16Belkin RT2601USB.Jonathan Gray
2006-08-16remove the sparc64 workarounds for the jumbo frame receive ring sizes nowBrad Smith
2006-08-15Remove DPRINTF from watchdog routine. To noisy even for debug mode.Marcus Glocker
2006-08-15syncTheo de Raadt
2006-08-15- Belkin F5D705C is a zyd(4)Niall O'Higgins
2006-08-15Remove obsolete macros.Marcus Glocker
2006-08-15a start at the port of ucycom from netbsd (I have an delorme earthmate andJason Wright
2006-08-15spacingTheo de Raadt
2006-08-15Some KNF and comment cleanup.Marcus Glocker
2006-08-15Improve watchdog handler.Marcus Glocker
2006-08-15when there's normal sense data i think the command completed ok, there'sDavid Gwynne
2006-08-15try to deal appropriate with errors from the io command replyDavid Gwynne
2006-08-14Fix bogus scanning mode.Marcus Glocker
2006-08-14split lineTheo de Raadt
2006-08-14And some more KNF.Marco Peereboom
2006-08-14KNFMarco Peereboom
2006-08-14More KNF; no functional change.Marco Peereboom
2006-08-14Really do what I intended on SMALL_KERNEL configurations.Miod Vallat
2006-08-14First in a series of KNF. No functional change.Marco Peereboom
2006-08-14replace a incorrect number with a proper define. this is a no-op changeBrad Smith
2006-08-14disable debugging.Brad Smith
2006-08-14Change bus_dmamap_create to use the appropriate values. This fixes theMarco Peereboom
2006-08-14Add an attribute to the keyboard devices which can produce the keys theMiod Vallat
2006-08-14start and stop bgrb during attach and detach respectively. as a bonusDavid Gwynne
2006-08-14firmware commands (as opposed to io commands) are sent to the firmware viaDavid Gwynne
2006-08-14Add a bunch more devices.Jonathan Gray
2006-08-14regenJonathan Gray
2006-08-14Add a bunch more rum(4) devices.Jonathan Gray
2006-08-14Fix 640x480 mode operation (needs a font change, and stride is larger thanMiod Vallat
2006-08-14Disable default debug setting now rum works.Jonathan Gray
2006-08-14regenJonathan Gray
2006-08-14ARK3116.Jonathan Gray
2006-08-14Driver for Arkmicro Technologies ARK3116 USB UART based devices.Jonathan Gray
2006-08-14Turn off debug messages by default.Jonathan Gray
2006-08-14Use if_hardmtu and simplify the MTU ioctl handler. no-op change.Brad Smith
2006-08-14Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it toKenneth R Westerback
2006-08-14Pull in abort path code from FreeBSD. Without this, the hardware data toggleChristopher Pascoe
2006-08-14Handle interrupted tsleep when waiting for synchronous transfer completion.Christopher Pascoe
2006-08-14Fix mismerge in PWR_RESUME path.Christopher Pascoe
2006-08-13Get rid of _HI & _LO macros altogether since they used a wrong idiom.Marco Peereboom
2006-08-13fix a panic when trying to fdisk vnd devices (not svnd) wichThordur I. Bjornsson
2006-08-13RAW_PART p_size on floppies and mcd's should be in sectors.Kenneth R Westerback