Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert | |
endian modes. This makes ti now work on macppc and sparc64. While we're at ti, clean up a bit of the code: Use SLIST instead of LIST Remove register Use bus_space instead of bcopy/bzero Don't use bitfields since it makes dealing with endianness annoying. ok jason@, deraadt@ | |||
2002-12-03 | Missing initialization. | Thierry Deval | |
thanks Greg Oster | |||
2002-12-02 | - Remove a few magic constants | Jason Wright | |
- set baudrate for the non-mii modes | |||
2002-12-02 | set if_baudrate | Henning Brauer | |
ok jason@ | |||
2002-12-01 | sync | Todd T. Fries | |
2002-12-01 | vivitar camera | Todd T. Fries | |
2002-11-30 | Add driver for Belkin usb serial adapters. | Nathan Binkert | |
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org> | |||
2002-11-30 | Add driver for SUNTAC Slipper VS-10U communications device | Nathan Binkert | |
2002-11-30 | typo | Michael Shalayeff | |
2002-11-30 | SUNIX 4018A 2-port parallel; from Juan Vera. | Federico G. Schwindt | |
indent while i'm here. | |||
2002-11-30 | regen. | Federico G. Schwindt | |
2002-11-30 | SUNIX 4018A; from Juan Vera. | Federico G. Schwindt | |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-11-29 | - Fix playback problem on SiS7018. | Federico G. Schwindt | |
- mute the volume for interrupt channel. - add some improvements for device initialization. - Fix recording problem on SiS7018. From NetBSD via Gabriel Gonzalez. | |||
2002-11-29 | Upon detection of an international Sun keyboard with a recognized layout, | Miod Vallat | |
attach it with the appropriate keymap table, rather than the default KB_US table. If this is not the expected behaviour, users can still revert to US layout via "kbd us" or "wsconsctl -w keyboard.encoding=us". As the installation media uses the prom console, which will honor the international keyboard layout, this will definitely help users with international keyboards and fancy characters in their passwords... Note that there is still some Sun keyboard tables missing at the moment. | |||
2002-11-28 | same devices named the same | Michael Shalayeff | |
2002-11-28 | generic isa mpu, from Sergey A. Smitienko w/ fixes from me | Michael Shalayeff | |
2002-11-27 | regen | Michael Shalayeff | |
2002-11-27 | chips&tech 69030 | Michael Shalayeff | |
2002-11-26 | Match VE_3, too; Cliff Skolnick | Jason Wright | |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert | |
- More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@ | |||
2002-11-26 | use pci_matchbyid | Nathan Binkert | |
2002-11-26 | Numerous bug fixes from freebsd and a few from me. | Nathan Binkert | |
- Add support for the BCM5702X and BCM5703X chips - Take care of an alignment bug in the PCI-X implementation of a couple revs of the chip - Disable memory write invalidate. (Supposedly doesn't always work) - Add missing splx(s) - Fix some typos | |||
2002-11-26 | Pull in DSP patches for the BCM5400, BCM5401, and BCM5411; from NetBSD. | Jason Wright | |
2002-11-26 | re-enable if_timer; jason@ ok. | Federico G. Schwindt | |
2002-11-26 | Whitespace diff; from FreeBSD | Jason Wright | |
2002-11-25 | remove printf's in xl_setmode(). | Brad Smith | |
-- deraadt@ ok | |||
2002-11-25 | protect the arc4_getbyte() w/ an splhigh since | Michael Shalayeff | |
there by multiple pathways, where it worked until read from userland in big buffers and some luck. does not cause a memory trashing, but rather may mess up the arc4 state such that it will not generate one particular value until a stir. sigh. was reported by multiple people over some time. | |||
2002-11-24 | Check whether the chip enabled or not by reading status register. | Alexander Yurchenko | |
Close PR 2980 ok gluk@ | |||
2002-11-23 | Add the remaining layouts (due to popular demand): spanish, italian, dutch, | Miod Vallat | |
norwegian, portuguese, swiss-french, swiss-german, uk english. Not thoroughly tested, problems (if any) should be minor. Also fix glitch in caret handling in the previous commit. | |||
2002-11-23 | New identifier for dutch keyboard layout. | Miod Vallat | |
2002-11-23 | wskbd layouts for Sun Danish, French and German keyboards. | Miod Vallat | |
More to come as time permits... | |||
2002-11-23 | regen | Michael Shalayeff | |
2002-11-23 | 3cSOHO 100B-TX; from Fredrik Persson | Michael Shalayeff | |
2002-11-22 | off by one for sis_tx_cnt, can lead to corrupt sis_tx_list; ok fgs@ | Markus Friedl | |
2002-11-22 | nate, why is it that for every single ethernet driver you merge into the | Theo de Raadt | |
tree, you forget to delete the printf's that fire EVERY SINGLE TIME it changes media?!?! | |||
2002-11-21 | From Angelos: | Jason Wright | |
- simplistic load balancing across multiple cards - simplified registration process - a few style nits. | |||
2002-11-20 | Store which tcvr to prefer | Jason Wright | |
2002-11-20 | If both phys are available, prefer the external one. | Jason Wright | |
2002-11-20 | o change dma engine registers macros so that the channel | Alexander Yurchenko | |
specifying is required o fix missed offsets for the secondary channel which were found with the help of this new more strict semantics; this can solve many old problems tested by gluk@, jason@ ok gluk@ | |||
2002-11-20 | Overhaul natsemi driver: | Jason Wright | |
- setup the DMA bits on the second channel correctly (missing channel offset) - setup timing for PIO/DMA modes - workaround the fact that the INTR/ERR clear bits are in the wrong register - only read the interrupt mask register once in the interrupt path Many thanks to grange@ for assistance and debugging! | |||
2002-11-20 | Read mac address correctly on rev 0x90; tested by Alexander, patch | Federico G. Schwindt | |
provided from FreeBSD via Gabriel Gonzalez. jason@ ok. | |||
2002-11-20 | Belkin F5D5020 support; from Michael J. Eisenhower. | Federico G. Schwindt | |
2002-11-20 | Belkin F5D5020; from Michael J. Eisenhower. | Federico G. Schwindt | |
2002-11-20 | sync | Nathan Binkert | |
2002-11-20 | Add another model | Nathan Binkert | |
2002-11-20 | Grrr, missed this in the pci id match | Jason Wright | |
2002-11-19 | Since we have a cast'd pci_attach_args already, use it instead of another cast. | Jason Wright | |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
2002-11-19 | Use queue.h macros instead of using the structure names directly. | Jason Wright | |