summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-09-14new intel i2o raids; requested by deraadt@Michael Shalayeff
2002-09-14Various fixes and cleanups in the cy driver.Artur Grabowski
2002-09-14syncTheo de Raadt
2002-09-14new intel pci-pci bridgesTheo de Raadt
2002-09-12o break up wi_pci_attach() into device-specific parts for better readabilityTodd C. Miller
2002-09-12- Split out the hardware and software normalization versions of modexp...Jason Wright
2002-09-11- On reset, disable hardware normalization for 582x and make sure the chip is...Jason Wright
2002-09-10no need for pragma here.Federico G. Schwindt
2002-09-10Set encodings correctly.Jason Wright
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-09-09Rework the wsemul_sun behaviour, and add color support, from the currentMiod Vallat
2002-09-09Add support for audio capture (finally) and fix a bunch of stupid bugs.Jason Wright
2002-09-09Add support of Silicon Image 0680 Ultra ATA/133 Controller.Grigoriy Orlov
2002-09-09regenGrigoriy Orlov
2002-09-09CMD Technology aka Silicon Image CP0680ATA133Grigoriy Orlov
2002-09-09Correctly printf on attach.Artur Grabowski
2002-09-08Correctly handle keypad '.'/Delete key on sun keyboards.Miod Vallat
2002-09-08no , after last element in a enumTheo de Raadt
2002-09-06Share interrupts nicely. Add tag type.Steve Murphree
2002-09-05Do not print the ASCII_ESC character.Jason Wright
2002-09-05Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, notFederico G. Schwindt
2002-09-04don't dereference ecb on default case, it's uninitialized.Federico G. Schwindt
2002-09-04Treat 5822 the same as 5820Jason Wright
2002-09-045801 has no pk or rng supportJason Wright
2002-09-03add support for 5801 and 5802 which appear to be 5805's as far as sw is conce...Jason Wright
2002-09-03sync, bcom 580[12]Jason Wright
2002-09-03bcom 5801/5802Jason Wright
2002-09-03tyopsJason Wright
2002-09-03sync; bcom 5822Jason Wright
2002-09-03bcom 5822Jason Wright
2002-09-03regenMichael Shalayeff
2002-09-03aic at isapnp, from anders@Arnholm.nu w/ fixes from meMichael Shalayeff
2002-08-31Always setup the RAMDAC (even if we're not the console) so when the displayJason Wright
2002-08-31regen, bad gluk@Michael Shalayeff
2002-08-31a strange aironet and a couple of ti bridgesMichael Shalayeff
2002-08-30Support for PDC20271 and PDC20276.Grigoriy Orlov
2002-08-30Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller.Grigoriy Orlov
2002-08-30plug mbuf leak.Federico G. Schwindt
2002-08-30only do copyout() if wi_get_debug() returned 0.Federico G. Schwindt
2002-08-29Produce the same escape codes as SunOS with the L function keys in console.Miod Vallat
2002-08-29Define new wscons symbols for the L function keys found on Sun keyboards,Miod Vallat
2002-08-28update of radiotrack driver, including isapnp support; from jumbo@Michael Shalayeff
2002-08-28 - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx)Artur Grabowski
2002-08-28cast size_t to u_long on printing. from netbsdJun-ichiro itojun Hagino
2002-08-26now that none of the keyboard maps map anything intoMichael Shalayeff
2002-08-26map backspace to delete, not backspace key symbol which are defined the same ...Michael Shalayeff
2002-08-26map backspace to delete, not backspace key symbol which are defined the same ...Michael Shalayeff
2002-08-26space cleanup; some from grendel@zeitbombe.orgMichael Shalayeff
2002-08-22simplify multicast setup on the 3c905 (pre-B/C, etc)Jason Wright
2002-08-21Attach one screen resource, by default, to every wsdisplay device,Miod Vallat