History log of /netbsd/sys/dev/pci/atppc_puc.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 79fb1406 09-Dec-2018 jdolecek <jdolecek@NetBSD.org>

use pci_intr_establish_xname() everywhere


# 2e9e8f52 30-Nov-2018 jmcneill <jmcneill@NetBSD.org>

Add support for polling com devices when no interrupt is available.


# b8930f84 29-Mar-2014 christos <christos@NetBSD.org>

make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.


# 5f819ca3 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 8184d5dc 13-Nov-2010 uebayasi <uebayasi@NetBSD.org>

Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.


# 85cadc23 26-Nov-2009 njoly <njoly@NetBSD.org>

Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 376411d2 16-Apr-2008 cegger <cegger@NetBSD.org>

device_t / softc split. From Hans Rosenfeld.


# b849cd90 15-Apr-2008 cegger <cegger@NetBSD.org>

device_t / softc split. From Hans Rosenfeld


# 9d57c800 10-Apr-2008 cegger <cegger@NetBSD.org>

use aprint_*_dev and device_xname


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 3ce4ac0b 10-Feb-2004 jdolecek <jdolecek@NetBSD.org>

checkpoint DMA support; still disabled, not tested yet


# 82e4b81f 25-Jan-2004 jdolecek <jdolecek@NetBSD.org>

add puc(4) atppc(4) attachment; probes correctly, but needs further
work to support DMA, and some actual transfer testing