Age | Commit message (Expand) | Author |
2007-01-04 | use the right variable when finding a ports register window, not one that | David Gwynne |
2007-01-04 | stash the dva for each command in the ccb, and program the hardware with | David Gwynne |
2007-01-04 | fix up some port regs so their names are more in line with what is in the | David Gwynne |
2007-01-04 | allocate the dmamem that each port will need, and hopefully point our | David Gwynne |
2007-01-04 | use ISSET instead of &, cos it looks cleaner | David Gwynne |
2007-01-04 | Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms | Miod Vallat |
2007-01-03 | In sk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis |
2007-01-03 | shorten dmesg a bit | Martin Reindl |
2007-01-03 | Fix mbg comment: time base -> radio clocks. | Marc Balmer |
2007-01-03 | After the firmware has been loaded to the chip, read the exact firmware | Marcus Glocker |
2007-01-03 | Remove two "unused" mbuf tag functions and kill the superfluous argument | Claudio Jeker |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2007-01-03 | Rename bcw_shm_write_4() to bcw_shm_ctl_word(). We need the original | Marcus Glocker |
2007-01-03 | also bail if sc_chipc is NULL; spotted by miod | Theo de Raadt |
2007-01-03 | mbg(4) cards with ASIC take the internal timestamp at the very moment the | Marc Balmer |
2007-01-03 | Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional | Kenneth R Westerback |
2007-01-03 | Pretty printing of debug messages. | Marcus Glocker |
2007-01-03 | Don't wrap line before printing MAC address. | Marcus Glocker |
2007-01-03 | Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmetic | Gordon Willem Klok |
2007-01-03 | Avoid mixing of u_int* and uint* in the same code. uint* wins. | Marcus Glocker |
2007-01-03 | Replace bus_space_read_2() by the BCW_READ16 macro. | Marcus Glocker |
2007-01-03 | Replace bus_space_write_2() by the BCW_WRITE16 macro. | Marcus Glocker |
2007-01-03 | Replace bus_space_read_4() by the BCW_READ macro. | Marcus Glocker |
2007-01-03 | Replace bus_space_write_4() by the BCW_WRITE macro. | Marcus Glocker |
2007-01-03 | Oops forgot this bit as part of the cleanup for acpiac. From Constantine | Marco Peereboom |
2007-01-03 | Spacing, comments. | Marcus Glocker |
2007-01-03 | Consistent naming for the sensors. | Marco Peereboom |
2007-01-03 | Add first shot of the firmware upload. Tested on i386 and amd64. | Marcus Glocker |
2007-01-03 | Uncomment bcw_powercontrol_crystal_off() for now because it leads to | Marcus Glocker |
2007-01-02 | Use bus_space_write_region_4() instead of doing the same thing bit by | Tom Cosgrove |
2007-01-02 | sync | Kevin Steves |
2007-01-02 | add Sierra Wireless Aircard 875; ok fkr@ | Kevin Steves |
2007-01-02 | return is not a function. | Marc Balmer |
2007-01-02 | return is not a function. | Marc Balmer |
2007-01-02 | do not permit agp_ioctl if the methods are invalid; ok miod | Theo de Raadt |
2007-01-02 | sync | Kevin Steves |
2007-01-02 | spacing and change comment for MC8755 to "MC8755 HSDPA"; ok fkr@ | Kevin Steves |
2007-01-02 | Use the value returned by pci_findproduct() as the timedelta sensor description | Marc Balmer |
2007-01-02 | Provide a new function, pci_findproduct(), which is analog to pci_findvendor(). | Marc Balmer |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2007-01-02 | Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a | Claudio Jeker |
2007-01-02 | move local network route to real interface instead of carp interface; from mpf@ | Markus Friedl |
2007-01-02 | regen. | Marc Balmer |
2007-01-02 | Add the Alcatel Telecom SpeedTouch 120g (WLAN adapter using pgt). | Marc Balmer |
2007-01-02 | 2007 | Dale Rahn |
2007-01-02 | On some systems EC must be attached as the first device. Move EC from | Marco Peereboom |
2007-01-01 | knock UPS products out from being matched as HID devices | Theo de Raadt |
2007-01-01 | sync | Theo de Raadt |