Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-01 | initial port of a driver for the Neterion Xframe-I 10Gb Ethernet adapter. | Brad Smith | |
From NetBSD | |||
2006-04-30 | incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90, | Damien Miller | |
make sc_temp_invalid an array and set 0x7f as an invalid reading for the Maxim 6690 too | |||
2006-04-30 | support the Maxim 6657, 6658 and 6659 parts, which are register-wise | Damien Miller | |
identical to the Maxim 6690. Also fixes a bug which caused Maxim 6642 parts to be mishandled; ok deraadt@ | |||
2006-04-30 | style | Brad Smith | |
2006-04-30 | - check for IFF_RUNNING being set before calling lge_init(). | Brad Smith | |
- call lge_setmulti() when enabling/disabling promisc mode or if the IFF_ALLMULTI flag is set. | |||
2006-04-30 | rv not set. Sloppy but didn't matter. | Marco Peereboom | |
pointed out by joris@ | |||
2006-04-30 | - Use SK_IS_GENESIS/SK_IS_YUKON where appropriate | Brad Smith | |
- Remove SK_YUKON_FAMILY | |||
2006-04-30 | - Interrupt handler now checks shared interrupt source and protects | Brad Smith | |
the interrupt handler from NULL pointer dereference which was caused by odd status word value. The status word can return 0xffffffff if the cable is unplugged while Rx/Tx/auto-negotiation is in progress. From FreeBSD | |||
2006-04-30 | Update if_oerrors if we encounter watchdog error. | Brad Smith | |
From FreeBSD | |||
2006-04-30 | - Added/corrected register definitions for Yukon. | Brad Smith | |
(Register information from Linux skge driver.) From FreeBSD | |||
2006-04-30 | Free one more resource on attach failure. | Brad Smith | |
From NetBSD ok martin@ | |||
2006-04-29 | bring back skip_fc SMI workaround for max6657 chips; ok kettenis@ | Damien Miller | |
2006-04-29 | regen | Jonathan Gray | |
2006-04-29 | Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.com | Jonathan Gray | |
2006-04-29 | Add a close method to send the shutdown command, which presumably | Jonathan Gray | |
put the adapter in a low power usage state. | |||
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray | |
ok dlg@ | |||
2006-04-29 | regen | Jonathan Gray | |
2006-04-29 | Add a bunch of CP210x based serial adapters found in Linux driver. | Jonathan Gray | |
2006-04-28 | In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctl | Miod Vallat | |
WSKBDIO_SETMODE, or it will be ignored. | |||
2006-04-28 | The W83627THF is pretty much identical to the W83637HF, not the W83627HF. | Mark Kettenis | |
stolen from wilfried@ | |||
2006-04-28 | when setting the interface address, only call em_init() if the interface | Brad Smith | |
is not already running. | |||
2006-04-28 | and store a copy of the current interface flags in the softc. | Brad Smith | |
this time without mixing in another diff. | |||
2006-04-28 | regen | Jonathan Gray | |
2006-04-28 | Add some ids for newer ralink wireless chips. | Jonathan Gray | |
2006-04-28 | backout previous, Brad probably forgot to commit some bits here | Martin Reindl | |
found by dhartmei@ | |||
2006-04-28 | regen | Steven Mestdagh | |
2006-04-28 | add National Instruments PCI-GPIB card; ok kettenis | Steven Mestdagh | |
2006-04-28 | check for IFF_RUNNING being set before calling vr_init(). | Brad Smith | |
2006-04-28 | and store a copy of the current interface flags in the softc. | Brad Smith | |
2006-04-28 | remove function prototypes for a few functions removed in rev 1.25. | Brad Smith | |
ok krw@ | |||
2006-04-27 | Quirk for MSI Megabook S270 audio output. Ok deraadt@. | Matthieu Herrb | |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt | |
2006-04-27 | from PAE work: | Michael Shalayeff | |
since we are only interested in the page offset bits cast paddr_t to (smaller) u_long to shuddup gcc (; | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation. | |||
2006-04-27 | cope with recent changes in the sensor framework | Marc Balmer | |
- provide the timedelta in nanoseconds - provide a timestamp in the sensor support for HBG and DCF77: - detect clocktype (DCF77 or HBG) and set it once is the sensor description | |||
2006-04-27 | Match the ICH7-M DH in RAID mode and ask for | Jonathan Gray | |
IDE SATA mode of operation. | |||
2006-04-27 | regen | Jonathan Gray | |
2006-04-27 | ICH7-M DH in RAID mode, from ICH7 errata datasheet. | Jonathan Gray | |
2006-04-26 | Remove ICH6M from case statements in IDE code now we | Jonathan Gray | |
treat it like a SATA controller. reminded by brad@ | |||
2006-04-26 | it turns out that a drivers interrupt handler is called at the spl it was | David Gwynne | |
established at. this means we dont need splbio() calls in ami_intr because its already been raised. this diff removes unneeded splbio calls from the interrupt handler path. it also sets it up so the completion paths are all called at splbio, so i can get rid of the spl calls inside those functions too. neither marco or pedro could see anything wrong with it | |||
2006-04-26 | Fix a typo in register definitions: looks like somebody copied the | Brad Smith | |
CB_SOCKET_STAT_3VSOCK definition to CB_SOCKET_STAT_XVSOCK and CB_SOCKET_STAT_YVSOCK definitions without updating the numbers. From NetBSD | |||
2006-04-26 | Remove smc90cx6 files which are no longer used by anything. | Claudio Jeker | |
Found by jsg@ OK brad@ martin@ | |||
2006-04-26 | not quite working driver for azalia audio (this is essentially AC97 for > 2005) | Jason Wright | |
Just as brain damaged and ill specified. From NetBSD. | |||
2006-04-26 | coverity, covsmerity: no reason to put an overly complex fix in here in | Jason Wright | |
an error case that almost never happens. | |||
2006-04-26 | ATI IXP 600 IDE. Hardware is not generally available yet | Jonathan Gray | |
but should work going by Linux driver. | |||
2006-04-26 | regen | Jonathan Gray | |
2006-04-26 | ATI IXP 600 IDE/SATA ids. | Jonathan Gray | |
2006-04-26 | the pack #pragma is a gccism, so replace its use with __packed which will | David Gwynne | |
be defined correctly for whatever compilers we use. prompted by lint. ok krw@ marco@ | |||
2006-04-26 | Use %b in error flag printfs to describe meaning of error bits. | Jonathan Gray | |
requested by deraadt@ | |||
2006-04-26 | And commit the diff from the right system. | Brad Smith | |