History log of /netbsd/sys/dev/pci/agp_amd64.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 70747dc1 10-Nov-2019 chs <chs@NetBSD.org>

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.


# f9bc0616 04-Apr-2015 riastradh <riastradh@NetBSD.org>

Fix error branches in agp_amd64.c.

- agp_generic_detach always.
- Free asc if it was allocated. (Found by Brainy, noted by maxv@.)
- Free the GATT if it was allocated.


# db485eac 25-Feb-2012 tsutsui <tsutsui@NetBSD.org>

- make agp_amd64_attach() also checks AMD64 Family 10h CPU's
misc configuration devices
- print proper error message if no misc configuration device is found

Fixes kernel crash right after startin

- make agp_amd64_attach() also checks AMD64 Family 10h CPU's
misc configuration devices
- print proper error message if no misc configuration device is found

Fixes kernel crash right after starting Xserver with radeondrm
on ASRock AM2NF3-VSTA (AM2 + nForce3 250 AGP) with Athlon II X2 CPU.

show more ...


# 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.


# 2b2915be 28-Mar-2008 kiyohara <kiyohara@NetBSD.org>

Fix ugly format in aprint_normal{,_dev}.


# 010b86ac 27-Mar-2008 kiyohara <kiyohara@NetBSD.org>

Split device_t/softc.


# 0664a045 04-Jan-2008 ad <ad@NetBSD.org>

Start detangling lock.h from intr.h. This is likely to cause short term
breakage, but the mess of dependencies has been regularly breaking the
build recently anyhow.


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

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


# e42d8a08 04-Aug-2007 kiyohara <kiyohara@NetBSD.org>

Add support agp_amd64. Imported from FreeBSD.