summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2003-09-29autodetect io/mem mappings; from form@Michael Shalayeff
2003-09-29gotta remember the product id and disable io mapping for old 800 chips; from ↵Michael Shalayeff
form@
2003-09-28kill trailing spaces, no functional changesAlexander Yurchenko
2003-09-27CardBus D-Link DFE-690TXD support.Federico G. Schwindt
Prompted by Ed White <ed at overminder dot com>, tested by Joshua Johnson <joshua.johnson at ftlsys dot com>.
2003-09-27regen.Federico G. Schwindt
2003-09-27D-Link DFE 690-TXDFederico G. Schwindt
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment.
2003-09-26reading the record skip the remainder of data we do not need. we are still ↵Michael Shalayeff
screwed on writes though
2003-09-25hungarian keymap; from thuglife@bsd.huMichael Shalayeff
2003-09-25make sure to not overflow when initializing {node,net}name (truncation does ↵Michael Shalayeff
not matter)
2003-09-25update fom form@ including support for 891 chips and moreMichael Shalayeff
2003-09-25more codecMichael Shalayeff
2003-09-25better structs alignment; jason@ testing on sparc64 and okMichael Shalayeff
2003-09-25no need for a redundant check; from form@ and jason okMichael Shalayeff
2003-09-25syncAlexander Yurchenko
2003-09-25serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.eduAlexander Yurchenko
ok deraadt@
2003-09-25hifn 7956 supportJason Wright
2003-09-25hifn 7956Jason Wright
2003-09-25syncTheo de Raadt
2003-09-25support AAA131U2; cmaxwell@themanor.netTheo de Raadt
2003-09-25sync with netbsd; fixes some problems with the upcoming atw driver.Federico G. Schwindt
krw@ ok.
2003-09-24initial support for hifn 7955 (no AES or PK yet)Jason Wright
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
2003-09-23revert safety checks; requested by mickey@Anil Madhavapeddy
2003-09-23sync; hifn 7955Jason Wright
2003-09-23hifn 7955Jason Wright
2003-09-22syncAlexander Yurchenko
2003-09-22Two new Acard UDMA6 ATA chipsAlexander Yurchenko
ok deraadt@
2003-09-21syncAlexander Yurchenko
2003-09-21Yet another ServerWorks CSB6 IDEAlexander Yurchenko
ok deraadt@
2003-09-21sync with netbsd defines. no functional changes.Federico G. Schwindt
ok markus deraadt
2003-09-19Disable USB_USE_SOFTINTR until we have generic support for soft interrupts.Anil Madhavapeddy
Solves a number of hangs on ohci (and possibly uhci) machines. Found by me prodding around, and drahn@ more cluefully ok pvalchev@, nate@
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
variables arent defined too large. itojun@ ok
2003-09-18typo in error;Jason McIntyre
from Brian Poole
2003-09-09CMI can do mu-law encoding, don't use software emulation mode.Kevin Lo
deraadt@, jason@, mickey@ ok
2003-09-06A couple of hppa-only changes, allowing siop to work on pci hppaKenneth R Westerback
machines. Align siop_xfer on 128 byte boundary, and don't use on-board RAM. Aligning siop_xfer will be made general, post-3.4. From mickey@. ok deraadt@ mickey@.
2003-09-06Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed.Dale Rahn
ok miod@ millert@ deraadt@
2003-09-04remove an unneccessary (and incorrectly sized) bzeroAnil Madhavapeddy
fix suggested by tedu@, ok deraadt@, fgsch@
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
ok tedu fgsch deraadt
2003-09-03match a bunch more bge devices. May not work completely, but they're noJason Wright
more broken than before; ok deraadt.
2003-09-03bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadtJason Wright
2003-09-03support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ↵Jason Wright
com; ok deraadt.
2003-09-03bcm 5823Jason Wright
2003-09-02Increase autonegotiation wait to 5000ms.Kenneth R Westerback
This gives autonegotiation a fair chance to complete. Copper switches can take several seconds to do autonegotiation. Fixes sk need to be poked after reboot and allows sk to use dhcp configuration. Problem and workaround reported by Laurence Tratt. Also minor cleanup: 1) Remove duplicate function prototypes/ 2) Remove unneeded '#include <malloc.c>'. From FreeBSD. 3) Remove some static's. ok deraadt@ nate@ henning@ henric@. Also tested by Laurence Tratt and Damien Couderc.
2003-09-02- drop number of openings by 4 to avoid "not queued" errors.Federico G. Schwindt
- check return from aac_start() and return correctly in case we need to reschedule the watchdog. convervative fix from niklas@, prompted by several ppl. krw and deraadt ok.
2003-09-02missing #endif, pr3431Ted Unangst
2003-09-02syncAlexander Yurchenko
2003-09-02Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx>Alexander Yurchenko
ok nate@
2003-09-01syncAlexander Yurchenko
2003-09-01New vendor Micro Star International and its USB Bluetooth adapterAlexander Yurchenko
ok nate@