summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-08Fix dmesg printing in the case that no device attaches.Mark Kettenis
2008-04-07Hardware monitor address should be 8-byte aligned.Mark Kettenis
2008-04-07snprintf "%s" -> strlcpyOleg Safiullin
2008-04-07fix snprintf usageOleg Safiullin
2008-04-07more cosmetic changesOleg Safiullin
2008-04-07some cosmetic changesOleg Safiullin
2008-04-05fix comment for it(4)Oleg Safiullin
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
2008-03-31if iobase is 0, lm child is not configured by the bios; ok kettenisTheo de Raadt
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-21Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev.Kenneth R Westerback
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-19Driver for Fintek F71805F LPC sensor based on lm78 driver code;Theo de Raadt
2008-02-18'like\nlike' -> 'like' in a couple of comments.Kenneth R Westerback
2008-02-17Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.Mark Kettenis
2008-01-14return earlier if the device index is negativeJacob Meuser
2007-12-24alwais unmap i/o space in it_matchOleg Safiullin
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
2007-12-20add original copyrightOleg Safiullin
2007-12-18New it(4) driver.Oleg Safiullin
2007-11-05More scsi_done() at SPLBIO.Kenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. If you poll by manually calling theKenneth R Westerback
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-10-26Phillips -> Philips in commentsMartin Reindl
2007-10-21Remove a bogus and unnecessary check for if_addrlist from ex_init().Brad Smith
2007-10-21Add multicast support.Brad Smith
2007-10-21Add ifmedia support.Brad Smith
2007-10-18Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.Brad Smith
2007-10-09MALLOC -> mallocGilles Chehade
2007-10-06Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITEBrad Smith
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-20replace the BANK_SEL bus space macro usage with the ISA_PUT macro and removeBrad Smith
2007-09-19a little more cleaning. removing some useless comments.Brad Smith
2007-09-19In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE.Brad Smith
2007-09-19sprinkle a few tabs on ex_ioctl() to make things easier on the eyes.Brad Smith
2007-09-19call ether_ioctl() from within ex_ioctl().Brad Smith
2007-09-19remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVALBrad Smith
2007-09-19rename a few functions.Brad Smith
2007-09-19don't need to wrap the code in #if NEX > 0Brad Smith
2007-09-19ex_start() is always called at splnet, so remove the unnecessary splnet.Brad Smith
2007-09-19de-staticBrad Smith
2007-09-17A little cleaning..Brad Smith
2007-08-15When polling call ahaintr() at splbio(). Noticed by and fix tested byKenneth R Westerback
2007-07-04bye byeHenning Brauer
2007-07-04remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage.Henning Brauer
2007-07-01fix potential crash due to wrong ca_devsize; whilst here, also fix iobase typ...Constantine A. Murenin
2007-06-29ansify/de-registerJasper Lievisse Adriaanse
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt