summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2007-11-14less obnoxious dmesgDeanna Phillips
ok ratchov
2007-11-14regenBrad Smith
2007-11-14- add the Intel G33 PCIe bridge.Brad Smith
- add the ATI X1600 video card. ok krw@ dlg@
2007-11-13fix output after deraadts fixes in usb. prints attach and address info onDavid Gwynne
one line now. ok deraadt@
2007-11-12spacingTheo de Raadt
2007-11-12no need to print acpi name on attachTheo de Raadt
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-11-12correct : vs , in attach-time messagesTheo de Raadt
2007-11-12spacingTheo de Raadt
2007-11-12Don't use utc_off, time is always reported in UTC.Marc Balmer
2007-11-12Don't use utc_off when using the hires timestamp.Marc Balmer
2007-11-12syncTheo de Raadt
2007-11-12ti usb serialTheo de Raadt
2007-11-12repair input vs output confusionJacob Meuser
makes 'audioctl play.gain' work correctly from NetBSD
2007-11-12syncTheo de Raadt
2007-11-12correct a ricoh labelTheo de Raadt
2007-11-12only print bif info that is completeTheo de Raadt
2007-11-12missing :Theo de Raadt
2007-11-12fewer lines of dmesg output spew (matters more on newer sony laptops with... ↵Theo de Raadt
15 lines of usb devices..
2007-11-12syncTheo de Raadt
2007-11-12shortenTheo de Raadt
2007-11-11Remove all code that prints to the console or writes to the log afterMarc 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-11The 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-11syncMartin Reindl
2007-11-11support little I-O DATA UPS GPS thingyTheo de Raadt
2007-11-11bring in ~7 years worth of improvements and bug fixes from NetBSDJacob Meuser
user noticible highlights: - recording works - setting the blockize works correctly - added master volume mute ok ratchov
2007-11-10syncTheo de Raadt
2007-11-102 port usb hub with ethernet in it..Theo de Raadt
2007-11-10do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
ok marco@
2007-11-10- syncAntoine 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-10Clean 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-10knf.Marc Balmer
2007-11-10umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77Marc 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-09Wrong logic in ubt_xmit_acl_start(); reported by Dmitry KomissaroffMiod Vallat
(dxi, mail dot ru), thanks!
2007-11-09Add Exar UARTs XR17C152, XR17C154 and XR17C158.Federico G. Schwindt
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618.
2007-11-09regen.Federico G. Schwindt
2007-11-09Add Exar UARTs XR17C152, XR17C154 and XR17C158.Federico G. Schwindt
From Daniel Neri (daniel dot neri at sigicom dot se) via PR/5618.
2007-11-08Pass correct pointers to memcpy when concatanating strings/buffersCan Erkin Acar
ok weingart@, marco@
2007-11-08convert 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-07Fix a comment.Marc Balmer
2007-11-07regenBrad Smith
2007-11-07rename the Intel 82452 hostbridge chipset entry.Brad Smith
ok oga@ dlg@
2007-11-07More SPLBIO around scsi_done.Kenneth R Westerback
2007-11-06all ACPI_ENABLE kernels need acpi_interrupt()Theo de Raadt
2007-11-06regenMark Kettenis
2007-11-06Add Enable/Agere LU3X31T2.Mark Kettenis
2007-11-06Generalize most of the apple-specific code, since it works fine onDeanna Phillips
other machines with STAC9221. Tested by Vladas Urbonas on XPS M1210. no objections jakemsr@
2007-11-06Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.Miod Vallat
No functional change.