Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-08 | Fix dmesg printing in the case that no device attaches. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2008-04-07 | Hardware monitor address should be 8-byte aligned. | Mark Kettenis | |
ok deraadt@ | |||
2008-04-07 | snprintf "%s" -> strlcpy | Oleg Safiullin | |
2008-04-07 | fix snprintf usage | Oleg Safiullin | |
2008-04-07 | more cosmetic changes | Oleg Safiullin | |
2008-04-07 | some cosmetic changes | Oleg Safiullin | |
2008-04-05 | fix comment for it(4) | Oleg Safiullin | |
2008-04-03 | Switch it(4) back to PnP config mode. Avoid possible | Oleg Safiullin | |
conflicts with SMSC or similar chips. | |||
2008-03-31 | if iobase is 0, lm child is not configured by the bios; ok kettenis | Theo de Raadt | |
2008-03-22 | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd | Kenneth R Westerback | |
driver(s). Adapted from sd driver. ok marco@ | |||
2008-03-21 | Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev. | Kenneth R Westerback | |
2008-03-20 | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all | Kenneth R Westerback | |
for the addition of missing disklabel related ioctl's. ok deraadt@ | |||
2008-03-19 | Driver for Fintek F71805F LPC sensor based on lm78 driver code; | Theo de Raadt | |
written by Geoff Steckel | |||
2008-02-18 | 'like\nlike' -> 'like' in a couple of comments. | Kenneth R Westerback | |
From Giovanni Bechis. | |||
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. | Mark Kettenis | |
ok henning@ | |||
2008-01-14 | return earlier if the device index is negative | Jacob Meuser | |
ok ratchov | |||
2007-12-24 | alwais unmap i/o space in it_match | Oleg Safiullin | |
2007-12-23 | Look for environment controller first, and access ITE SuperIO address/data | Oleg Safiullin | |
ports only if we found one. Fixes possible issues with some notebook chipsets. ok deraadt@ tested by me, jcs@ and Rodolfo Gouveia | |||
2007-12-20 | add original copyright | Oleg Safiullin | |
bad me | |||
2007-12-18 | New it(4) driver. | Oleg Safiullin | |
Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer. | |||
2007-11-05 | More scsi_done() at SPLBIO. | Kenneth R Westerback | |
2007-11-05 | More scsi_done() at SPLBIO. If you poll by manually calling the | Kenneth R Westerback | |
interrupt function, wrap the call in splbio/splx! | |||
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser | |
- the endianness of the conversions don't depend on the endianness of machine the conversions are built on, but the endianness of the audio data itself. choose encoding conversions explicitly, instead of relying on #defines based on the endianness of the machine. - replace home-grown conversions with comparable conversions in auconv.c and mulaw.c - use the proper conversion for ulinear_be:16 -> slinear_le:16 in auixp(4) thanks ajacoutot@ and sthen@ for !x86 testing | |||
2007-10-26 | Phillips -> Philips in comments | Martin Reindl | |
2007-10-21 | Remove a bogus and unnecessary check for if_addrlist from ex_init(). | Brad Smith | |
ok dlg@ | |||
2007-10-21 | Add multicast support. | Brad Smith | |
Tested by todd@ with IPv6. Based on similar changes to the FreeBSD driver. ok dlg@ | |||
2007-10-21 | Add ifmedia support. | Brad Smith | |
Tested by todd@ From FreeBSD ok dlg@ | |||
2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | Brad Smith | |
Tested by todd@ ok dlg@ | |||
2007-10-09 | MALLOC -> malloc | Gilles Chehade | |
ok krw@ | |||
2007-10-06 | Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITE | Brad Smith | |
Tested by todd@ ok dlg@ | |||
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback | |
obvious. | |||
2007-09-20 | replace the BANK_SEL bus space macro usage with the ISA_PUT macro and remove | Brad Smith | |
BANK_SEL. ok dlg@ | |||
2007-09-19 | a little more cleaning. removing some useless comments. | Brad Smith | |
ok dlg@ | |||
2007-09-19 | In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2007-09-19 | sprinkle a few tabs on ex_ioctl() to make things easier on the eyes. | Brad Smith | |
ok dlg@ | |||
2007-09-19 | call ether_ioctl() from within ex_ioctl(). | Brad Smith | |
ok dlg@ | |||
2007-09-19 | remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVAL | Brad Smith | |
upon error in ex_ioctl(). ok dlg@ | |||
2007-09-19 | rename a few functions. | Brad Smith | |
ok dlg@ | |||
2007-09-19 | don't need to wrap the code in #if NEX > 0 | Brad Smith | |
ok dlg@ | |||
2007-09-19 | ex_start() is always called at splnet, so remove the unnecessary splnet. | Brad Smith | |
ok dlg@ | |||
2007-09-19 | de-static | Brad Smith | |
ok dlg@ | |||
2007-09-17 | A little cleaning.. | Brad Smith | |
- de-register - ANSI functions - remove a commented out and bogus ioctl Tested by todd@ ok dlg@ | |||
2007-08-15 | When polling call ahaintr() at splbio(). Noticed by and fix tested by | Kenneth R Westerback | |
todd@. | |||
2007-07-04 | bye bye | Henning Brauer | |
2007-07-04 | remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage. | Henning Brauer | |
from brad, ok millert beck miod krw igor deraadt | |||
2007-07-01 | fix potential crash due to wrong ca_devsize; whilst here, also fix iobase ↵ | Constantine A. Murenin | |
type; ok grange, kettenis | |||
2007-06-29 | ansify/de-register | Jasper Lievisse Adriaanse | |
no binary change | |||
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne | |
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@ | |||
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt | |
cpu_disklabel can go away, since nothing anymore needs to use it; ok miod | |||
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt | |