summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-12-13Fix TODO comment.augustss
2001-12-13Move parameter checks to a common place.augustss
2001-12-13Use unsigned ints.augustss
2001-12-13ANSIfication & KNF fixes.junyoung
2001-12-13ANSIfication & cosmetic changes.junyoung
2001-12-13ANSIfy.junyoung
2001-12-13ANSIfication & cosmetic changes.junyoung
2001-12-13remove bogus printf.tacha
2001-12-13Fix some bugs. But the driver is still borken.augustss
2001-12-13Some DIAGNOSTIC nonsense.augustss
2001-12-13Don't use u_int since it requires sys/types.haugustss
2001-12-12Add some special cases for the Sitecom adapter.augustss
2001-12-12Add missing delay for the tekram dongle.augustss
2001-12-12Don't use timeout 0 to tsleep() when the time is short.augustss
2001-12-12Add a scanner quirk for keeping the pipes open between device opening.augustss
2001-12-12Use USBD_NO_COPY in for some transfers where it was missing.augustss
2001-12-12Some more paranoia checks when DIAGNOSTIC.augustss
2001-12-12Add some comments.augustss
2001-12-12Regen.augustss
2001-12-12Add some devices.augustss
2001-12-12Remove some stupid casts.augustss
2001-12-12Use unsigned ints for device settings.augustss
2001-12-12Change default value for ebofs.augustss
2001-12-12Add some ioctl()s for consumer IR.augustss
2001-12-12Add uirda.augustss
2001-12-12Add USB-IrDA bridge.augustss
2001-12-12Move usbd_clear_endpoint_toggle() prototype to usbdi.h.augustss
2001-12-12Use vendor/product variablesgehenna
2001-12-12Don't change wire protocol state in umass generic functiongehenna
2001-12-12bcopy -> memcpygehenna
2001-12-12Added support for the PowerStorm 4d20, initial support that is.elric
2001-12-12Update the ramdac interface to be allow the setting of dotclocks. This iselric
2001-12-12Initial support for the IBM RGB561 RAMDAC. This uses the same interfaceelric
2001-12-12MKfoo=no -> NOfootv
2001-12-11Recognized Danube chip as well.augustss
2001-12-11Name changes: {KBD,MS}_BPS => {KBD,MS}_DEFAULT_BPSpk
2001-12-11Regen.ad
2001-12-11Add some Intel/ICP-Vortex/Compaq products.ad
2001-12-11Regen: add product ID for the Motorola MPC107.kleink
2001-12-11Add product ID for the Motorola MPC107.kleink
2001-12-10Add (some) register definitions for the Motorola MPC105 PCI Bridge/Memorykleink
2001-12-10Regen.augustss
2001-12-10Add some devices.augustss
2001-12-09Support for dvd region code (RPC).veego
2001-12-09Changed clocktl interface to use syscallargs structuresmanu
2001-12-09pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd atfvdl
2001-12-09KBD_BPS => KBD_DEFAULT_BPS (sync with ms driver nomenclature).pk
2001-12-09Allow SUN_MS_BPS to override the mouse baud rate at all times. (see PR14774).pk
2001-12-09Add an itemgehenna
2001-12-08The prom doesn't setup the fb if its not set to console.cyber