Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-19 | comparam() 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-18 | fix memory leak when downing an interface. | Nathan Binkert | |
from Patrik Lindergren <patrik@lindergren.com> | |||
2002-12-17 | Cleaning. | Thierry Deval | |
2002-12-16 | Major KNF. Incentive from Tedu | Thierry Deval | |
2002-12-15 | Fix/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-15 | and one more typo | Henning Brauer | |
2002-12-15 | more typos fixed by torh | Henning Brauer | |
2002-12-15 | typos; torh at bogus.net | Henning Brauer | |
2002-12-14 | Using quirks that make more sense. | Thierry Deval | |
(iPod is happy with this) | |||
2002-12-13 | Some more cleaning... | Thierry Deval | |
2002-12-13 | Limit our Data transfers only to the link speed imposed one. | Thierry Deval | |
Writes are now on a par with reads (-: | |||
2002-12-13 | Only 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-13 | Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent) | Thierry Deval | |
asynchronous packet size. Idea from NetBSD. | |||
2002-12-13 | Fix the memory leak introduced with the use of fwohci_block_handler_set(). | Thierry Deval | |
2002-12-13 | Malloc debug cleaning (MPRINTF). | Thierry Deval | |
Uses option FW_MALLOC_DEBUG. | |||
2002-12-13 | Enable support for SCSI over FireWire. | Thierry Deval | |
2002-12-13 | Add 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-13 | Better memory balancing (between alloc/free), | Thierry Deval | |
some enhancements, lots of debugging, KNF... | |||
2002-12-13 | Detach fwnodes first. | Thierry Deval | |
Solves panics when removing the adapter while leaving the devices connected. | |||
2002-12-13 | KNF | Thierry Deval | |
2002-12-12 | Always use queue(3) macros. | Alexander Yurchenko | |
ok chris@ gluk@ | |||
2002-12-12 | statement after label. | Artur Grabowski | |
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff | |
2002-12-11 | send-pr -> sendbug here as well; Peter Werner | Henning Brauer | |
2002-12-11 | sendbug(1), not send-pr; Peter Werner | Henning Brauer | |
2002-12-10 | Regen | Miod Vallat | |
2002-12-10 | Dec Pixelvision card, unfortunately not tga compatible enough. | Miod Vallat | |
2002-12-10 | Translate mickeyspeak into english. | Miod Vallat | |
2002-12-10 | Add support for VIA VT8231; from NetBSD, untested. | Alexander Yurchenko | |
ok gluk@ | |||
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-08 | regen | Alexander Yurchenko | |
2002-12-08 | Add VIA VT8231 PCI to ISA bridge | Alexander Yurchenko | |
ok mickey@ | |||
2002-12-06 | Don't use the RNG oscillator output directly, use the sha1'd version (the | Jason Wright | |
the direct data does not pass 1/2 of the FIPS140-2 tests with any degree of regularity). | |||
2002-12-05 | Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (they | Jason Wright | |
produce the same size/format data). | |||
2002-12-04 | rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok | Michael Shalayeff | |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan 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-03 | Missing initialization. | Thierry Deval | |
thanks Greg Oster | |||
2002-12-02 | - Remove a few magic constants | Jason Wright | |
- set baudrate for the non-mii modes | |||
2002-12-02 | set if_baudrate | Henning Brauer | |
ok jason@ | |||
2002-12-01 | sync | Todd T. Fries | |
2002-12-01 | vivitar camera | Todd T. Fries | |
2002-11-30 | Add driver for Belkin usb serial adapters. | Nathan Binkert | |
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org> | |||
2002-11-30 | Add driver for SUNTAC Slipper VS-10U communications device | Nathan Binkert | |
2002-11-30 | typo | Michael Shalayeff | |
2002-11-30 | SUNIX 4018A 2-port parallel; from Juan Vera. | Federico G. Schwindt | |
indent while i'm here. | |||
2002-11-30 | regen. | Federico G. Schwindt | |
2002-11-30 | SUNIX 4018A; from Juan Vera. | Federico G. Schwindt | |
2002-11-29 | Foward; torh@bogus.net | Theo 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. |