summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2002-12-19comparam() does not need an spltty() for it, already called there.Michael Shalayeff
time-bound loops in com_common_cnputc() and lower to spltty(), which i guess is left from times when timeouts were processed at splhigh(). jason@ tested and ok, art@ ok
2002-12-18fix memory leak when downing an interface.Nathan Binkert
from Patrik Lindergren <patrik@lindergren.com>
2002-12-17Cleaning.Thierry Deval
2002-12-16Major KNF. Incentive from TeduThierry Deval
2002-12-15Fix/Cleanup some SCSI #defines.Kenneth R Westerback
1) Correctly define MODE_SENSE_BIG as 0x5a, not 0x54. 2) Delete duplicate #define's of some opcodes in scsi_disk.h. 3) Delete multiple #define's for same opcode in scsi_disk.h. 4) Replace uses of deleted opcodes in umass.c with remaining ones. ok millert@ tdeval@
2002-12-15and one more typoHenning Brauer
2002-12-15more typos fixed by torhHenning Brauer
2002-12-15typos; torh at bogus.netHenning Brauer
2002-12-14Using quirks that make more sense.Thierry Deval
(iPod is happy with this)
2002-12-13Some more cleaning...Thierry Deval
2002-12-13Limit our Data transfers only to the link speed imposed one.Thierry Deval
Writes are now on a par with reads (-:
2002-12-13Only WRITE_REQUEST_DATABLOCK are limited to the device's max_receive.Thierry Deval
Other writes are only limited by the link speed. Idea from NetBSD.
2002-12-13Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent)Thierry Deval
asynchronous packet size. Idea from NetBSD.
2002-12-13Fix the memory leak introduced with the use of fwohci_block_handler_set().Thierry Deval
2002-12-13Malloc debug cleaning (MPRINTF).Thierry Deval
Uses option FW_MALLOC_DEBUG.
2002-12-13Enable support for SCSI over FireWire.Thierry Deval
2002-12-13Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.Thierry Deval
As well as a first rough implementation of a SCSI over FireWire support, following the SBP-2 standard.
2002-12-13"Documentation" update.Thierry Deval
2002-12-13Better memory balancing (between alloc/free),Thierry Deval
some enhancements, lots of debugging, KNF...
2002-12-13Detach fwnodes first.Thierry Deval
Solves panics when removing the adapter while leaving the devices connected.
2002-12-13KNFThierry Deval
2002-12-12Always use queue(3) macros.Alexander Yurchenko
ok chris@ gluk@
2002-12-12statement after label.Artur Grabowski
2002-12-11smaller delays, unneeded splsMichael Shalayeff
2002-12-11send-pr -> sendbug here as well; Peter WernerHenning Brauer
2002-12-11sendbug(1), not send-pr; Peter WernerHenning Brauer
2002-12-10RegenMiod Vallat
2002-12-10Dec Pixelvision card, unfortunately not tga compatible enough.Miod Vallat
2002-12-10Translate mickeyspeak into english.Miod Vallat
2002-12-10Add support for VIA VT8231; from NetBSD, untested.Alexander Yurchenko
ok gluk@
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08regenAlexander Yurchenko
2002-12-08Add VIA VT8231 PCI to ISA bridgeAlexander Yurchenko
ok mickey@
2002-12-06Don't use the RNG oscillator output directly, use the sha1'd version (theJason Wright
the direct data does not pass 1/2 of the FIPS140-2 tests with any degree of regularity).
2002-12-05Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (theyJason Wright
produce the same size/format data).
2002-12-04rename the clone ioctl to avoid clashing w/ the sockio; provos@ okMichael Shalayeff
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan 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-03Missing initialization.Thierry Deval
thanks Greg Oster
2002-12-02- Remove a few magic constantsJason Wright
- set baudrate for the non-mii modes
2002-12-02set if_baudrateHenning Brauer
ok jason@
2002-12-01syncTodd T. Fries
2002-12-01vivitar cameraTodd T. Fries
2002-11-30Add driver for Belkin usb serial adapters.Nathan Binkert
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org>
2002-11-30Add driver for SUNTAC Slipper VS-10U communications deviceNathan Binkert
2002-11-30typoMichael Shalayeff
2002-11-30SUNIX 4018A 2-port parallel; from Juan Vera.Federico G. Schwindt
indent while i'm here.
2002-11-30regen.Federico G. Schwindt
2002-11-30SUNIX 4018A; from Juan Vera.Federico G. Schwindt
2002-11-29Foward; torh@bogus.netTheo 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.