summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2006-02-22Fix size in snprintf() call; previous value turned out to be correct by luck.Miod Vallat
2006-02-12Do not bell if keyboard.bell.volume=0;Miod Vallat
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
2006-01-28Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD codeMark Kettenis
2006-01-26Make lm at iic detach properly, and use config_detach(9) to fully detachMark Kettenis
2006-01-23Don't match ITE chips matched by it(4).Mark Kettenis
2006-01-23Do not enable disabled sensors.Mark Kettenis
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-17Check LM78/79/81 chip ID to prevent spurious matches.Mark Kettenis
2006-01-15If we attach an lm(4) to isa(4) that is already attached to iic(4), disableMark Kettenis
2006-01-14Move isa-specific members of struct lm_softc into lm_isa.c.Mark Kettenis
2006-01-14Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean upMark Kettenis
2006-01-12Instead of resetting the device and check whether power-up defaults matchMark Kettenis
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
2006-01-05Don't change pins state on attach.Alexander Yurchenko
2006-01-05knfAlexander Yurchenko
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2005-12-28Convert for sensor_task_register();Alexander Yurchenko
2005-12-27Enable i2c bus scanning and kill annoying error message.Alexander Yurchenko
2005-12-25Force polling during autoconf.Alexander Yurchenko
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-23Correct malloc flag handling.Marco Pfatschbacher
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-21some wacky indentation fixensMichael Shalayeff
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-14msize is proper bus_size_tMichael Shalayeff
2005-11-09splimp -> splnetBrad Smith
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith
2005-10-19make this compile with AUDIO_DEBUG; reported in tech@ byFederico G. Schwindt
2005-10-08dmesg output nit.Alexander Yurchenko
2005-09-29Add support for the VIA VT1211 watchdog timer, not tested.Alexander Yurchenko
2005-09-19floppy support; form@openbsd.ruTheo de Raadt
2005-09-13only include what is needed (tree.h) and not the whole metric assload of unre...Michael Shalayeff
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-08-28wake aps up on resume from suspend/standby; ok deraadt@Damien Miller
2005-08-06Improved X40 kludge, tested by djm@.Jonathan Gray
2005-08-05Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.Jonathan Gray
2005-08-05X40 has to be prodded a bit more to work.Jonathan Gray
2005-08-05Start of a driver for the "Active Protection System" accelerometerJonathan Gray
2005-07-31Don't use new dmesg line when printing logical devices info.Alexander Yurchenko
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
2005-07-26Fan tachometers improvements from form@pdp-11.org.ru:Alexander Yurchenko
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
2005-06-08remove netns crud.Henning Brauer