Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-01 | - merge first two synopses | Jason McIntyre | |
- standard options list - sync usage() started by a diff from stevesk; usage() help from dlg; ok reyk; | |||
2007-01-01 | commit really old stuff that lets pkg_mklocatedb record | Marc Espie | |
pkgpath/pkgnames/both. | |||
2006-12-31 | Cover the other case we need to unload the dmamap, in espdmaintr(), | Gordon Willem Klok | |
While here fix some spacing too. Bus probing and some commands such as eject tested on a Power Macintosh 9600, still unable to mount a cdrom on a SONY CD-ROM model CDU-8003A. | |||
2006-12-31 | Some spaces to tabs and cosmetic tweaking of the code, | Gordon Willem Klok | |
From brad@. Lots more spacing cleanup by myself. Tested on Power Macintosh 9600 | |||
2006-12-31 | Add a debug printf to warn when malo_init() fails and resets the card. | Claudio Jeker | |
2006-12-31 | There is no need to busy wait in malo_send_cmd(). 0x0c14 only stores the | Claudio Jeker | |
current state of the card (not running, loading FW, running). Now instead wait after loading the boot firmware for the magical 0x5 to appear. Also add a few missing bus_dmamap_sync() calls. OK mglocker@ | |||
2006-12-31 | Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sure | Claudio Jeker | |
that access is done in correct order. OK mglocker@ | |||
2006-12-31 | In malo_init() check for firmware loading errors and in case of an error | Claudio Jeker | |
reset the card so that we have a chance that a later malo_init() works. OK mglocker@ | |||
2006-12-31 | malo_stop() never fails so no need to return an error. OK mglocker@ | Claudio Jeker | |
2006-12-31 | Use #ifdef MALO_DEBUG else a simple #define MALO_DEBUG will not work. | Claudio Jeker | |
2006-12-31 | client-side bits might be useful too for -m... | Xavier Santolaria | |
2006-12-31 | add support for -m option. | Xavier Santolaria | |
2006-12-31 | minor nits; | Xavier Santolaria | |
2006-12-31 | Bring last few phys into line by calling their XXX_status() functions | Kenneth R Westerback | |
through mii_phy_status() rather than directly. No functional change. from brad@ ok mglocker@ | |||
2006-12-31 | Bye bye unused acx_shutdown() we won't miss you. | Claudio Jeker | |
2006-12-31 | -A before -a; | Jason McIntyre | |
2006-12-31 | - newly-created -> newly created | Jason McIntyre | |
- hostname.if(5) and bridgename.if(5) are the same files, so don;t list them both in SEE ALSO - +.Xr ifconfig 8 | |||
2006-12-31 | - XORG_PREFIX is now X11BASE | Matthieu Herrb | |
- define X11ETC here to avoid bootstrap problems noticed by Pierre-Yves Dampure and Frederick C. Druseikis. | |||
2006-12-31 | correct the code to handle the adt7475, which stupidly is missing some | Theo de Raadt | |
of the registers.... tested by dhartmei and others | |||
2006-12-31 | add examples for the optional channel hopper | Reyk Floeter | |
2006-12-31 | add a channel hopper for wireless interfaces. the channel hopper will | Reyk Floeter | |
jump to the next available channel after a configurable delay for the specified list of wireless "hostap" interfaces, see the new "set hostap hopper" commands in hostapd.conf(5). with help by jsg@ | |||
2006-12-30 | Use the same PCI product name strings we have in pcidevs_data.h for the | Marc Balmer | |
timedelta sensor desc field and not the full description produced by pci_devinfo() (which gets truncated in this case). There is no need to have the PCi vendor string in the description as this is apparent from the driver name already. problem noticed by deraadt. | |||
2006-12-30 | RFC4291 declares that IPv6 numeric representation must have no more than | Jun-ichiro itojun Hagino | |
4 hex digits between colons. deraadt ok | |||
2006-12-30 | Fix another printf where the format string did not match with the varargs. | Claudio Jeker | |
2006-12-30 | spacing. | Marcus Glocker | |
2006-12-30 | Add URL and names for the new BCM43xx firmware package. Also here, | Marcus Glocker | |
probably not final naming. | |||
2006-12-30 | Set MASTER based on IFM_ETH_MASTER instead of LINK0. | Mark Kettenis | |
ok brad@ | |||
2006-12-30 | Place right firmware names in FILES section for now. We still need to | Marcus Glocker | |
find a better name somewhen. | |||
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker | |
chain and so a later MFREE() is needed to free the chain again. Just initialize a minimal mbuf header for bpf_mtap(). See earlier rum(4) commit for the full story. OK mglocker@ Sounds good jsg@ | |||
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker | |
chain and so a later MFREE() is needed to free the chain again. In this special case we get away by initializing a minimal mbuf header instead of the M_DUP_PKTHDR() because bpf_mtap() does not access the pkthdr. This fixes kettenis@ mtag memory leak on armish. Tested by kettenis@ OK mglocker@ Sounds good jsg@ | |||
2006-12-30 | Enable jumbo frames (except on the Yukon-2 FE). | Mark Kettenis | |
From brad@ | |||
2006-12-30 | Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism. | Claudio Jeker | |
discussed with miod@ who has the same changes hiding in one of his trees. | |||
2006-12-30 | Only advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis | |
From brad@ | |||
2006-12-30 | Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY | Mark Kettenis | |
hardware resets. | |||
2006-12-30 | Rewrite eephy(4) to take advantage of generic phy code. | Mark Kettenis | |
Enable auto MDI/MDIX on PHY's that support it. Disable energy detect on PHY's that need it. tested on gem(4), msk(4), nfe(4), sk(4), stge(4) | |||
2006-12-30 | In agp_generic_alloc_memory(), make sure the age_mem structure freshly | Miod Vallat | |
malloc'ed is completely bzeroed before use. ok deraadt@ | |||
2006-12-30 | In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the | Miod Vallat | |
caller has already done this. Test matthieu@ ok deraadt@ | |||
2006-12-30 | add -A to usage(). | Reyk Floeter | |
thanks to Sven-Volker Nowarra | |||
2006-12-30 | do not load unneeded stringtab sections; avoids backward seeking; from ↵ | Michael Shalayeff | |
netbsd; tested by miod@ and martin@; deraadt@ ok | |||
2006-12-30 | Sync | Marco Peereboom | |
2006-12-30 | Add new marvell sata controller. from brad@ | Marco Peereboom | |
2006-12-30 | Save pcb in dumppcb when dumping core. | Mark Kettenis | |
ok miod@ | |||
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl | |
2006-12-30 | regen | Martin Reindl | |
2006-12-30 | add IDs for Integrated System Solution Corp. KY-BT100 and another Belkin | Martin Reindl | |
bluetooth | |||
2006-12-30 | Remove stub write callback functions now that libevent allows them to be NULL. | Camiel Dobbelaar | |
2006-12-30 | Convert three instances of atoi() to strtonum() and apply sane upper bounds. | Camiel Dobbelaar | |
Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@ | |||
2006-12-30 | Add flow control support. | Mark Kettenis | |
ok brad@ | |||
2006-12-30 | Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis | |
ok jsg@, brad@ | |||
2006-12-30 | s/form/from/ | Ray Lai | |
``Sure.'' millert@, ``Sure'' espie@. |