Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt | |
momentary freezes. deraadt@ ok. Thanks to millert@ and mickey@. | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | use ac97_set_rate, auvia can use it too, cannot test it though | Michael Shalayeff | |
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff | |
provide set_rate function, per 2.2 spec. | |||
2001-05-16 | define power register bits | Michael Shalayeff | |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check ↵ | Michael Shalayeff | |
and change to NOWAIT | |||
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check ↵ | Michael Shalayeff | |
and change to NOWAIT | |||
2001-05-16 | malloc memory w/ NOWAIT during autoconf time, and check for NULL | Michael Shalayeff | |
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check ↵ | Michael Shalayeff | |
and change to NOWAIT | |||
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check ↵ | Michael Shalayeff | |
and change to NOWAIT | |||
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff | |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff | |
2001-05-16 | call malloc w/ NOWAIT and check for NULL return | Michael Shalayeff | |
2001-05-16 | Use dm_mapsize instead of homegrown one; jason@ ok. | Federico G. Schwindt | |
2001-05-16 | Bring chip out of suspend mode in case we're booting after a shutdown from | Aaron Campbell | |
Windows. Needed for the VT6102, but doesn't hurt older chips; from FreeBSD. | |||
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-16 | shorten by one byte :-) | Theo de Raadt | |
2001-05-16 | use dma_mapsize now that's available. | Federico G. Schwindt | |
2001-05-16 | dump private extended ac97 reg defs | Michael Shalayeff | |
2001-05-16 | split codec vendor/product into separate tables, | Michael Shalayeff | |
provide meaning for codec revision. some other size improvelances. | |||
2001-05-16 | extended registers are now in ac97.h | Michael Shalayeff | |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-16 | more regs from 2.2 version of specs | Michael Shalayeff | |
2001-05-16 | update copyright | Jason Wright | |
use bcmp not strncmp for verifying the magic number in the firmware | |||
2001-05-16 | If we run out of transmit slots, try to copy the next mbuf into a single | Jason Wright | |
fragment and try again. Failing that, operate as normal. | |||
2001-05-15 | partial KNF | Theo de Raadt | |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff | |
2001-05-15 | - correct some bus_dmamap_sync() usage | Jason Wright | |
- redo dma_alloc(), dma_free() a bit (I had them right to begin with) - add an alignment shim on rx buffers on strict alignment arch's (this is hideous, but hopefully temporary) Upshot: works on alpha now | |||
2001-05-15 | sync | Theo de Raadt | |
2001-05-15 | shrink | Theo de Raadt | |
2001-05-15 | - bus-dmaify txp | Jason Wright | |
- use symbolic name instead of value for maximum packet length - make this compile on alpha (be careful with pointers stored in device descriptors) - fix a mbuf leak in the tx full case | |||
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller | |
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-). | |||
2001-05-14 | use bus_dmamap_sync() as appropriate | Jason Wright | |
2001-05-14 | if we are prism2 print so | Michael Shalayeff | |
2001-05-14 | From PR 1820 - initialize builin CSU/DSU card properly | Chris Cappuccio | |
2001-05-14 | kill agregate messages; reported by stephen@etunnels.com | Theo de Raadt | |
2001-05-14 | add swiss german layout; from Kaspar Brand <kasparb@freesurf.ch> | Michael Shalayeff | |
2001-05-14 | - simplify hifn_dmamap_aligned() | Jason Wright | |
- simplify hifn_crypto() and remove duplicate work of determining alignment - add ability to share a map for src and dst instead of creating a new one if all of the alignment constraints are met. | |||
2001-05-14 | use real uio | Theo de Raadt | |
2001-05-13 | First try at bus_dma(9)-ifying hifn7751 driver... advantages: | Jason Wright | |
- vtophys is dead - now builds on alpha | |||
2001-05-13 | sync | Theo de Raadt | |
2001-05-13 | hmm, these should not need entries... | Theo de Raadt | |
2001-05-13 | use criov_copydata for grabbing iv for next packet | Jason Wright | |
2001-05-13 | missing else | Jason Wright | |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-13 | Initial support for Broadcom 5820, which is very much like the 5805 except | Jason Wright | |
that the packet context structure for ipsec has changed (added two fields and, annoyingly, rearranged several of them). The MCR2 operations (only RNG is used at this point) are supported, too. | |||
2001-05-12 | sync | Theo de Raadt | |
2001-05-12 | more cyrix devs | Theo de Raadt | |
2001-05-11 | sync | Nathan Binkert | |