Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-23 | add USER_PCICONF | Jason Wright | |
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel Hartmeier | |
allocator and two pools, but PR_WAITOK when called from non-interrupt context (ioctl). add configurable hard limits for tables and table entries (set limit tables/table-entries), defaulting to 1000/100000. ok aaron@, henning@, mcbride@, art@ | |||
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst | |
2005-05-23 | Remove some unuseful debug code. | Jonathan Gray | |
2005-05-23 | Cleanup leading and trailing whitespace. | Christopher Pascoe | |
2005-05-23 | Headphone output and volume control support. | Christopher Pascoe | |
ok dlg@ | |||
2005-05-23 | - Fix some big-endian issues. | Brad Smith | |
- Centralize the interrupt bits for the 3 registers where they are being used. - Replace magic numbers for power management control with PCI_PMCSR* macros. - The flow control registers are 16 bits wide, not 32. - Create the Tx DMA maps with a size large enough for a jumbo Ethernet frame. - Oops, make Rx interrupt deferral actually work. From NetBSD | |||
2005-05-23 | further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff to | Henning Brauer | |
pf's interface abstraction, just attahc a linked list of the dynaddrs to the respective kifs. makes things way easier and will be needed for the next step, ryan jajajaja | |||
2005-05-23 | Round the DMA block size, not the maximum buffer size. Addresses "request | Christopher Pascoe | |
with bad start address" errors. | |||
2005-05-23 | ROTD (Regen Of The Day) | Miod Vallat | |
2005-05-23 | Duplicate keycode 50 as keycode 49, some USB keyboards use the latter. | Miod Vallat | |
with and ok millert@ | |||
2005-05-23 | suspected airprime pc5220 EVDO support | Theo de Raadt | |
2005-05-23 | re-enable softdep notification of inode mode change, | Pedro Martelletto | |
talked over with marius@ and tedu@ | |||
2005-05-23 | - remomve unneeded tulip_reset() and always include intr.h | Martin Reindl | |
- make it possible to get media information from the SRM on alpha ok brad@ | |||
2005-05-23 | don't deny access to "special" tables in get_addrs | Henning Brauer | |
with this, when you know their name you can list their contents with pfctl ok ryan | |||
2005-05-23 | repair updates for the tables used for (interface) notation | Henning Brauer | |
the way it is done is completely retarded, needs fixing with ryan | |||
2005-05-23 | Avoid potential null pointer dereference. | Christopher Pascoe | |
2005-05-23 | carp needs a multicast kludge storage. | Marco Pfatschbacher | |
Fixes PR 4211. OK mcbride@ | |||
2005-05-23 | Initial radiotap support. ok dlg@ | Jonathan Gray | |
2005-05-23 | pin the sample rate at 44.1k, PB's don't seem to get the 8k or 48k sample | Jason Wright | |
rate notificiations | |||
2005-05-23 | Remove superfluous and confusing define and use correct field names | Kenneth R Westerback | |
instead. | |||
2005-05-23 | Don't bzero() data before calling scsi_mode_sense[_big]() since | Kenneth R Westerback | |
scsi_mode_sense[_big] bzero()'s it. | |||
2005-05-23 | Remove more superfluous structures, etc. No functional change. | Kenneth R Westerback | |
2005-05-22 | these do not fit; brad did not test | Theo de Raadt | |
2005-05-22 | add option VFSDEBUG, disabled by default | Pedro Martelletto | |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto | |
2005-05-22 | Remove some superfluous structures, etc. No functional change. | Kenneth R Westerback | |
2005-05-22 | define our own conversion function which does mono-to-stereo with | Jason Wright | |
a sign change (no byte swapping, and correct endianess) | |||
2005-05-22 | regen | Pedro Martelletto | |
2005-05-22 | change VOP_CLOSE to take a locked vnode | Pedro Martelletto | |
2005-05-22 | output code for incoming VFSDEBUG option | Pedro Martelletto | |
2005-05-22 | missing #if NPF > 0 around ifgroups attachments | Henning Brauer | |
2005-05-22 | whoops, wrong conversion function | Jason Wright | |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-05-22 | ALTQ cleanout | Martin Reindl | |
ok brad@ | |||
2005-05-22 | more encodings | Jason Wright | |
slinear8: mono/stereo ulinear8: mono/stereo alaw: mono ulaw: mono NOTE: still doesn't work on my machine, but hey, at least the encodings are closer. | |||
2005-05-22 | no need to search for the kif before callig pf_get_kif, it does that for us | Henning Brauer | |
2005-05-22 | fix names of ulinear, too | Jason Wright | |
2005-05-22 | allow pf to match on interface groups | Henning Brauer | |
pass on mygroup ... markus ok | |||
2005-05-22 | add memory clobber to prevent reordering | Jason Wright | |
2005-05-22 | optimize nfs_sync() a bit, by not iterating over the list of vnodes | Pedro Martelletto | |
belonging to a mount point if we want to skip all of them, okay art@ a couple of days ago, commit it deraadt@ | |||
2005-05-22 | fix setting of the "need ack" flag. | Damien Bergamini | |
2005-05-22 | cosmetic. no need to initialize the read index. | Damien Bergamini | |
2005-05-22 | honour the 'no' in 'no scrub' rules for IP normalizations. found by | Daniel Hartmeier | |
mzozd at ad2u dot gr. ok henning@, mcbride@ | |||
2005-05-22 | set fragmentation threshold in iwi_config(). | Damien Bergamini | |
2005-05-22 | some changes for IBSS mode support (not yet working). | Damien Bergamini | |
2005-05-22 | add monitor mode support. fast channel hop is not yet implemented though. | Damien Bergamini | |
requires a firmware upgrade to version 1.0.4. | |||
2005-05-22 | ALAW is called AudioEalaw not AudioEmulaw | Jason Wright | |
2005-05-22 | - Enable parity error detection on 900B and 635(A). | Brad Smith | |
- SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of the PCI bus. When this bit is set, the Max DMA Burst Size for TX/RX DMA should be no larger than 64 bytes. - Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). From FreeBSD Testing by uwe@, mpf@ and me. | |||
2005-05-22 | The printf(9) `%p' conversion specifier puts an "0x" in | Brad Smith | |
front of the pointer value. Therefore, remove the "0x" from the format string. From FreeBSD ok millert@ |