Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-29 | use pci_mapreg_map() and free resources on failures | Michael Shalayeff | |
2003-09-29 | more dmamp_sync()s; krw@ ok | Michael Shalayeff | |
2003-09-29 | add more dmamap_sync()s where appropriate modify loops to insure proper ↵ | Michael Shalayeff | |
syncing; jason@ testing | |||
2003-09-29 | better dmesg output including onboard memory size when present, free ↵ | Michael Shalayeff | |
resources on failures; krw@ ok | |||
2003-09-29 | pci support for hppa | Michael Shalayeff | |
2003-09-29 | fix the dc_cacheline to 16 on hppa | Michael Shalayeff | |
2003-09-29 | e 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-29 | Experimental support for serverworks csb6 third channel inspired by | Alexander Yurchenko | |
freebsd ata driver. Close PR 3485. | |||
2003-09-29 | Make this compile. | Miod Vallat | |
2003-09-29 | avaliable -> available | Miod Vallat | |
2003-09-29 | autodetect io/mem mappings; from form@ | Michael Shalayeff | |
2003-09-29 | gotta remember the product id and disable io mapping for old 800 chips; from ↵ | Michael Shalayeff | |
form@ | |||
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko | |
2003-09-27 | CardBus 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-27 | regen. | Federico G. Schwindt | |
2003-09-27 | D-Link DFE 690-TXD | Federico G. Schwindt | |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod 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-26 | reading the record skip the remainder of data we do not need. we are still ↵ | Michael Shalayeff | |
screwed on writes though | |||
2003-09-25 | hungarian keymap; from thuglife@bsd.hu | Michael Shalayeff | |
2003-09-25 | make sure to not overflow when initializing {node,net}name (truncation does ↵ | Michael Shalayeff | |
not matter) | |||
2003-09-25 | update fom form@ including support for 891 chips and more | Michael Shalayeff | |
2003-09-25 | more codec | Michael Shalayeff | |
2003-09-25 | better structs alignment; jason@ testing on sparc64 and ok | Michael Shalayeff | |
2003-09-25 | no need for a redundant check; from form@ and jason ok | Michael Shalayeff | |
2003-09-25 | sync | Alexander Yurchenko | |
2003-09-25 | serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.edu | Alexander Yurchenko | |
ok deraadt@ | |||
2003-09-25 | hifn 7956 support | Jason Wright | |
2003-09-25 | hifn 7956 | Jason Wright | |
2003-09-25 | sync | Theo de Raadt | |
2003-09-25 | support AAA131U2; cmaxwell@themanor.net | Theo de Raadt | |
2003-09-25 | sync with netbsd; fixes some problems with the upcoming atw driver. | Federico G. Schwindt | |
krw@ ok. | |||
2003-09-24 | initial support for hifn 7955 (no AES or PK yet) | Jason Wright | |
2003-09-23 | Replace 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-23 | revert safety checks; requested by mickey@ | Anil Madhavapeddy | |
2003-09-23 | sync; hifn 7955 | Jason Wright | |
2003-09-23 | hifn 7955 | Jason Wright | |
2003-09-22 | sync | Alexander Yurchenko | |
2003-09-22 | Two new Acard UDMA6 ATA chips | Alexander Yurchenko | |
ok deraadt@ | |||
2003-09-21 | sync | Alexander Yurchenko | |
2003-09-21 | Yet another ServerWorks CSB6 IDE | Alexander Yurchenko | |
ok deraadt@ | |||
2003-09-21 | sync with netbsd defines. no functional changes. | Federico G. Schwindt | |
ok markus deraadt | |||
2003-09-19 | Disable 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-19 | Put in a couple of sanity checks to ensure that the AN_DEFAULT_* | Anil Madhavapeddy | |
variables arent defined too large. itojun@ ok | |||
2003-09-18 | typo in error; | Jason McIntyre | |
from Brian Poole | |||
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo | |
deraadt@, jason@, mickey@ ok | |||
2003-09-06 | A couple of hppa-only changes, allowing siop to work on pci hppa | Kenneth 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-06 | Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed. | Dale Rahn | |
ok miod@ millert@ deraadt@ | |||
2003-09-04 | remove an unneccessary (and incorrectly sized) bzero | Anil Madhavapeddy | |
fix suggested by tedu@, ok deraadt@, fgsch@ | |||
2003-09-04 | bzero the full malloced space, not the sizeof the pointer | Anil Madhavapeddy | |
ok tedu fgsch deraadt | |||
2003-09-03 | match a bunch more bge devices. May not work completely, but they're no | Jason Wright | |
more broken than before; ok deraadt. |