Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-19 | sync | Nathan Binkert | |
2002-01-19 | Add Intel PRO/1000XT | Nathan Binkert | |
2002-01-16 | Add a sun keyboard type | Jason Wright | |
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright | |
whether the spif is found at open(2) time. | |||
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright | |
2002-01-12 | the 1190 and 1400 register maps aren't the same size don't treat them so | Jason Wright | |
(basically this was a cut and pasto). | |||
2002-01-12 | House cleaning: removing some leftover sparc bits and such | Jason Wright | |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright | |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright | |
even if the flags enable it. chris@ ok | |||
2002-01-11 | Roughly same diff as sparc, better interrupt handling: | Jason Wright | |
* check use IE bits to qualify I bits * move cs4231 chip interrupts to APC GI handling * enable/disable cs4231 IEN in pin control register | |||
2002-01-11 | Get order of operations correct so that we clear the wsmux array and | Jason Wright | |
initialize it correctly. | |||
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin | |
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff | |
2002-01-10 | check if device was opened for writing for modifying ops, also it's enotty ↵ | Michael Shalayeff | |
not einval; from Vladimir Popov <jumbo@narod.ru> and me | |||
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. nate@ ok | Thomas Nordin | |
2002-01-09 | regen | Michael Shalayeff | |
2002-01-09 | add corega wavelan | Michael Shalayeff | |
2002-01-09 | add ess1921 codec id | Michael Shalayeff | |
2002-01-09 | make sure mixer was opened for write for AUDIO_MIXER_WRITE | Michael Shalayeff | |
2002-01-09 | o There's no such thing as a source overrun, remove the definition | Jason Wright | |
o enable illegal read/write interrupts on 7811 (mainly for debugging) | |||
2002-01-08 | Add support for the Hifn 7811 (Thanks to GTGI for donating the card). | Jason Wright | |
While here, avoid resetting the card so often during the ram probe [speeds up autoconf and simplifies the driver a bit]. Also, add a missing argument to a debugging printf() (no longer ever called because the abort timers are disabled =) | |||
2002-01-08 | Remove nofn driver... it was much easier than I thought to support 7811 | Jason Wright | |
in the hifn7751 driver. | |||
2002-01-08 | SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net> | Federico G. Schwindt | |
2002-01-07 | Enough of a driver for 7811 to poll the random number generator for bits | Jason Wright | |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff | |
2002-01-07 | use flags instead of options to choose the tea5757 vs tea5759. | Michael Shalayeff | |
from Vladimir Popov <jumbo@narod.ru> | |||
2002-01-06 | remove bogus diagnostic check. | Eric Jackson | |
pr#2298 | |||
2002-01-06 | Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn't | Jason Wright | |
appear to). | |||
2002-01-05 | support detach, from netbsd | Michael Shalayeff | |
2002-01-04 | add 600x read for 744 rev < 2 - from netbsd | Eric Jackson | |
cleanup dmesg output | |||
2002-01-04 | Add handling for cmap get/put (mostly from sparc) | Jason Wright | |
2002-01-04 | regen | Michael Shalayeff | |
2002-01-04 | no wires needed and their/isil wlans; from Maurice Nonnekes <maurice@amaze.nl> | Michael Shalayeff | |
2002-01-04 | match on ericsson wlan; from lha@stacken.kth.se, pr 2295 | Michael Shalayeff | |
2002-01-04 | regen | Michael Shalayeff | |
2002-01-04 | Socket Communications Low Power WLAN; from netbsd | Michael Shalayeff | |
2002-01-04 | ericsson wlan, from lha@stacken.kth.se | Michael Shalayeff | |
2002-01-04 | Add support for get/put colormap (mostly borrowed from sparc) | Jason Wright | |
[XXX the bt458 stuff should be shared and will be later]. | |||
2002-01-04 | mmap functionality for cgthee (mostly from NetBSD) | Jason Wright | |
2002-01-04 | add mmap functionality (most from NetBSD) | Jason Wright | |
2002-01-03 | new names, nate broke the tree | Theo de Raadt | |
2002-01-03 | define a new wsemul_sun attribute and add it to the sparc64 framebuffers | Jason Wright | |
[This needs to be extended to the vt100 and dumb emulations too.. in time]. (This allows the removal of WSEMUL_SUN from sparc64/conf/GENERIC) | |||
2002-01-03 | Add the pci_findvendor function | Nathan Binkert | |
If compiled with PCI_VERBOSE, this function looks up a vendor string based on a vendor id. Otherwise, it returns NULL. From NetBSD | |||
2002-01-03 | Add the bus to the cardbus_attach_args | Nathan Binkert | |
From NetBSD | |||
2002-01-03 | more devices from NetBSD | Nathan Binkert | |
2002-01-03 | sync | Nathan Binkert | |
2002-01-03 | Add devices and reorganize. | Nathan Binkert | |
Some stuff from NetBSD | |||
2002-01-03 | Restore entropy_count calculation. mickey@ ok | Thomas Nordin | |
2002-01-02 | use pci_mapreg_map() instead of pci_io_find+bus_space_map | Michael Shalayeff | |
2002-01-02 | probe does not print anything | Michael Shalayeff | |