Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-14 | less obnoxious dmesg | Deanna Phillips | |
ok ratchov | |||
2007-11-14 | regen | Brad Smith | |
2007-11-14 | - add the Intel G33 PCIe bridge. | Brad Smith | |
- add the ATI X1600 video card. ok krw@ dlg@ | |||
2007-11-13 | fix output after deraadts fixes in usb. prints attach and address info on | David Gwynne | |
one line now. ok deraadt@ | |||
2007-11-12 | spacing | Theo de Raadt | |
2007-11-12 | no need to print acpi name on attach | Theo de Raadt | |
2007-11-12 | a little less excitement (every printf does not need to end in !) | Theo de Raadt | |
2007-11-12 | correct : vs , in attach-time messages | Theo de Raadt | |
2007-11-12 | spacing | Theo de Raadt | |
2007-11-12 | Don't use utc_off, time is always reported in UTC. | Marc Balmer | |
2007-11-12 | Don't use utc_off when using the hires timestamp. | Marc Balmer | |
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | ti usb serial | Theo de Raadt | |
2007-11-12 | repair input vs output confusion | Jacob Meuser | |
makes 'audioctl play.gain' work correctly from NetBSD | |||
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | correct a ricoh label | Theo de Raadt | |
2007-11-12 | only print bif info that is complete | Theo de Raadt | |
2007-11-12 | missing : | Theo de Raadt | |
2007-11-12 | fewer lines of dmesg output spew (matters more on newer sony laptops with... ↵ | Theo de Raadt | |
15 lines of usb devices.. | |||
2007-11-12 | sync | Theo de Raadt | |
2007-11-12 | shorten | Theo de Raadt | |
2007-11-11 | Remove all code that prints to the console or writes to the log after | Marc Balmer | |
initialization. The behaviour of the Signal sensor is now the same as for umbg(4), the sensor status indicates if the clock is synchronized, free running or if there is a hardware problem. | |||
2007-11-11 | The interrupt routine doesn't need to explicity invoke splbio/splx. | Kenneth R Westerback | |
But the polling routine needs to wraps its call of the interrupt routine with splbio/splx. This ensures scsi_done() is properly protected. While in the polling routine, fix the timing code so milliseconds are not treated as microseconds. | |||
2007-11-11 | sync | Martin Reindl | |
2007-11-11 | support little I-O DATA UPS GPS thingy | Theo de Raadt | |
2007-11-11 | bring in ~7 years worth of improvements and bug fixes from NetBSD | Jacob Meuser | |
user noticible highlights: - recording works - setting the blockize works correctly - added master volume mute ok ratchov | |||
2007-11-10 | sync | Theo de Raadt | |
2007-11-10 | 2 port usb hub with ethernet in it.. | Theo de Raadt | |
2007-11-10 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau | |
ok marco@ | |||
2007-11-10 | - sync | Antoine Jacoutot | |
2007-11-10 | - add support for more multifunction Epson devices (from FreeBSD and SANE). | Antoine Jacoutot | |
I'm not adding any new !MF USB scanner IDs as those can be handled using libusb and sane-backends (from ports). - bring the uscanner man page up-to-date with actually supported scanners ok winiger@ mbalmer@ jmc@, input and ok jsg@ | |||
2007-11-10 | Clean up some debugging left-overs. | Marc Balmer | |
2007-11-10 | - Fix command timeouts in certain scenarios (like under X11) | Marcus Glocker | |
- Properly issue the RTS-Threshold firmware command ok claudio@ | |||
2007-11-10 | knf. | Marc Balmer | |
2007-11-10 | umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77 | Marc Balmer | |
radio clock. umbg(4) implements a timedelta sensor and reports the signal quality in the Signal sensor as percentage. The signal sensor status further indicates if the clock is free running (WARN). ok dlg, jsg | |||
2007-11-09 | Wrong logic in ubt_xmit_acl_start(); reported by Dmitry Komissaroff | Miod Vallat | |
(dxi, mail dot ru), thanks! | |||
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt | |
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618. | |||
2007-11-09 | regen. | Federico G. Schwindt | |
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt | |
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618. | |||
2007-11-08 | Pass correct pointers to memcpy when concatanating strings/buffers | Can Erkin Acar | |
ok weingart@, marco@ | |||
2007-11-08 | convert the value to a string instead of using aml_val2str() | Can Erkin Acar | |
which returns invalid pointers if the value is not a string, causing acpibat to panic, as reported by mbalmer@ and Alexey Suslikov. tested by Alexey Suslikov, ok marco@ | |||
2007-11-07 | Fix a comment. | Marc Balmer | |
2007-11-07 | regen | Brad Smith | |
2007-11-07 | rename the Intel 82452 hostbridge chipset entry. | Brad Smith | |
ok oga@ dlg@ | |||
2007-11-07 | More SPLBIO around scsi_done. | Kenneth R Westerback | |
2007-11-06 | all ACPI_ENABLE kernels need acpi_interrupt() | Theo de Raadt | |
2007-11-06 | regen | Mark Kettenis | |
2007-11-06 | Add Enable/Agere LU3X31T2. | Mark Kettenis | |
2007-11-06 | Generalize most of the apple-specific code, since it works fine on | Deanna Phillips | |
other machines with STAC9221. Tested by Vladas Urbonas on XPS M1210. no objections jakemsr@ | |||
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat | |
No functional change. |