Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-06 | Kill deprecated vm_offset_t and vm_size_t types on vax. | Miod Vallat | |
2005-11-06 | load DSP code on all 5421's for now. | Brad Smith | |
2005-11-06 | correctly track the falling edge of a media state change in mii_phy_tick(). | Brad Smith | |
2005-11-06 | - remove spl from attach | Brad Smith | |
- de-allocate resources on failure to attach | |||
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat | |
2005-11-06 | Invoke regdump() on abort if compiled without DDB support. | Miod Vallat | |
2005-11-06 | Homogeneize all PSR field tests in user-provided structures. No functional | Miod Vallat | |
change. | |||
2005-11-06 | Add keyboard bell support. | Miod Vallat | |
2005-11-06 | Make comments match reality, space the code a bit while at it | Pedro Martelletto | |
2005-11-06 | Use ANSI-style function declarations and deregister, no binary change | Pedro Martelletto | |
2005-11-06 | Use ANSI-style function declarations, no binary change, okay jsg@ | Pedro Martelletto | |
2005-11-06 | byebye Mach macros | Martin Reindl | |
testing and ok kettenis@, hshoexer@ | |||
2005-11-06 | move some macros from mii.h to miivar.h | Brad Smith | |
2005-11-06 | enable midi@pcppi and sequencer | Jolan Luff | |
2005-11-06 | re-merge old brgphy_mii_phy_auto(). | Brad Smith | |
2005-11-06 | - move MIIF_NOISOLATE so its set before calling PHY_RESET(). | Brad Smith | |
- lower wait for completion time in eephy_mii_phy_auto() from 5 secs to 500 ms. | |||
2005-11-06 | add DSP init code for BCM54K2. | Brad Smith | |
values derived from Linux's sungem_phy driver. | |||
2005-11-06 | split the DSP code into separate functions as done in | Brad Smith | |
the FreeBSD brgphy driver. | |||
2005-11-06 | Add attachment of ki2c at memc as well as macobio, wil be used on G5. | Dale Rahn | |
2005-11-06 | clean up some early but unused work on bio support. | David Gwynne | |
ok marco@ krw@ | |||
2005-11-06 | add a comment explaining what the 5401 DSP code does. | Brad Smith | |
2005-11-06 | Replace obsolete comment with one that better describes reality. | Pedro Martelletto | |
2005-11-05 | Don't go through the mountpoint vnode list if we want to skip them all. | Pedro Martelletto | |
Based on a similar change made to NFS. Tested by many, thanks. | |||
2005-11-05 | Add bus_space_alloc and _free. | Marco Peereboom | |
from jason@ | |||
2005-11-05 | Check the screen number before using it as an index. | Uwe Stuehler | |
"correct" miod@ | |||
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-11-05 | add bus_dma and big endian support. | Brad Smith | |
From NetBSD Thanks to Jason Ackley for testing on i386/amd64/sparc64 with both T1 and T3 cards. "looks ok" dlg@ | |||
2005-11-05 | add init code for BCM5421. | Brad Smith | |
values derived from Linux's sungem_phy driver, same init code also exists in Apple's GMAC driver too. | |||
2005-11-05 | regen | Brad Smith | |
2005-11-05 | BCM5421K2 -> BCM54K2 | Brad Smith | |
2005-11-05 | speeling fix | David Gwynne | |
2005-11-05 | split from ki2c.c | Brad Smith | |
2005-11-05 | some driver cleanup, ANSI/KNF and more consistency between the drivers. | Brad Smith | |
ok joris@ | |||
2005-11-05 | Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even if | Kenneth R Westerback | |
we currently return immediately after the remove. Use for() idiom instead of TAILQ_FOREACH. Make clear we are doing a TAILQ_REMOVE() by eliminating wrapper function. | |||
2005-11-05 | Move displaying rf/pa type to rtw_rf_attach to simplify code. | Jonathan Gray | |
ok reyk@ | |||
2005-11-05 | Eliminate 'Overlapping Command Attempted' errors on non-tagged drives by | Kenneth R Westerback | |
a) Ensuring only one command is started at a time on such targets. b) Not fiddling with pSRB fields until it is really going to be started. c) Testing for a pending interrupt before starting to send stuff to the card. Found when testing queue.h stuff. | |||
2005-11-04 | Change DEBUG conditionals into PMAP_DEBUG; no functional change. | Miod Vallat | |
2005-11-04 | Add an extra flags argument to uvm_io(), to specify whether we want to fix | Miod Vallat | |
the protection of the memory mapping we're doing I/O on, or if we want to leave them as they are. This should only be necessary for breakpoint insertion in code, so we'll only use it for ptrace requests. Initially from art@ after discussion with kettenis@ millert@ and I, tested by many. | |||
2005-11-04 | don't bother setting error in em_attach() since it's | Brad Smith | |
not being used anyway. | |||
2005-11-04 | - splimp -> splnet | Brad Smith | |
- remove spl from attach - fix dmesg printing - de-allocate resources on failure to attach - remove redundant checks just before pci_mapreg_map() - use pci_mapreg_type() | |||
2005-11-04 | - splimp -> splnet | Brad Smith | |
- remove spl's from attach - fix dmesg printing - de-allocate resources on failure to attach | |||
2005-11-04 | remove uneeded debug function. | Jonathan Gray | |
2005-11-04 | Move access to RF tranceiver functions to be via callbacks. | Jonathan Gray | |
"looks fine" reyk@ | |||
2005-11-04 | remove useless prototype; ok drahn@ | Uwe Stuehler | |
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride | |
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@ | |||
2005-11-04 | Add carp_hash() - hash the ethernet address of the ARP request and use | Ryan Thomas McBride | |
the result to determine which carp interface should answer rather than simply using the ip address. Fixes breakage debugged by Matt Bradford <m.bradford@isrc.qut.edu.au> 'just commit' deraadt@ | |||
2005-11-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst | |
2005-11-04 | RCS Id tag | Uwe Stuehler | |
2005-11-03 | fix comment | Martin Reindl | |
ok miod@ | |||
2005-11-03 | - fix error message printed when pci_mapreg_map() fails. | Brad Smith | |
- initialize error to 0 in pcn_ioctl(). |