summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-14Enable uslcom(4) and uark(4) on all the USB capable archs.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-14enable arc since it works hereDavid Gwynne
2006-08-13Remove remains of cut'n'paste from ffs code.Miod Vallat
2006-08-13Make sure we generate sfb.h and cfb.h, even though support is not there yet.Miod Vallat
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-13Let the domain keyboard work on models 362 and 382 as well.Miod Vallat
2006-08-13Oops, let HIL keyboards work again in the boot blocks.Miod Vallat
2006-08-13RAW_PART p_size on floppies and mcd's should be in sectors.Kenneth R Westerback
2006-08-13Fix EV6 processor minor type: 0 is reserved and thus all entries wereMichael Knudsen
2006-08-13fix a typo, BNX_DRBUG -> BNX_DEBUGBrad Smith
2006-08-13Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64Kenneth R Westerback
2006-08-13Enable hostap mode. Tested with acx100 and acx111.Marcus Glocker
2006-08-12Missing rcsidMiod Vallat
2006-08-12Fail TIOCSFLAGS if non-root, like all other serial drivers do.Miod Vallat
2006-08-12Rather than using cs->sc_size to set d_secperunit and then RAW_PART'sKenneth R Westerback
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-08-12KNF tweak.Marcus Glocker
2006-08-12Fill ic_max_rssi with values depending on the radio type. Makes signalMarcus Glocker
2006-08-12the delorme earthmate is NOT a HID (UQ_BAD_HID)Jason Wright
2006-08-12syncJason Wright
2006-08-12another delorme earthmate-alikeJason Wright
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-08-11typo, settning -> settingBrad Smith
2006-08-11An old dvorak typo was lurking here.Miod Vallat
2006-08-11For non-console vgafb, force rasops to initialize it as a monochrome resource,Miod Vallat
2006-08-11Let the windowmove() callbacks return whether they could perform the operationMiod Vallat
2006-08-11add rum(4) on arches where ural(4) is enabled.Damien Bergamini
2006-08-11no O2's with a R14000 CPU were made, so remove superfluous code.Jasper Lievisse Adriaanse
2006-08-10RegenMiod Vallat
2006-08-10Try and determine the keyboard layout from its identification string;Miod Vallat
2006-08-10Embed device list comments in generated hildevs_data.h file; no functionalMiod Vallat
2006-08-10Handle the ``arrow repeat'' special scancode on button boxes; from the oldMiod Vallat
2006-08-10No need for needs-flag for hil and hilms.Miod Vallat
2006-08-10- eliminate re-initialization's when adding IP addresses.Brad Smith
2006-08-10match the Coastal ChipWorks TNC-X (yet another uftdi)Jason Wright