index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
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
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
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
Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a
Claudio Jeker
2007-01-02
regen.
Marc Balmer
2007-01-02
Add the Alcatel Telecom SpeedTouch 120g (WLAN adapter using pgt).
Marc Balmer
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
2007-01-01
a few UPS products; from freebsd
Theo de Raadt
2007-01-01
regen.
Marc Balmer
2007-01-01
Add a new Intel host bridge chipset
Marc Balmer
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
2006-12-31
Use a bus_space_barrier instead of those stupid 0x0c14 reads to make sure
Claudio Jeker
2006-12-31
In malo_init() check for firmware loading errors and in case of an error
Claudio Jeker
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
Bring last few phys into line by calling their XXX_status() functions
Kenneth R Westerback
2006-12-31
Bye bye unused acx_shutdown() we won't miss you.
Claudio Jeker
2006-12-31
correct the code to handle the adt7475, which stupidly is missing some
Theo de Raadt
2006-12-30
Use the same PCI product name strings we have in pcidevs_data.h for the
Marc Balmer
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
Set MASTER based on IFM_ETH_MASTER instead of LINK0.
Mark Kettenis
2006-12-30
Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag
Claudio Jeker
2006-12-30
Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag
Claudio Jeker
2006-12-30
Enable jumbo frames (except on the Yukon-2 FE).
Mark Kettenis
2006-12-30
Only advertise flow control if MIIF_DOPAUSE is set.
Mark Kettenis
2006-12-30
Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY
Mark Kettenis
2006-12-30
Rewrite eephy(4) to take advantage of generic phy code.
Mark Kettenis
2006-12-30
In agp_generic_alloc_memory(), make sure the age_mem structure freshly
Miod Vallat
2006-12-30
In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the
Miod Vallat
2006-12-30
Sync
Marco Peereboom
2006-12-30
Add new marvell sata controller. from brad@
Marco Peereboom
2006-12-30
regen
Martin Reindl
2006-12-30
add IDs for Integrated System Solution Corp. KY-BT100 and another Belkin
Martin Reindl
2006-12-30
Add flow control support.
Mark Kettenis
2006-12-30
Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set.
Mark Kettenis
2006-12-30
Why doing something as complex as for () bus_space_write_1(); when there
Claudio Jeker
2006-12-29
Pass MIIF_DOPAUSE to mii_attach().
Mark Kettenis
[next]