summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2003-09-29use pci_mapreg_map() and free resources on failuresMichael Shalayeff
2003-09-29more dmamp_sync()s; krw@ okMichael Shalayeff
2003-09-29add more dmamap_sync()s where appropriate modify loops to insure proper ↵Michael Shalayeff
syncing; jason@ testing
2003-09-29better dmesg output including onboard memory size when present, free ↵Michael Shalayeff
resources on failures; krw@ ok
2003-09-29pci support for hppaMichael Shalayeff
2003-09-29fix the dc_cacheline to 16 on hppaMichael Shalayeff
2003-09-29e own SIOP_DEBUG define instea of the system-wide one;Michael Shalayeff
bzero() the sgl before fillig it up; avoid reading registers extra times where we have a copy in the vars; on scsi_cmd timeout call siop_handle_reset() directly instead of relying on the RST interrupt which does not happen always it semms; use bus_dmamap_load_raw(). krw@ ok
2003-09-29Experimental support for serverworks csb6 third channel inspired byAlexander Yurchenko
freebsd ata driver. Close PR 3485.
2003-09-29Make this compile.Miod Vallat
2003-09-29avaliable -> availableMiod Vallat
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.